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 47c5cee commit c080e6eCopy full SHA for c080e6e
.github/workflows/auto-release.yml
@@ -57,6 +57,7 @@ jobs:
57
env:
58
BODY: ${{ github.event.comment.body }}
59
run: |
60
+ git fetch origin develop
61
git checkout origin/develop -- CHANGELOG.md
62
txt=$(cat CHANGELOG.md)
63
echo "${txt%%##*}$BODY${txt##*---}" > CHANGELOG.md
0 commit comments