chore: lowercase
This commit is contained in:
@ -330,7 +330,7 @@ func addReleaseNotes(recipe recipe.Recipe, tag string) error {
|
|||||||
|
|
||||||
if !internal.NoInput {
|
if !internal.NoInput {
|
||||||
prompt := &survey.Confirm{
|
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 {
|
if err := survey.AskOne(prompt, &addNextAsReleaseNotes); err != nil {
|
||||||
|
Reference in New Issue
Block a user