diff options
| author | David Göransson <david.goransson@mullvad.net> | 2025-07-07 14:22:34 +0200 |
|---|---|---|
| committer | David Göransson <david.goransson@mullvad.net> | 2025-07-07 14:22:34 +0200 |
| commit | 06d9f402d467d6851661725240dee94764f44c67 (patch) | |
| tree | be7deae529a4261df424093240a49b6c90c005d7 /android | |
| parent | 101da5291a86a05dd86c662a9171aa4964b142fb (diff) | |
| parent | a2da9230ecef314de9755b587d76e0ee6d2c6cd7 (diff) | |
| download | mullvadvpn-06d9f402d467d6851661725240dee94764f44c67.tar.xz mullvadvpn-06d9f402d467d6851661725240dee94764f44c67.zip | |
Merge branch 'update-build-instructions-with-release-prep'
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. |
