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 0ef1c0c commit 24ce044Copy full SHA for 24ce044
.github/scripts/create_release.sh
@@ -14,7 +14,7 @@ if [ $VERSION = continuous ]; then
14
PRERELEASE=true
15
else
16
TITLE="UltraGrid $VERSION"
17
- SUMMARY="**Short log:**$(cat NEWS | sed -e '1,2d' -e '/^$/q' -e 's/^\*/\\n*/' | tr '\n' ' ')\n\n**Full changelog:** https://github.com/MartinPulec/UltraGrid/commits/$TAG"
+ SUMMARY="**Changes:**$(cat NEWS | sed -e '1,2d' -e '/^$/q' -e 's/^\*/\\n*/' | tr '\n' ' ')\n\n**Full changelog:** https://github.com/MartinPulec/UltraGrid/commits/$TAG"
18
PRERELEASE=false
19
fi
20
0 commit comments