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 f9e472e commit d193d3dCopy full SHA for d193d3d
.github/workflows/release.yml
@@ -32,7 +32,7 @@ jobs:
32
- name: Generate changelog
33
run: |
34
git-chglog $(git describe --tags $(git rev-list --tags --max-count=1)) \
35
- -o RELEASE_NOTES.md 2> /dev/null || echo "**Prerelease**" > RELEASE_NOTES.md
+ 1> RELEASE_NOTES.md 2> /dev/null || echo "**Prerelease**" > RELEASE_NOTES.md
36
echo "CHANGELOG=`cat RELEASE_NOTES.md`" >> $GITHUB_ENV
37
## Debug
38
echo "CHANGELOG=`cat RELEASE_NOTES.md`"
0 commit comments