chore: lowercase

This commit is contained in:
2025-10-01 11:18:42 +02:00
parent fd642ddb84
commit 581e6ef538

View File

@ -330,7 +330,7 @@ func addReleaseNotes(recipe recipe.Recipe, tag string) error {
if !internal.NoInput {
prompt := &survey.Confirm{
Message: i18n.G("Use release note in release/next?"),
Message: i18n.G("use release note in release/next?"),
}
if err := survey.AskOne(prompt, &addNextAsReleaseNotes); err != nil {