Changelog update

This commit is contained in:
Renan LE CARO 2025-03-29 21:05:53 +01:00
parent a328520191
commit adfd3ecf83
7 changed files with 67 additions and 82 deletions

View file

@ -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"