1
Fork 0

[release notes] committer name -> author name

nix v0.6.0
Motiejus Jakštys 2022-04-07 14:39:31 +03:00
parent 43cb9856ea
commit 313f16b020
1 changed files with 1 additions and 1 deletions

View File

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