Skip to content

Latest commit

 

History

History
60 lines (32 loc) · 1.61 KB

CHANGELOG.md

File metadata and controls

60 lines (32 loc) · 1.61 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.

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!