diff options
Diffstat (limited to 'android')
| -rw-r--r-- | android/BuildInstructions.md | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/android/BuildInstructions.md b/android/BuildInstructions.md index 161685fa89..b287342fd4 100644 --- a/android/BuildInstructions.md +++ b/android/BuildInstructions.md @@ -198,6 +198,19 @@ replace `key-password` and `keystore-password` with the values from step 2: storePassword = keystore-password ``` +## Creating an alpha release + +Run the [prepare-release.sh](scripts/prepare-release.sh) script with the desired version you wish +to release as an argument. The prepare script will download the latest relay list and update the +version files, and add as commits. + +```bash +# Replace `202X.X-alphaX` with the alpha version you intend to create. +./scripts/prepare-release.sh 202X.X-alphaX +``` + +Continue by following the instructions provided by the script. + ## Gradle dependency metadata verification lockfile This lockfile helps ensuring the integrity of the gradle dependencies in the project. |
