Prepare public 0.1 release

This commit is contained in:
ajp_anton
2026-06-14 14:39:49 +00:00
parent dbf9560486
commit 044b6368b8
5 changed files with 4 additions and 206 deletions
-17
View File
@@ -81,23 +81,6 @@ Release builds require local signing configuration:
./gradlew assembleRelease
```
## Releases
Public releases use two-part versions such as `0.1`, `0.2`, and eventually
`1.0`.
Gitea automatically provides source archives for release tags, so the release
assets only need the APK and its checksum. A release can be created with:
```bash
mkdir -p local
printf '%s' 'your-gitea-token' > local/gitea-token
GITEA_BASE_URL=git.ajpanton.se \
GITEA_TOKEN_FILE=local/gitea-token \
scripts/release-gitea.sh 0.1
```
## Development Note
This project has been coded with the help of AI as an implementation aid. The