Skip to content

Latest commit

 

History

History
80 lines (46 loc) · 2.24 KB

CHANGELOG.md

File metadata and controls

80 lines (46 loc) · 2.24 KB

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.

3.1.0 - 2024-07-27

Added

  • Add a new release-notes output to the action containing the release notes for the newly released versions.

3.0.0 - 2024-04-08

Fixed

  • Spacing in Markdown lists and definitions
  • "unreleased" definition casing

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!