-
Notifications
You must be signed in to change notification settings - Fork 275
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
Generate release notes for 2.0.0 #1772
Generate release notes for 2.0.0 #1772
Conversation
4d55ad8
to
3a57e1d
Compare
Codecov Report
@@ Coverage Diff @@
## main #1772 +/- ##
============================================
+ Coverage 60.78% 60.82% +0.03%
- Complexity 3185 3187 +2
============================================
Files 253 253
Lines 17931 17931
Branches 3204 3204
============================================
+ Hits 10900 10906 +6
+ Misses 5454 5451 -3
+ Partials 1577 1574 -3
Continue to review full report at Codecov.
|
Several PRs that are in 2.0 branch but not in 1.3 branch are missing, for example #1709 |
Please include #1775 |
a7f0734
to
2e1a082
Compare
How to repeat: * `git checkout origin/2.0` * `git log --pretty=format:"* %s" --since=origin/1.x > release-notes/opensearch-security.release-notes-2.0.0.0-rc1.md` * Manually organize file sections * Add Date / Version section (copy + modify from previous release) * Enhancements/Bug fixes/Maintenance * Replace pull request ids with full urls via regex * Find: `\(#(\d+)\)$` * Replace: `([#$1](https://github.com/opensearch-project/security/pull/$1))` * Commit with these steps / modified with additional details Signed-off-by: Peter Nied <[email protected]>
2e1a082
to
2b92ca9
Compare
How to repeat: * `git checkout origin/2.0` * `git log --pretty=format:"* %s" --since=3-11-2022 > release-notes/opensearch-security.release-notes-2.0.0.0-rc1.md` * Manually organize file sections * Add Date / Version section (copy + modify from previous release) * Enhancements/Bug fixes/Maintenance * Replace pull request ids with full urls via regex * Find: `\(#(\d+)\)$` * Replace: `([#$1](https://github.com/opensearch-project/security/pull/$1))` * Commit with these steps / modified with additional details Signed-off-by: Peter Nied <[email protected]> (cherry picked from commit 6b23565)
How to repeat: * `git checkout origin/2.0` * `git log --pretty=format:"* %s" --since=3-11-2022 > release-notes/opensearch-security.release-notes-2.0.0.0-rc1.md` * Manually organize file sections * Add Date / Version section (copy + modify from previous release) * Enhancements/Bug fixes/Maintenance * Replace pull request ids with full urls via regex * Find: `\(#(\d+)\)$` * Replace: `([#$1](https://github.com/opensearch-project/security/pull/$1))` * Commit with these steps / modified with additional details Signed-off-by: Peter Nied <[email protected]> (cherry picked from commit 6b23565)
Signed-off-by: Peter Nied <[email protected]>
Signed-off-by: Peter Nied <[email protected]>
Followed the process used by opensearch-project#1772 to create the release notes Signed-off-by: Peter Nied <[email protected]>
* Release notes for 1.3.2 Followed the process used by #1772 to create the release notes Signed-off-by: Peter Nied <[email protected]>
* Release notes for 1.3.2 Followed the process used by #1772 to create the release notes Signed-off-by: Peter Nied <[email protected]> (cherry picked from commit e189b7a)
* Release notes for 1.3.2 Followed the process used by #1772 to create the release notes Signed-off-by: Peter Nied <[email protected]> (cherry picked from commit e189b7a) Co-authored-by: Peter Nied <[email protected]>
How to repeat: * `git checkout origin/2.0` * `git log --pretty=format:"* %s" --since=3-11-2022 > release-notes/opensearch-security.release-notes-2.0.0.0-rc1.md` * Manually organize file sections * Add Date / Version section (copy + modify from previous release) * Enhancements/Bug fixes/Maintenance * Replace pull request ids with full urls via regex * Find: `\(#(\d+)\)$` * Replace: `([#$1](https://github.com/opensearch-project/security/pull/$1))` * Commit with these steps / modified with additional details Signed-off-by: Peter Nied <[email protected]>
* Release notes for 1.3.2 Followed the process used by opensearch-project#1772 to create the release notes Signed-off-by: Peter Nied <[email protected]>
Description
How to repeat:
git checkout origin/2.0
git log --pretty=format:"* %s" --since=3-11-2022 > release-notes/opensearch-security.release-notes-2.0.0.0-rc1.md
\(#(\d+)\)$
([#$1](https://github.com/opensearch-project/security/pull/$1))
Check List
New functionality includes testingNew functionality has been documentedBy 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.