Rm redundant tag description from rel notes
This commit is contained in:
parent
aad6c34178
commit
4d75a05e35
1 changed files with 2 additions and 2 deletions
|
@ -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}" \
|
||||||
|
|
Loading…
Reference in a new issue