Releases: FantasticFiasco/action-update-license-year
Releases · FantasticFiasco/action-update-license-year
Release v2.0.0
⚡ Added
- #43 [BREAKING CHANGE] Support for updating one or more arbitrary files. This is a breaking change since actions/checkout now has to precede this action. Please see
README.md
for more information. (proposed by @spl)
Release v1.4.2
Release v1
v1.4.2
Release v1.4.1
👮♂️ Security
- Security vulnerability in transient dependency
node-fetch
Release v1.4.0
⚡ Added
- Support for substituting variable
currentYear
in configurationcommitTitle
,commitBody
,prTitle
andprBody
Release v1.3.2
💉 Fixed
- Variable
currentYear
in branch name is not substituted correctly
Release v1.3.1
💉 Fixed
- Action fails when assignees are configured
- Action fails when labels are configured
Release v1.3.0
⚡ Added
- #57 Support for configuring pull request
Release v1.2.2
💉 Fixed
- #59 Single year in license is updated into a range of years even though year hasn't changed (discovered by @tenshiAMD)
Release v1.2.1
💉 Fixed
- GitHub Actions tries to interpolate
${{ secrets.GITHUB_TOKEN }}
in the metadata description