-
Notifications
You must be signed in to change notification settings - Fork 277
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
Add new release notes scripts for consolidated release notes #3601
Add new release notes scripts for consolidated release notes #3601
Conversation
Signed-off-by: Peter Zhu <[email protected]>
a2dc60e
to
d1697c5
Compare
Codecov Report
@@ Coverage Diff @@
## main #3601 +/- ##
=======================================
Coverage 91.49% 91.49%
=======================================
Files 181 181
Lines 5376 5376
=======================================
Hits 4919 4919
Misses 457 457 |
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.
sorry I added the comments forgot to hit review. Maybe create a followup PR?
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
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.
Clean up empty lines?
ORIG_URLS_ARRAY=() | ||
RELEASE_NOTE_MD="$ROOT/release-notes-draft.md" | ||
OLD_IFS=$IFS | ||
RELEASENOTES_CATEGORIES="BREAKING,FEATURE#ADD,ENHANCE,BUG FIX,INFRASTRUCTURE,DOCUMENT,MAINT,REFACTOR" |
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.
Spell check for all types
Hi @gaiksaya this is a temp script:
Next step is to expend the releasenotes.py in our python code base. Thanks. |
Description
Add new release notes scripts for consolidated release notes
Issues Resolved
#3434
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.