Skip to content
This repository was archived by the owner on Dec 15, 2020. It is now read-only.
This repository was archived by the owner on Dec 15, 2020. It is now read-only.

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

@kitsunde

Description

@kitsunde

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:

raineorshine/npm-check-updates#285 (comment)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions