-
Notifications
You must be signed in to change notification settings - Fork 272
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
Automate creation of releases (on github) after every release when the release tag is created #1898
Automate creation of releases (on github) after every release when the release tag is created #1898
Comments
I think in order to implement this automation. We will need to standardize our GitHub Releases contents for each release. We will need to decide what we want to include in our Release section. e.g. link or contents of the release notes, download links from |
@saratvemulapalli will be creating campaigns to track the effort involved in automating the creation of release for OpenSearch 2.2 release. Sample PR: opensearch-project/OpenSearch#3813 |
@saratvemulapalli any update on creating campaigns for this effort? |
@bbarani looks like it fell through the cracks. I'll take care of this. |
We have our first automated github release: https://github.com/opensearch-project/OpenSearch/releases/tag/2.5.0 |
@zelinh @bbarani I'm adding up documentation. |
Thanks @saratvemulapalli. Really great for bring this across plugins repos. |
Campaign is up: opensearch-project/opensearch-plugins#201 |
Is your feature request related to a problem? Please describe
We manually create the releases (on github) for opensearch and plugins. We want to automate this after a the release once the release tags are created.
Describe the solution you'd like
Add functionality to the release tag job to be able to add releases for opensearch and all the plugins.
Acceptance Criteria
The text was updated successfully, but these errors were encountered: