Skip to content

Latest commit

 

History

History
137 lines (73 loc) · 4.27 KB

CHANGELOG.md

File metadata and controls

137 lines (73 loc) · 4.27 KB

Change Log

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

[Unreleased]

[2.2.1] - 2022-01-24

💫 Changed

  • Migrate into running on Node.js v16

👮‍♂️ Security

  • Security vulnerability in transient dependency node-fetch

[2.2.0] - 2022-01-20

⚡ Added

[2.1.1] - 2021-12-20

💫 Changed

[2.1.0] - 2021-01-12

⚡ Added

[2.0.0] - 2020-12-31

⚡ 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)

[1.4.2] - 2020-11-24

💉 Fixed

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

[1.4.1] - 2020-09-22

👮‍♂️ Security

  • Security vulnerability in transient dependency node-fetch

[1.4.0] - 2020-08-02

⚡ Added

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

[1.3.2] - 2020-07-28

💉 Fixed

  • Variable currentYear in branch name is not substituted correctly

[1.3.1] - 2020-07-28

💉 Fixed

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

[1.3.0] - 2020-07-28

⚡ Added

  • #57 Support for configuring pull request

[1.2.2] - 2020-07-22

💉 Fixed

  • #59 Single year in license is updated into a range of years even though year hasn't changed (discovered by @tenshiAMD)

[1.2.1] - 2020-07-19

💉 Fixed

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

[1.2.0] - 2020-07-18

⚡ Added

  • Support for GNU Affero General Public License v3.0 only (AGPL-3.0-only) licenses

👮‍♂️ Security

  • Security vulnerability in transient dependency lodash

[1.1.3] - 2020-07-14

💉 Fixed

  • Update action metadata with required token input
  • #42 Improve error message displayed when license file doesn't exist in repository
  • #40 Only create pull request if license is updated (discovered by @spl)

[1.1.2] - 2020-05-01

👮‍♂️ Security

  • Security vulnerability in transient dependency @actions/http-client

[1.1.1] - 2020-03-14

👮‍♂️ Security

  • Security vulnerability in transient dependency acorn
  • Security vulnerability in transient dependency minimist

[1.1.0] - 2020-01-01

⚡ Added

  • Support for BSD 2-clause "Simplified" (BSD-2-Clause) licenses
  • Support for BSD 3-clause "New" or "Revised" (BSD-3-Clause) licenses
  • Support for MIT (MIT) licenses

[1.0.0] - 2020-01-01

⚡ Added

  • Support for Apache 2.0 (Apache-2.0) licenses