Skip to content

Commit 24ce044

Browse files
committed
s/Short log/Changes/ in GH release
1 parent 0ef1c0c commit 24ce044

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/scripts/create_release.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ if [ $VERSION = continuous ]; then
1414
PRERELEASE=true
1515
else
1616
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"
17+
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"
1818
PRERELEASE=false
1919
fi
2020

0 commit comments

Comments
 (0)