Skip to content

Commit 96ebf19

Browse files
Merge pull request #6 from thomaseizinger/update-changelog
Actually use the input and update the changelog
2 parents 2e5b150 + b843c90 commit 96ebf19

File tree

3 files changed

+9
-4
lines changed

3 files changed

+9
-4
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [1.2.0] - 2020-09-22
11+
1012
### Added
1113

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

1417
## [1.1.0] - 2020-02-17
1518

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

2427
- Initial release of this action!
2528

26-
[Unreleased]: https://github.com/thomaseizinger/keep-a-changelog-new-release/compare/1.1.0...HEAD
29+
[Unreleased]: https://github.com/thomaseizinger/keep-a-changelog-new-release/compare/1.2.0...HEAD
30+
31+
[1.2.0]: https://github.com/thomaseizinger/keep-a-changelog-new-release/compare/1.1.0...1.2.0
2732

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

0 commit comments

Comments
 (0)