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 4d4cd34 commit 60095f3Copy full SHA for 60095f3
.github/workflows/release.yml
@@ -48,7 +48,7 @@ jobs:
48
id: changelog
49
run: |
50
wget -c -q https://github.com/inhere/kite/releases/latest/download/kite.phar
51
- php kite.phar git cl last head --style gh-release --no-merges --fetch-tags --unshallow --file changelog.md
+ php kite.phar git cl prev last --style gh-release --no-merges --fetch-tags --unshallow --file changelog.md
52
cat changelog.md
53
54
# https://github.com/softprops/action-gh-release
0 commit comments