avoid including a phony commit to relnotes
This commit is contained in:
parent
8cc0979847
commit
557e75efda
3
release
3
release
@ -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" | \
|
||||
|
Loading…
Reference in New Issue
Block a user