Skip to content

Commit 9961d41

Browse files
authored
Merge pull request #47 from Telefonica/release
Release v1.3.0
2 parents f78a281 + 0343435 commit 9961d41

File tree

4 files changed

+9
-3
lines changed

4 files changed

+9
-3
lines changed

.github/workflows/open-source-checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
npm-token: ${{ secrets.NPM_TOKEN_XCUT }}
4444

4545
- name: Check License Compliance
46-
uses: Telefonica/check-license-compliance/.github/actions/check-and-comment@v3.0.0-beta.3
46+
uses: Telefonica/check-license-compliance/.github/actions/check-and-comment@v3
4747
with:
4848
config-file: .github/check-license-compliance.config.yml
4949
env:

CHANGELOG.md

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

14+
## [1.3.0] - 2025-03-28
15+
16+
### Changed
17+
18+
* chore: Upgrade `check-license-compliance` to v3 (Stable release)
19+
1420
## [1.2.0] - 2025-03-24
1521

1622
### Added

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tid-xcut/opensource-scaffold",
3-
"version": "1.2.0",
3+
"version": "1.3.0",
44
"type": "module",
55
"description": "Scaffolding for open source projects. A CLI tool to create open source repositories tools and resources",
66
"packageManager": "pnpm@9.4.0",

templates/.github/workflows/open-source-checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
- uses: actions/checkout@v4
3939

4040
- name: Check License Compliance
41-
uses: Telefonica/check-license-compliance/.github/actions/check-and-comment@v3.0.0-beta.3
41+
uses: Telefonica/check-license-compliance/.github/actions/check-and-comment@v3
4242
with:
4343
config-file: .github/check-license-compliance.config.yml
4444
env:

0 commit comments

Comments
 (0)