We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb45e4e commit dd53d50Copy full SHA for dd53d50
2 files changed
.github/workflows/draft-new-release.yml
@@ -22,7 +22,7 @@ jobs:
22
run: git checkout -b release/${{ env.RELEASE_VERSION }}
23
24
- name: Update changelog
25
- uses: thomaseizinger/keep-a-changelog-new-release@v1
+ uses: thomaseizinger/keep-a-changelog-new-release@master
26
with:
27
version: ${{ env.RELEASE_VERSION }}
28
CHANGELOG.md
@@ -10,5 +10,3 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
10
### Added
11
12
- Everything since the beginning!
13
-
14
-[Unreleased]: https://github.com/thomaseizinger/github-action-gitflow-release-workflow/compare/f29bb46e40c323fe0af44dda68c6f60e5b263c64...HEAD
0 commit comments