Indicate that title is optional in release create
This commit is contained in:
parent
9040f6adc6
commit
50d5813182
1 changed files with 1 additions and 1 deletions
|
|
@ -174,7 +174,7 @@ func createRun(opts *CreateOptions) error {
|
|||
{
|
||||
Name: "name",
|
||||
Prompt: &survey.Input{
|
||||
Message: "Title",
|
||||
Message: "Title (optional)",
|
||||
Default: opts.Name,
|
||||
},
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue