Skip to content

Commit 50d5813

Browse files
committed
Indicate that title is optional in release create
1 parent 9040f6a commit 50d5813

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/cmd/release/create/create.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ func createRun(opts *CreateOptions) error {
174174
{
175175
Name: "name",
176176
Prompt: &survey.Input{
177-
Message: "Title",
177+
Message: "Title (optional)",
178178
Default: opts.Name,
179179
},
180180
},

0 commit comments

Comments
 (0)