Skip to content

Commit dd53d50

Browse files
Try out new version of changelog action
1 parent cb45e4e commit dd53d50

2 files changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/draft-new-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
run: git checkout -b release/${{ env.RELEASE_VERSION }}
2323

2424
- name: Update changelog
25-
uses: thomaseizinger/keep-a-changelog-new-release@v1
25+
uses: thomaseizinger/keep-a-changelog-new-release@master
2626
with:
2727
version: ${{ env.RELEASE_VERSION }}
2828

CHANGELOG.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,3 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1010
### Added
1111

1212
- Everything since the beginning!
13-
14-
[Unreleased]: https://github.com/thomaseizinger/github-action-gitflow-release-workflow/compare/f29bb46e40c323fe0af44dda68c6f60e5b263c64...HEAD

0 commit comments

Comments
 (0)