Remove manual CHANGELOG.md process - #21083
Conversation
The CHANGELOG.md file has been a source of merge conflicts and have still resulted in poor quality release notes. Release notes will now be generated from PR and commit metadata instead. Signed-off-by: Andrew Ross <andrross@amazon.com>
PR Reviewer Guide 🔍(Review updated until commit bb1ea66)Here are some key observations to aid the review process:
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #21083 +/- ##
============================================
- Coverage 73.29% 73.26% -0.03%
+ Complexity 73188 73171 -17
============================================
Files 5921 5921
Lines 333798 333798
Branches 48124 48124
============================================
- Hits 244659 244566 -93
- Misses 69563 69692 +129
+ Partials 19576 19540 -36 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
bowenlan-amzn
left a comment
There was a problem hiding this comment.
Curious how was the example release note PR #21045 generated?
Is it some bot which maintainers trigger on demand?
@bowenlan-amzn It's a jenkins job that the release manager kicks off as a part of the release process. Ultimately this python script orchestrates the job and this is the prompt sent to the LLM. |
|
@peterzhuamazon Can you remove verify-changelog as a required workflow so that we can merge this? |
done |
|
@andrross ironically this PR cannot be merged until the conflicts in the CHANGELOG are resolved >.< |
Signed-off-by: Andrew Ross <andrross@amazon.com>
|
Persistent review updated to latest commit 35696a0 |
Signed-off-by: Andrew Ross <andrross@amazon.com>
|
Persistent review updated to latest commit bb1ea66 |
The CHANGELOG.md file has been a source of merge conflicts and have still resulted in poor quality release notes. Release notes will now be generated from PR and commit metadata instead. Signed-off-by: Andrew Ross <andrross@amazon.com> Signed-off-by: Aparajita Pandey <aparajita31pandey@gmail.com>
The CHANGELOG.md file has been a source of merge conflicts and have still resulted in poor quality release notes. Release notes will now be generated from PR and commit metadata instead. Signed-off-by: Andrew Ross <andrross@amazon.com>
The CHANGELOG.md file has been a source of merge conflicts and have still resulted in poor quality release notes. Release notes will now be generated from PR and commit metadata instead.
See #21045 for the auto-generated release notes for the 3.6 release.
Related Issues
Resolves #21071
Check List
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.