We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea194d9 commit 64a9f92Copy full SHA for 64a9f92
Source/GitReleaseManager.Cli/Options/PublishSubOptions.cs
@@ -8,7 +8,7 @@ namespace GitReleaseManager.Cli.Options
8
{
9
using CommandLine;
10
11
- [Verb("publish", HelpText = "Publishes the release notes and closes the milestone.")]
+ [Verb("publish", HelpText = "Publishes the GitHub Release.")]
12
public class PublishSubOptions : BaseGitHubSubOptions
13
14
[Option('t', "tagName", HelpText = "The name of the release (Typically this is the generated SemVer Version Number).", Required = true)]
0 commit comments