Releases: FantasticFiasco/action-update-license-year
Releases · FantasticFiasco/action-update-license-year
Release v3.0.4
👮♂️ Security
- Fixed security vulnerabilities in direct and transient dependencies
Release v3.0.3
👮♂️ Security
- Fixed security vulnerabilities in direct and transient dependencies
Release v3.0.2
💉 Fixed
- #360 Unable to import GPG private key
Release v3.0.1
💉 Fixed
- #359 Unable to import GPG private key
👮♂️ Security
- Security vulnerability in transient dependency
minimatch
Release v3.0.0
💉 Fixed
-
#333 [BREAKING CHANGE] Update all licenses in a file, not only the first found (discovered by @glimchb).
Migration guide
Custom RegExp transforms where previously written to execute with the
miflags ("multiline" and "ignore case"). With this new major version the transform also needs to respect thegflag ("global"). I.e. please verify that your custom transform behaves as expected when used with thegmiflags.
Release v2.3.0
⚡ Added
- Support for the outputs
currentYear,branchName,pullRequestNumberandpullRequestUrl. Seeaction.ymlfor more information.
Release v2
v2.3.0
Release v2.2.2
👮♂️ Security
- Security vulnerability in transient dependency
@actions/core
Release v2.2.1
💫 Changed
- Migrate into running on Node.js v16
👮♂️ Security
- Security vulnerability in transient dependency
node-fetch
Release v2.2.0
⚡ Added
- #217 Support for GitHub commit signature verification by means of GPG signing commits