Rm redundant tag description from rel notes

This commit is contained in:
Darko Poljak 2019-05-05 10:31:23 +02:00
parent aad6c34178
commit 4d75a05e35
1 changed files with 2 additions and 2 deletions

View File

@ -235,8 +235,8 @@ eof
# make release # make release
changelog=$("$0" changelog-changes "$1" | sed 's/^[[:space:]]*//') changelog=$("$0" changelog-changes "$1" | sed 's/^[[:space:]]*//')
release_notes=$( release_notes=$(
printf "Release %s\n\n%s\n\n%s\n\n**Changelog**\n\n%s\n" \ printf "%s\n\n%s\n\n**Changelog**\n\n%s\n" \
"${tag}" "${response_archive}" "${response_archive_sig}" "${changelog}" "${response_archive}" "${response_archive_sig}" "${changelog}"
) )
curl -f -X POST \ curl -f -X POST \
-H "PRIVATE-TOKEN: ${token}" \ -H "PRIVATE-TOKEN: ${token}" \