keep-a-changelog-new-release/CHANGELOG.md

1.8 KiB

Changelog

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

Changed

  • Update action to use node20

2.0.0 - 2024-02-14

Changed

  • Update action to use node16

1.3.0 - 2021-10-12

Added

  • New optional tag argument allowing v-prefixed versions

Changed

  • The version argument is no longer required

Deprecated

  • The version argument will be replaced in favor of the tag argument

1.2.1 - 2021-02-23

Fixed

  • Allow Unreleased link reference to be lowercase.

1.2.0 - 2020-09-22

Added

  • Commit hook for preventing dist/index.js to be out of date after modifying Typescript files.
  • Input changelogPath for making the path to the CHANGELOG.md file configurable. Defaults to "./CHANGELOG.md".

1.1.0 - 2020-02-17

Added

  • Add support for creating the first release using this action.

1.0.0 - 2020-02-15

Added

  • Initial release of this action!