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

Upgrade build-lib version in release pipeline to accomodate new changes #870

Merged
merged 1 commit into from
Sep 11, 2024

Conversation

gaiksaya
Copy link
Member

@gaiksaya gaiksaya commented Sep 10, 2024

Description

The new changes include:

  • Tagging the release as per the version suffix in the GitHub Tag.
  • Add publication type argument.

This change uses the GitHub tag used to release an artifact to tag the release on npmjs.org as well. As of now everything is mark latest as default which is not right. beta should be tagged as beta and same goes for other tags such as rc, alpha, etc.
See https://github.com/opensearch-project/opensearch-build-libraries/releases/tag/6.9.0

This version parses the github tag and accordingly uses it in while publishing to npmjs.org

Issues Resolved

resolves #849

Check List

  • New functionality includes testing.
    • All tests pass
  • Linter check was successfull - yarn run lint doesn't show any errors
  • Commits are signed per the DCO using --signoff
  • Changelog was updated.

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.

@dblock dblock merged commit aceb3df into opensearch-project:main Sep 11, 2024
55 of 65 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[BUG] Opensearch x.0.0 beta should not be set as latest in npm
2 participants