We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 874c1dc + a842ce2 commit 465842cCopy full SHA for 465842c
1 file changed
.github/workflows/build.yaml
@@ -36,7 +36,8 @@ jobs:
36
id: build_changelog
37
uses: mikepenz/release-changelog-builder-action@v5
38
with:
39
- toTag: ${{ github.sha }}
+ fromTag: "@~"
40
+ toTag: "@"
41
mode: "HYBRID"
42
outputFile: "CHANGELOG.md"
43
0 commit comments