Skip to content

Releases: FantasticFiasco/action-update-license-year

Release v2.0.0

31 Dec 10:15
Compare
Choose a tag to compare

⚡ 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

24 Nov 22:22
Compare
Choose a tag to compare

💉 Fixed

  • #97 License file is incorrectly updated using ASCII encoding instead of UTF8 (contributed by @mondeja)

Release v1

07 May 18:59
Compare
Choose a tag to compare

Release v1.4.1

22 Sep 14:38
Compare
Choose a tag to compare

👮‍♂️ Security

  • Security vulnerability in transient dependency node-fetch

Release v1.4.0

02 Aug 17:10
Compare
Choose a tag to compare

⚡ Added

  • Support for substituting variable currentYear in configuration commitTitle, commitBody, prTitle and prBody

Release v1.3.2

28 Jul 14:23
Compare
Choose a tag to compare

💉 Fixed

  • Variable currentYear in branch name is not substituted correctly

Release v1.3.1

28 Jul 13:44
Compare
Choose a tag to compare

💉 Fixed

  • Action fails when assignees are configured
  • Action fails when labels are configured

Release v1.3.0

28 Jul 13:13
Compare
Choose a tag to compare

⚡ Added

  • #57 Support for configuring pull request

Release v1.2.2

22 Jul 20:51
Compare
Choose a tag to compare

💉 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

18 Jul 22:26
Compare
Choose a tag to compare

💉 Fixed

  • GitHub Actions tries to interpolate ${{ secrets.GITHUB_TOKEN }} in the metadata description