hubcio opened a new pull request, #3370: URL: https://github.com/apache/iggy/pull/3370
npm publish defaults the dist-tag to `latest` for every version, including semver prereleases. The post-merge auto-publish ships -edge builds (e.g. 0.8.1-edge.1), so each one moved `latest` off the stable release: `npm install apache-iggy` resolved to the edge prerelease instead of 0.8.0. Derive the dist-tag from the version - prereleases go to a channel tag named after their identifier (edge, rc), stable versions keep `latest` - and pass it via `npm publish --tag`. This also unfreezes the `edge` dist-tag, which the bare publish never advanced. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
