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]
|
## [Unreleased]
|
||||||
|
|
||||||
## [1.2.2 (788)] - 2024-11-17
|
## [1.2.2 (789)] - 2024-11-18
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
- Address book encryption
|
- Address book encryption
|
||||||
|
|
|
@ -293,7 +293,7 @@ abstract class PublishToGooglePlay @Inject constructor(
|
||||||
add(LocalizedText().apply {
|
add(LocalizedText().apply {
|
||||||
language = languageTag.tag
|
language = languageTag.tag
|
||||||
text = ChangelogParser.getChangelogEntry(
|
text = ChangelogParser.getChangelogEntry(
|
||||||
filePath = releaseNotesFilePath + languageTag + releaseNotesFileSuffix,
|
filePath = releaseNotesFilePath + languageTag.tag + releaseNotesFileSuffix,
|
||||||
languageTag = languageTag,
|
languageTag = languageTag,
|
||||||
versionNameFallback = gradleVersionName
|
versionNameFallback = gradleVersionName
|
||||||
).toInAppUpdateReleaseNotesText()
|
).toInAppUpdateReleaseNotesText()
|
||||||
|
|
|
@ -9,7 +9,7 @@ directly impact users rather than highlighting other key architectural updates.*
|
||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
|
|
||||||
## [1.2.2 (788)] - 2024-11-17
|
## [1.2.2 (789)] - 2024-11-18
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
- Hola! We taught Zashi to speak Spanish!
|
- Hola! We taught Zashi to speak Spanish!
|
||||||
|
|
|
@ -9,7 +9,7 @@ directly impact users rather than highlighting other key architectural updates.*
|
||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
|
|
||||||
## [1.2.2 (788)] - 2024-11-17
|
## [1.2.2 (789)] - 2024-11-18
|
||||||
|
|
||||||
### Agregado
|
### Agregado
|
||||||
- ¡Hola!, Zashi aprendió Español.
|
- ¡Hola!, Zashi aprendió Español.
|
||||||
|
|
Loading…
Reference in New Issue