Skip to content

Commit a5a87a2

Browse files
committed
Merge tag 'v25.09.2' into develop
2 parents 0c47168 + ca686c9 commit a5a87a2

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
Main changes in this version: bug fixes and improvements.
2+
Full changelog: https://github.com/element-hq/element-x-android/releases

plugins/src/main/kotlin/Versions.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ private const val versionMonth = 9
4444
* Release number in the month. Value must be in [0,99].
4545
* Do not update this value. it is updated by the release script.
4646
*/
47-
private const val versionReleaseNumber = 1
47+
private const val versionReleaseNumber = 2
4848

4949
object Versions {
5050
/**

tools/release/release.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ printf "Creating fastlane file...\n"
146146
printf -v versionReleaseNumber2Digits "%02d" "${versionReleaseNumber}"
147147
fastlaneFile="20${versionYear}${versionMonth}${versionReleaseNumber2Digits}0.txt"
148148
fastlanePathFile="./fastlane/metadata/android/en-US/changelogs/${fastlaneFile}"
149-
printf "Main changes in this version: TODO.\nFull changelog: https://github.com/element-hq/element-x-android/releases" > "${fastlanePathFile}"
149+
printf "Main changes in this version: bug fixes and improvements.\nFull changelog: https://github.com/element-hq/element-x-android/releases" > "${fastlanePathFile}"
150150

151151
read -r -p "I have created the file ${fastlanePathFile}, please edit it and press enter to continue. "
152152
git add "${fastlanePathFile}"

0 commit comments

Comments
 (0)