fix: i18n & clarify no release notes msg #819

Merged
decentral1se merged 2 commits from iexos/abra:push-rntyplynmlps into main 2026-04-11 13:54:41 +00:00
Member

The release notes missing message was a bit misleading in that it suggested that only the target version was checked but actually all release notes between version are checked.
Also, this string was missing i18n.

The release notes missing message was a bit misleading in that it suggested that only the target version was checked but actually all release notes between version are checked. Also, this string was missing i18n.
iexos added 1 commit 2026-04-10 21:30:37 +00:00
fix: i18n & clarify no release notes msg
Some checks failed
continuous-integration/drone/pr Build is failing
1013f669bb
decentral1se reviewed 2026-04-11 09:11:51 +00:00
@ -239,3 +239,3 @@
upgradeWarnMessages = append(
upgradeWarnMessages,
fmt.Sprintf("no release notes available for %s", chosenUpgrade),
i18n.G("no release notes for upgrading from %s to %s", deployMeta.Version, chosenUpgrade),
Owner

Thanks! You'll need to run make i18n also.

Thanks! You'll need to run `make i18n` also.
Author
Member

Did that. Its normal that it creates 700 changes?

Did that. Its normal that it creates 700 changes?
decentral1se marked this conversation as resolved
iexos added 1 commit 2026-04-11 09:37:15 +00:00
chore: make i18n
Some checks failed
continuous-integration/drone/push Build is failing
7524a785ce
decentral1se approved these changes 2026-04-11 13:54:23 +00:00
decentral1se merged commit 7524a785ce into main 2026-04-11 13:54:41 +00:00
Sign in to join this conversation.
No Reviewers
2 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: toolshed/abra#819
No description provided.