Skip to content

Commit 905bf7b

Browse files
authored
Merge pull request #19 from Telefonica/release
Release v1.0.5
2 parents 1000ae3 + 87ee5c4 commit 905bf7b

File tree

7 files changed

+20
-18
lines changed

7 files changed

+20
-18
lines changed

.github/actions/check-and-comment/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ runs:
4242
steps:
4343
- name: Check SPDX headers
4444
id: check-spdx-headers
45-
uses: Telefonica/check-spdx-headers@v1.0.4
45+
uses: Telefonica/check-spdx-headers@v1.0.5
4646
with:
4747
rules: ${{ inputs.rules }}
4848
ignore: ${{ inputs.ignore }}

.github/actions/setup-node/action.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,6 @@ runs:
1818
with:
1919
node-version-file: .node-version
2020
cache: npm
21-
- uses: DamianReeves/write-file-action@v1.3
22-
with:
23-
path: .npmrc
24-
contents: |
25-
@tid-xcut:registry=https://nexus.tid.es/repository/npm-xcut-components/
26-
//nexus.tid.es/repository/npm-xcut-components/:_auth=${{ inputs.npm-token }}
2721
write-mode: append
2822
- name: Install Dependencies
2923
shell: bash

.github/workflows/sync-docs-to-confluence.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,15 +33,15 @@ jobs:
3333
[
3434
{
3535
"path": "README.md",
36-
"id": "${{ vars.CONFLUENCE_README_PAGE_ID }}",
36+
"id": "${{ secrets.CONFLUENCE_README_PAGE_ID }}",
3737
"title": "[Cross] Check SPDX Headers"
3838
},
3939
{
4040
"path": "CHANGELOG.md",
41-
"id": "${{ vars.CONFLUENCE_CHANGELOG_PAGE_ID }}",
41+
"id": "${{ secrets.CONFLUENCE_CHANGELOG_PAGE_ID }}",
4242
"title": "[Cross] [Check SPDX Headers] Releases"
4343
}
4444
]
45-
confluence-url: ${{ vars.CONFLUENCE_URL }}
46-
confluence-space-key: ${{ vars.CONFLUENCE_SPACE_KEY }}
45+
confluence-url: ${{ secrets.CONFLUENCE_URL }}
46+
confluence-space-key: ${{ secrets.CONFLUENCE_SPACE_KEY }}
4747
confluence-personal-access-token: ${{ secrets.CONFLUENCE_PAT }}

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1111
#### Deprecated
1212
#### Removed
1313

14+
## [1.0.5] - 2025-04-09
15+
16+
### Changed
17+
18+
* docs: Add badges to README
19+
* chore: Make some adjustments for a public repository
20+
1421
## [1.0.4] - 2025-03-28
1522

1623
### Changed
@@ -19,7 +26,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1926
* chore: Bump `markdown-confluence-sync-action` action to v2
2027
* docs: Improve release process documentation
2128

22-
2329
## [1.0.3] - 2025-02-13
2430

2531
### Changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
[![Build status](https://github.com/Telefonica/check-license-compliance/actions/workflows/build.yml/badge.svg?branch=main)](https://github.com/Telefonica/check-license-compliance/actions?query=workflow%3Abuild+branch%3Amain) [![Last commit](https://img.shields.io/github/last-commit/Telefonica/check-license-compliance.svg)](https://github.com/Telefonica/check-license-compliance/commits) [![Last release](https://img.shields.io/github/release-date/Telefonica/check-license-compliance.svg)](https://github.com/Telefonica/check-license-compliance/releases)
2+
13
# Check SPDX headers
24

35
Checks that files have the correct SPDX headers according to a given configuration.

package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
2-
"name": "@tid-xcut/check-spdx-headers",
2+
"name": "@telefonica/check-spdx-headers",
33
"description": "Checks that files have the correct SPDX headers",
4-
"version": "1.0.4",
4+
"version": "1.0.5",
55
"author": "Telefónica Innovación Digital",
66
"homepage": "https://github.com/Telefonica/check-spdx-headers",
77
"repository": {

0 commit comments

Comments
 (0)