apm-agent-nodejs icon indicating copy to clipboard operation
apm-agent-nodejs copied to clipboard

add dist-tag to Jenkinsfile-based `npm publish ...` for non-current-major releases

Open trentm opened this issue 2 years ago • 0 comments

We are currently adding support for CI-based npm publish ... on new vX.Y.Z version tags. When we do a new major (4.x) and may then have new maintenance releases of the previous major (3.x), then we need to make sure that the npm publish becomes npm publish --tag 3x. Otherwise a 3.x release will be incorrectly npm-dist-tagged with "latest".

trentm avatar May 02 '22 21:05 trentm