-
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 release process wiki #4326
Add release process wiki #4326
Conversation
Signed-off-by: Sayali Gaikawad <[email protected]>
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #4326 +/- ##
=======================================
Coverage 91.27% 91.27%
=======================================
Files 189 189
Lines 6163 6163
=======================================
Hits 5625 5625
Misses 538 538 ☔ View full report in Codecov by Sentry. |
@@ -7,3 +7,4 @@ This repository hosts the build, test and release scripts for OpenSearch and Ope | |||
See each page below for more details: | |||
- [Building a Distribution from the source](https://github.com/opensearch-project/opensearch-build/wiki/Building-an-OpenSearch-and-OpenSearch-Dashboards-Distribution) | |||
- [Testing a Distribution](https://github.com/opensearch-project/opensearch-build/wiki/Testing-the-Distribution) | |||
- [Releasing the Distribution](https://github.com/opensearch-project/opensearch-build/wiki/Testing-the-Distribution) |
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.
Should this be updated to Releasing-the-Distribution
?
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.
These are home page headings https://github.com/opensearch-project/opensearch-build/wiki
@@ -1,83 +1,7 @@ | |||
- [OpenSearch Release Process](#opensearch-release-process) |
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.
Can we still keep these heading mappings without removing them? So that if we have pull back from docs/
folder we still have the headings in markdown format.
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.
Description
This PR adds another page on GitHub wiki explaining release process for the distribution.
Also updates the URLs in the issue creation template to the wiki
Issues Resolved
#4216
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.