-
Notifications
You must be signed in to change notification settings - Fork 2.1k
feat: support new release discussions feature #1856
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
Codecov Report
@@ Coverage Diff @@
## master #1856 +/- ##
=======================================
Coverage 97.64% 97.64%
=======================================
Files 105 105
Lines 6762 6764 +2
=======================================
+ Hits 6603 6605 +2
Misses 86 86
Partials 73 73
Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you, @caarlos0 !
LGTM.
Merging.
support the new
discussion_category_name
field when creating/updating a release.refs https://github.blog/changelog/2021-04-06-releases-support-comments-and-reactions-with-discussion-linking/
refs https://docs.github.com/en/rest/reference/repos#create-a-release
refs goreleaser/goreleaser#2161