Skip to content
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

[2.0.0][Distribution]Remove rc1 qualifier reference in your code of 2.0 branch #78

Closed
peterzhuamazon opened this issue May 4, 2022 · 1 comment
Assignees

Comments

@peterzhuamazon
Copy link
Member

peterzhuamazon commented May 4, 2022

We are coming from this issue: opensearch-project/opensearch-build#2078 in your 2.0 branch.

Note: This needs to be completed before 05/17 which is feature freeze day for 2.0.0-GA.

  1. If you have OpenSearch plugin in your repo, make sure your build.gradle remove rc1 reference, leave as "".
opensearch_version = System.getProperty("opensearch.version", "2.0.0-SNAPSHOT")
buildVersionQualifier = System.getProperty("build.version_qualifier", "")
  1. If you have OpenSearch-Dashboards plugin in your repo, make sure your package.json remove rc1 reference, leave as 2.0.0.0.
"version": "2.0.0.0",
  1. If you have any .github/workflows contains hardcode rc1 reference, please remove.

Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants