Releases: FantasticFiasco/action-update-license-year
Releases · FantasticFiasco/action-update-license-year
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
mi
flags ("multiline" and "ignore case"). With this new major version the transform also needs to respect theg
flag ("global"). I.e. please verify that your custom transform behaves as expected when used with thegmi
flags.
Release v2.3.0
⚡ Added
- Support for the outputs
currentYear
,branchName
,pullRequestNumber
andpullRequestUrl
. Seeaction.yml
for 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
Release v2.1.1
💫 Changed
- Update dependency @actions/core to v1.6.0
- Update dependency @actions/github to v5.0.0
- Update dependency @actions/glob to v0.2.0
Release v2.1.0
⚡ Added
- #119 Support for specifying commit author name and e-mail (proposed by @creativecreatorormaybenot)