From 8938f174dd9021fea89592f562560bc43ed82601 Mon Sep 17 00:00:00 2001 From: javierbrea Date: Fri, 28 Mar 2025 13:42:45 +0100 Subject: [PATCH] feat: Upgrade check-license-compliance action to v3 --- .github/workflows/open-source-checks.yml | 2 +- CHANGELOG.md | 6 ++++++ package.json | 2 +- templates/.github/workflows/open-source-checks.yml | 2 +- 4 files changed, 9 insertions(+), 3 deletions(-) diff --git a/.github/workflows/open-source-checks.yml b/.github/workflows/open-source-checks.yml index e19ef72..e98cbbc 100644 --- a/.github/workflows/open-source-checks.yml +++ b/.github/workflows/open-source-checks.yml @@ -43,7 +43,7 @@ jobs: npm-token: ${{ secrets.NPM_TOKEN_XCUT }} - name: Check License Compliance - uses: Telefonica/check-license-compliance/.github/actions/check-and-comment@v3.0.0-beta.3 + uses: Telefonica/check-license-compliance/.github/actions/check-and-comment@v3 with: config-file: .github/check-license-compliance.config.yml env: diff --git a/CHANGELOG.md b/CHANGELOG.md index 29582e4..000ecbe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 #### Deprecated #### Removed +## [1.3.0] - 2025-03-28 + +### Changed + +* chore: Upgrade `check-license-compliance` to v3 (Stable release) + ## [1.2.0] - 2025-03-24 ### Added diff --git a/package.json b/package.json index 7c84b68..0682213 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@tid-xcut/opensource-scaffold", - "version": "1.2.0", + "version": "1.3.0", "type": "module", "description": "Scaffolding for open source projects. A CLI tool to create open source repositories tools and resources", "packageManager": "pnpm@9.4.0", diff --git a/templates/.github/workflows/open-source-checks.yml b/templates/.github/workflows/open-source-checks.yml index 86a703e..9525c13 100644 --- a/templates/.github/workflows/open-source-checks.yml +++ b/templates/.github/workflows/open-source-checks.yml @@ -38,7 +38,7 @@ jobs: - uses: actions/checkout@v4 - name: Check License Compliance - uses: Telefonica/check-license-compliance/.github/actions/check-and-comment@v3.0.0-beta.3 + uses: Telefonica/check-license-compliance/.github/actions/check-and-comment@v3 with: config-file: .github/check-license-compliance.config.yml env: