Skip to content

Commit bbb939f

Browse files
committed
chore: update versionName for beta release
1 parent 96a334e commit bbb939f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

DEVELOPMENT.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ So, creating a beta release for Unlauncher requires the following steps:
3131

3232
1. Push a beta tag to GitHub (e.g. `2.0.0-beta.1`)
3333
1. Make sure that the `versionName` in the [build.gradle.kts](./app/build.gradle.kts) matches the tag that you are pushing
34-
1. Delete the draft Release on GitHub for the beta tag that was created by the CI
34+
1. Add release notes to the draft Release on GitHub that was created by the CI and publish it as a pre-release
3535
1. Raise a MR to [fdroid/fdroiddata](https://gitlab.com/fdroid/fdroiddata) to add a new `Builds` entry for the beta release
3636
1. _Do not_ update the configured `CurrenVersion`/`CurrentVersionCode` since that will trigger a normal release
3737
1. Prepare for the next release by incrementing the `versionCode` and `versionName` in the [build.gradle.kts](./app/build.gradle.kts) file

app/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ android {
1515
applicationId = "com.jkuester.unlauncher"
1616
minSdkVersion(21)
1717
targetSdkVersion(33)
18-
versionName = "2.1.0"
18+
versionName = "2.1.0-beta.1"
1919
versionCode = 19
2020
vectorDrawables { useSupportLibrary = true }
2121
// signingConfigs {

0 commit comments

Comments
 (0)