summaryrefslogtreecommitdiffhomepage
path: root/android
diff options
context:
space:
mode:
authorDavid Göransson <david.goransson@mullvad.net>2025-07-07 14:22:34 +0200
committerDavid Göransson <david.goransson@mullvad.net>2025-07-07 14:22:34 +0200
commit06d9f402d467d6851661725240dee94764f44c67 (patch)
treebe7deae529a4261df424093240a49b6c90c005d7 /android
parent101da5291a86a05dd86c662a9171aa4964b142fb (diff)
parenta2da9230ecef314de9755b587d76e0ee6d2c6cd7 (diff)
downloadmullvadvpn-06d9f402d467d6851661725240dee94764f44c67.tar.xz
mullvadvpn-06d9f402d467d6851661725240dee94764f44c67.zip
Merge branch 'update-build-instructions-with-release-prep'
Diffstat (limited to 'android')
-rw-r--r--android/BuildInstructions.md13
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.