Skip to content

Commit db1672b

Browse files
committed
Adding fastlane file for version 25.09.2
1 parent 5273715 commit db1672b

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
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

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)