opensearch-project / opensearch-build-libraries

Apache License 2.0
6 stars 25 forks source link

Add tagging feature to npm publishing #492

Closed gaiksaya closed 1 month ago

gaiksaya commented 2 months ago

Description

Add tagging feature to npm publishing. Synced up with @nhtruong offline and confirmed the version syntax for npmjs. Will be parsing the GH tag pushed for tagging the release. Defaults to latest.

Issues Resolved

closes https://github.com/opensearch-project/opensearch-build-libraries/issues/206

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.

codecov[bot] commented 2 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 84.32%. Comparing base (f0454a4) to head (9008f3d). Report is 1 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #492 +/- ## ========================================= Coverage 84.32% 84.32% Complexity 80 80 ========================================= Files 108 108 Lines 523 523 Branches 61 61 ========================================= Hits 441 441 Misses 26 26 Partials 56 56 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

gaiksaya commented 2 months ago

I'll test this on my own npm package before merging this. Thanks!