ember-cli-release icon indicating copy to clipboard operation
ember-cli-release copied to clipboard

Could we keep the beta of ember-cli-release out of "latest" on npm?

Open kitsunde opened this issue 9 years ago • 2 comments

Hello!

ember-cli-release seems to publish beta releases to npm under latest:

$ npm view ember-cli-release dist-tags
{ latest: '1.0.0-beta.2', zero: '0.2.9' }

For contrast ember-cli keeps the stable in latest.

$ npm view ember-cli dist-tags
{ latest: '2.8.0', beta: '2.9.0-beta.2' }

Could we avoid doing that since it makes it hard for dependency checkers to figure out what's the latest stable:

https://github.com/tjunnone/npm-check-updates/issues/285#issuecomment-253027858

kitsunde avatar Oct 12 '16 04:10 kitsunde

In addition to this, @rwjblue / @slindberg do you intend to release 1.0.0 soon? 😄

lhoBas avatar Dec 19 '16 13:12 lhoBas

@rwjblue @slindberg any news on this? The 1.0.0-beta.2 release keeps showing up on our update list.

rmachielse avatar Feb 13 '17 16:02 rmachielse