This commit is contained in:
Overtorment 2018-10-27 16:25:28 +01:00
parent 0bb9c4d95b
commit 6e42c1f667
2 changed files with 6 additions and 1 deletions

View File

@ -1,4 +1,4 @@
#!/usr/bin/env bash
TAG=`git tag | sort | tail -n 1`
HASH=`git show-ref -s $TAG`
git log --pretty=format:'%Cred*%Creset %Creset %s %b %Creset' $HASH..HEAD
git log --pretty=format:'* %s %b' $HASH..HEAD

5
up-build-number.sh Executable file
View File

@ -0,0 +1,5 @@
#!/usr/bin/env bash
./release-notes.sh
./release-notes.sh > fastlane/metadata/en-US/release_notes.txt
echo
nodejs up-build-number.js