Skip to content

Commit

Permalink
Fix Release 1.2.2 notes path
Browse files Browse the repository at this point in the history
* Fix release notes path

* Update release version in changelogs
  • Loading branch information
HonzaR authored Nov 18, 2024
1 parent 13cf2c4 commit 6129b6c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down
2 changes: 1 addition & 1 deletion docs/whatsNew/WHATS_NEW_EN.md
Original file line number Diff line number Diff line change
Expand Up @@ -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!
Expand Down
2 changes: 1 addition & 1 deletion docs/whatsNew/WHATS_NEW_ES.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 6129b6c

Please sign in to comment.