mirror of
https://gitlab.com/lecarore/breakout71.git
synced 2025-04-20 12:15:06 -04:00
Changelog update
This commit is contained in:
parent
a328520191
commit
adfd3ecf83
7 changed files with 67 additions and 82 deletions
|
@ -13,11 +13,12 @@ versionCode=$(($(date +%s) / 60))
|
|||
|
||||
bash ./build.sh $versionCode
|
||||
|
||||
# Create a release commit and tag
|
||||
# Create a release commit
|
||||
git add .
|
||||
git commit -m "Build $versionCode"
|
||||
git tag -a $versionCode -m $versionCode
|
||||
git push
|
||||
# Auto tagging created random releases on fdroid, not great.
|
||||
# git tag -a $versionCode -m $versionCode
|
||||
|
||||
# upload to breakout.lecaro.me
|
||||
DOMAIN="breakout.lecaro.me"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue