Indicate that title is optional in release create

This commit is contained in:
Mislav Marohnić 2020-09-09 17:45:55 +02:00
parent 9040f6adc6
commit 50d5813182

View file

@ -174,7 +174,7 @@ func createRun(opts *CreateOptions) error {
{
Name: "name",
Prompt: &survey.Input{
Message: "Title",
Message: "Title (optional)",
Default: opts.Name,
},
},