mirror of
https://github.com/syncthing/syncthing-android.git
synced 2024-11-22 20:31:16 +00:00
9 lines
177 B
Bash
Executable file
9 lines
177 B
Bash
Executable file
#!/usr/bin/env bash
|
|
|
|
CHANGELOG_FILE="src/main/play/en-GB/whatsnew"
|
|
rm $CHANGELOG_FILE
|
|
nano $CHANGELOG_FILE
|
|
cat $CHANGELOG_FILE
|
|
git push
|
|
git push --tags
|
|
./gradlew publishRelease
|