Skip to content

Commit

Permalink
Build: Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
aaubry committed Apr 9, 2021
1 parent fedcbea commit 9def445
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/build/BuildDefinition.cs
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,7 @@ public static async Task LinkPullRequestsToReleases(GitVersion version)
{
body = isIssue
? $"A fix for this issue has been released in [version {version.NuGetVersion}](https://github.com/{GitHubRepository}/releases/tag/v{version.NuGetVersion})."
: $"This heature has been released in [version {version.NuGetVersion}](https://github.com/{GitHubRepository}/releases/tag/v{version.NuGetVersion})."
: $"This feature has been released in [version {version.NuGetVersion}](https://github.com/{GitHubRepository}/releases/tag/v{version.NuGetVersion})."
});

commentResponse.EnsureSuccessStatusCode();
Expand Down

0 comments on commit 9def445

Please sign in to comment.