mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2024-11-19 01:40:12 +01:00
OPS
This commit is contained in:
parent
0bb9c4d95b
commit
6e42c1f667
@ -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
5
up-build-number.sh
Executable 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
|
Loading…
Reference in New Issue
Block a user