fix: i18n & clarify no release notes msg #819
Reference in New Issue
Block a user
No description provided.
Delete Branch "iexos/abra:push-rntyplynmlps"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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.
@ -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),Thanks! You'll need to run
make i18nalso.Did that. Its normal that it creates 700 changes?