Releases: Telefonica/opensource-scaffold
Releases · Telefonica/opensource-scaffold
Fix publishing fields
Fixed
- fix: Add publishing fields to package.json
Remove sync-to-confluence workflow file in init workflow
Fixed
- fix: sync-to-confluence workflow file was not being deleted when running the initialization workflow.
Added
- docs: Add notice about configuring the repository to allow github actions to open PRs before running the initialization workflow.
Public repository
Changed
- chore: Publish the npm package to the NPM public registry. Rename it to
@telefonica/opensource-scaffold
. - docs: Add badges to the README file
- docs: Remove references to internal procedures from the README file. Now it is intended to be used by external users also.
Upgrade check-license-compliance version
Changed
- chore: Upgrade
check-license-compliance
to v3 (Stable release)
Add ignore input
Added
- feat: Add
ignore
input to the github action, enabling to ignore some files when checking the scaffold resources.
Changed
- chore: Upgrade
check-license-compliance
to v3.0.0-beta.3 (Support more granularity for including or excluding modules)
Change copyright headers
Fixed
- chore: Change copyright headers. Remove "and contributors" from files where it is not applicable for the moment
Changed
- chore: Upgrade
check-license-compliance
to v3.0.0-beta.2 (change copyright headers)
Support multiple languages when verifying dependencies licenses
Added
- feat: Upgrade
check-license-compliance
to v3. Now it supports checking licenses from NPM, Maven, Python and Go dependencies. Update the action configuration accordingly - feat: Generate different
check-license-compliance
configurations based on the license type - feat: Add
check-license-compliance
options commented out to configuration file, so it is easier to understand what can be configured
Changed
- chore: Bump
check-spdx-headers
action to version v1
Fixed
- fix: Fix typo in "0BSD" license
Avoid console error in check
Changed
- test: Ensure 100% action tests coverage
Fixed
- fix: Do not console error in case of invalid check when "exitOverride" is set to true
- docs: Add missing change to v1.0.0 CHANGELOG entry
First stable release
Added
- test: Add unit tests
Changed
- chore: Upgrade
check-spdx-headers
andcheck-license-compliance
actions to v1
Fixed
- fix: Throw error if Copyright holder is not provided and prompts are disabled
Fix MIT license template data
Fixed
- fix: Fix MIT license template data. Year and copyright holder name were not being replaced correctly.
- fix: Fix renovate user id in the CLA allowlist