diff --git a/tools/release.sh b/tools/release.sh index cd35f79..77d8612 100755 --- a/tools/release.sh +++ b/tools/release.sh @@ -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)