You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/nbgv/Program.cs
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -113,7 +113,7 @@ public static int Main(string[] args)
113
113
prepareRelease=syntax.DefineCommand("prepare-release",refcommandText,"Prepares a release by creating a release branch for the current version and adjusting the version on the current branch.");
114
114
syntax.DefineOption("p|project",refprojectPath,"The path to the project or project directory. The default is the current directory.");
115
115
syntax.DefineOption("nextVersion",refreleaseNextVersion,"The version to set for the current branch. If omitted, the next version is determined automatically by incrementing the current version.");
116
-
syntax.DefineOption("versionIncrement",refreleaseVersionIncrement,"Specifies how the next version for the current branch is determined overriding the 'versionIncrement' setting in version.json");
116
+
syntax.DefineOption("versionIncrement",refreleaseVersionIncrement,"Overrides the 'versionIncrement' setting set in version.json for determining the next version of the current branch.");
117
117
syntax.DefineParameter("tag",refreleasePreReleaseTag,"The prerelease tag to apply on the release branch (if any). If not specified, any existing prerelease tag will be removed. The preceding hyphen may be omitted.");
0 commit comments