Fix release tool

This commit is contained in:
James Mills 2021-10-31 07:08:53 +10:00
parent 7d4174d5b1
commit f4cc0fb434
No known key found for this signature in database
GPG Key ID: AC4C014F1440EBD6

View File

@ -26,7 +26,7 @@ echo "Releasing ${TAG} ..."
git-chglog --next-tag="${TAG}" --output CHANGELOG.md
git commit -a -m "Update CHANGELOG for ${TAG}"
git tag -a -s -m "Release ${TAG}" "${TAG}"
git push --tags
git push && git push --tags
goreleaser release \
--rm-dist \
--release-notes <(git-chglog "${TAG}" | tail -n+5)