opensearch-project / opensearch-js

Node.js Client for OpenSearch
https://opensearch.org/docs/latest/clients/javascript/
Apache License 2.0
189 stars 123 forks source link

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

Closed JaredAAT closed 2 months ago

JaredAAT commented 3 months ago

What is the bug?

Opensearch version 3.0.0 beta x is showing up as the latest build in npm:

image

You probably want to set beta against anything that is... well a beta: https://egghead.io/lessons/javascript-publishing-a-beta-version

nhtruong commented 3 months ago

Thank you for bringing this to our attention.

@gaiksaya, is there a way to trigger our release pipeline for a beta release on npm? (i.e. using npm publish --tag beta)

gaiksaya commented 3 months ago

We have a similar issue here: https://github.com/opensearch-project/opensearch-build-libraries/issues/206 Will see if I can work on it. Thanks!

dblock commented 2 months ago

I believe this was resolved @gaiksaya @nhtruong? Close?

gaiksaya commented 2 months ago

The PR is yet to be merged and later upgrade the versions in these jenkinsFiles. https://github.com/opensearch-project/opensearch-build-libraries/pull/492 Will try to get in soon. Sorry about the delay.