feat: generate release notes support#2114
Merged
gmlewis merged 4 commits intogoogle:masterfrom Oct 12, 2021
caarlos0:release-notes
Merged
feat: generate release notes support#2114gmlewis merged 4 commits intogoogle:masterfrom caarlos0:release-notes
gmlewis merged 4 commits intogoogle:masterfrom
caarlos0:release-notes
Conversation
Signed-off-by: Carlos A Becker <caarlos0@gmail.com>
Codecov Report
@@ Coverage Diff @@
## master #2114 +/- ##
=======================================
Coverage 97.78% 97.78%
=======================================
Files 112 112
Lines 9956 9970 +14
=======================================
+ Hits 9735 9749 +14
Misses 154 154
Partials 67 67
Continue to review full report at Codecov.
|
Signed-off-by: Carlos A Becker <caarlos0@gmail.com>
Signed-off-by: Carlos A Becker <caarlos0@gmail.com>
Contributor
Author
|
Thanks for the review @gmlewis! Just fixed the based on this tweet. |
gmlewis
reviewed
Oct 5, 2021
Signed-off-by: Carlos A Becker <caarlos0@gmail.com>
Contributor
Author
|
can someone else review/merge this? |
Collaborator
|
@Parker77 - do you have time to review this? |
Collaborator
Thank you, @Parker77! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
supports the new feature github announced today: generate release notes (link)
while there are no official docs yet, one of the product managers posted screenshots of it on twitter: https://twitter.com/MylesBorins/status/1445102641214861318
This implements both the new
/releases/generate-notesendpoint and the newgenerate_release_notesrelease option.