We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bea3867 commit 69e6ce2Copy full SHA for 69e6ce2
.github/workflows/build.yaml
@@ -36,7 +36,7 @@ jobs:
36
id: build_changelog
37
uses: mikepenz/release-changelog-builder-action@v5
38
with:
39
- fromTag: "@~" # last commit
+ fromTag: "@~2" # last commit
40
toTag: "@" # this commit
41
mode: "PR"
42
outputFile: "CHANGELOG.md"
0 commit comments