mirror of
https://github.com/paul-nameless/tg
synced 2024-11-22 03:43:19 +00:00
Update script: delete changelog after release
This commit is contained in:
parent
57229e8d18
commit
a49c6cc619
1 changed files with 1 additions and 0 deletions
1
make
1
make
|
@ -38,6 +38,7 @@ case $ARG in
|
|||
git log --pretty=format:"%cn: %s" v$CURRENT_VERSION...v$NEW_VERSION | grep -v -e "Merge" | grep -v "Release"| awk '!x[$0]++' > changelog.md
|
||||
git push origin master --tags
|
||||
gh release create v$NEW_VERSION -F changelog.md
|
||||
rm changelog.md
|
||||
;;
|
||||
|
||||
check)
|
||||
|
|
Loading…
Reference in a new issue