Skip to content

Commit

Permalink
Actually use the input and update the changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
thomaseizinger committed Sep 22, 2020
1 parent 2e5b150 commit b843c90
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [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

Expand All @@ -23,7 +26,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Initial release of this action!

[Unreleased]: https://github.com/thomaseizinger/keep-a-changelog-new-release/compare/1.1.0...HEAD
[Unreleased]: https://github.com/thomaseizinger/keep-a-changelog-new-release/compare/1.2.0...HEAD

[1.2.0]: https://github.com/thomaseizinger/keep-a-changelog-new-release/compare/1.1.0...1.2.0

[1.1.0]: https://github.com/thomaseizinger/keep-a-changelog-new-release/compare/1.0.0...1.1.0

Expand Down
Loading

0 comments on commit b843c90

Please sign in to comment.