1
Fork 0

avoid including a phony commit to relnotes

nix
Motiejus Jakštys 2022-04-09 00:18:46 +03:00
parent 8cc0979847
commit 557e75efda
1 changed files with 2 additions and 1 deletions

View File

@ -18,7 +18,8 @@ last_tag=$(git tag | tail -1)
echo bazel-zig-cc "$1"
echo
echo Changelog since "$last_tag":
git log --pretty=format:"- [%an] %s" "$last_tag"..HEAD
git log --pretty=format:"- [%an] %s" "$last_tag"..HEAD | \
grep -v "Update release notes for $last_tag"
} | git tag -u motiejus@jakstys.lt -F - "$1"
shasum=$(git archive --prefix="bazel-zig-cc-$1/" --format=tar "$1" | \