File tree Expand file tree Collapse file tree 4 files changed +9
-3
lines changed
templates/.github/workflows Expand file tree Collapse file tree 4 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 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 :
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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" ,
Original file line number Diff line number Diff line change 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 :
You can’t perform that action at this time.
0 commit comments