Skip to content

Commit

Permalink
Correct title of release
Browse files Browse the repository at this point in the history
  • Loading branch information
CharliePoole committed Sep 27, 2021
1 parent eba567d commit b5e4179
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.cake
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,7 @@ Task("CreateDraftRelease")
// for both the name of the draft release and the milestone,
// i.e. release-2.0.0, release-2.0.0-beta2, etc.
string milestone = parameters.BranchName.Substring(8);
string releaseName = $"NUnit Project Loader Extension {milestone}";
string releaseName = $"Visual Studio Project Loader Extension {milestone}";

Information($"Creating draft release...");

Expand Down

0 comments on commit b5e4179

Please sign in to comment.