Skip to content

Commit

Permalink
[build] In the release workflow, automatically generate an announceme…
Browse files Browse the repository at this point in the history
…nt discussion

Adopting new API introduced in octokit/octokit.net#2842
  • Loading branch information
AndreyAkinshin committed Jan 5, 2024
1 parent 5c46537 commit 8b6badb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build/BenchmarkDotNet.Build/Runners/ReleaseRunner.cs
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,7 @@ private void PublishGitHubRelease()
Draft = false,
Prerelease = false,
GenerateReleaseNotes = false,
DiscussionCategoryName = "Announcements",
Body = notes
}).Wait();
context.Information(" Success");
Expand Down

0 comments on commit 8b6badb

Please sign in to comment.