Prepare public 0.1 release
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user