Merge tag 'v25.09.2' into develop
This commit is contained in:
commit
58d550fe98
3 changed files with 4 additions and 2 deletions
2
fastlane/metadata/android/en-US/changelogs/202509020.txt
Normal file
2
fastlane/metadata/android/en-US/changelogs/202509020.txt
Normal file
|
|
@ -0,0 +1,2 @@
|
||||||
|
Main changes in this version: bug fixes and improvements.
|
||||||
|
Full changelog: https://github.com/element-hq/element-x-android/releases
|
||||||
|
|
@ -44,7 +44,7 @@ private const val versionMonth = 9
|
||||||
* Release number in the month. Value must be in [0,99].
|
* Release number in the month. Value must be in [0,99].
|
||||||
* Do not update this value. it is updated by the release script.
|
* Do not update this value. it is updated by the release script.
|
||||||
*/
|
*/
|
||||||
private const val versionReleaseNumber = 1
|
private const val versionReleaseNumber = 2
|
||||||
|
|
||||||
object Versions {
|
object Versions {
|
||||||
/**
|
/**
|
||||||
|
|
|
||||||
|
|
@ -146,7 +146,7 @@ printf "Creating fastlane file...\n"
|
||||||
printf -v versionReleaseNumber2Digits "%02d" "${versionReleaseNumber}"
|
printf -v versionReleaseNumber2Digits "%02d" "${versionReleaseNumber}"
|
||||||
fastlaneFile="20${versionYear}${versionMonth}${versionReleaseNumber2Digits}0.txt"
|
fastlaneFile="20${versionYear}${versionMonth}${versionReleaseNumber2Digits}0.txt"
|
||||||
fastlanePathFile="./fastlane/metadata/android/en-US/changelogs/${fastlaneFile}"
|
fastlanePathFile="./fastlane/metadata/android/en-US/changelogs/${fastlaneFile}"
|
||||||
printf "Main changes in this version: TODO.\nFull changelog: https://github.com/element-hq/element-x-android/releases" > "${fastlanePathFile}"
|
printf "Main changes in this version: bug fixes and improvements.\nFull changelog: https://github.com/element-hq/element-x-android/releases" > "${fastlanePathFile}"
|
||||||
|
|
||||||
read -r -p "I have created the file ${fastlanePathFile}, please edit it and press enter to continue. "
|
read -r -p "I have created the file ${fastlanePathFile}, please edit it and press enter to continue. "
|
||||||
git add "${fastlanePathFile}"
|
git add "${fastlanePathFile}"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue