-
Notifications
You must be signed in to change notification settings - Fork 279
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
Release Notes tracker for component repos #2400
Release Notes tracker for component repos #2400
Conversation
Codecov Report
@@ Coverage Diff @@
## main #2400 +/- ##
============================================
- Coverage 94.62% 94.21% -0.42%
Complexity 27 27
============================================
Files 210 211 +1
Lines 4317 4388 +71
Branches 29 29
============================================
+ Hits 4085 4134 +49
- Misses 226 248 +22
Partials 6 6
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
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.
Please also create a folder to host this .py file, instead of putting it in src dir.
With existing setup when I create a sub-folder
|
a01b8d2
to
cfb3960
Compare
7170d46
to
e165944
Compare
Closing this PR in favor of #2438 |
Description
Expected inputs:
GIT_LOG_DATE
: To check if commit exists after a specific dateADD_COMMENT
: true/falseGIT_ISSUE_NUMBER
: release issue to add the generated tabel as comment.GITHUB_TOKEN
: token used to add the commentThis PR adds code that adheres to existing workflows
Execution command:
./run_releasenotes_check.sh manifests/2.2.0/opensearch-2.2.0.yml
Create a mark-down table as follows, adding the latest commitID after a certain date, and if contains a release notes with YES/NO/NULL
Issues Resolved
#2345
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.