Skip to content

Commit 64a9f92

Browse files
committed
(GH-76) Corrected Publish Command Help Text
1 parent ea194d9 commit 64a9f92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Source/GitReleaseManager.Cli/Options/PublishSubOptions.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ namespace GitReleaseManager.Cli.Options
88
{
99
using CommandLine;
1010

11-
[Verb("publish", HelpText = "Publishes the release notes and closes the milestone.")]
11+
[Verb("publish", HelpText = "Publishes the GitHub Release.")]
1212
public class PublishSubOptions : BaseGitHubSubOptions
1313
{
1414
[Option('t', "tagName", HelpText = "The name of the release (Typically this is the generated SemVer Version Number).", Required = true)]

0 commit comments

Comments
 (0)