Fix Release 1.2.2 notes path
* Fix release notes path * Update release version in changelogs
This commit is contained in:
parent
13cf2c435d
commit
6129b6c6f5
|
@ -6,7 +6,7 @@ and this application adheres to [Semantic Versioning](https://semver.org/spec/v2
|
|||
|
||||
## [Unreleased]
|
||||
|
||||
## [1.2.2 (788)] - 2024-11-17
|
||||
## [1.2.2 (789)] - 2024-11-18
|
||||
|
||||
### Added
|
||||
- Address book encryption
|
||||
|
|
|
@ -293,7 +293,7 @@ abstract class PublishToGooglePlay @Inject constructor(
|
|||
add(LocalizedText().apply {
|
||||
language = languageTag.tag
|
||||
text = ChangelogParser.getChangelogEntry(
|
||||
filePath = releaseNotesFilePath + languageTag + releaseNotesFileSuffix,
|
||||
filePath = releaseNotesFilePath + languageTag.tag + releaseNotesFileSuffix,
|
||||
languageTag = languageTag,
|
||||
versionNameFallback = gradleVersionName
|
||||
).toInAppUpdateReleaseNotesText()
|
||||
|
|
|
@ -9,7 +9,7 @@ directly impact users rather than highlighting other key architectural updates.*
|
|||
|
||||
## [Unreleased]
|
||||
|
||||
## [1.2.2 (788)] - 2024-11-17
|
||||
## [1.2.2 (789)] - 2024-11-18
|
||||
|
||||
### Added
|
||||
- Hola! We taught Zashi to speak Spanish!
|
||||
|
|
|
@ -9,7 +9,7 @@ directly impact users rather than highlighting other key architectural updates.*
|
|||
|
||||
## [Unreleased]
|
||||
|
||||
## [1.2.2 (788)] - 2024-11-17
|
||||
## [1.2.2 (789)] - 2024-11-18
|
||||
|
||||
### Agregado
|
||||
- ¡Hola!, Zashi aprendió Español.
|
||||
|
|
Loading…
Reference in New Issue