Skip to content

Commit 8b6badb

Browse files
[build] In the release workflow, automatically generate an announcement discussion
Adopting new API introduced in octokit/octokit.net#2842
1 parent 5c46537 commit 8b6badb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build/BenchmarkDotNet.Build/Runners/ReleaseRunner.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,7 @@ private void PublishGitHubRelease()
143143
Draft = false,
144144
Prerelease = false,
145145
GenerateReleaseNotes = false,
146+
DiscussionCategoryName = "Announcements",
146147
Body = notes
147148
}).Wait();
148149
context.Information(" Success");

0 commit comments

Comments
 (0)