yarnpkg/yarn

[upgrade-interactive] Add a flag for pre-release

Open

#3698 opened on Jun 22, 2017

View on GitHub
 (8 comments) (17 reactions) (0 assignees)JavaScript (41,514 stars) (2,731 forks)batch import
cat-featuregood first issuehelp wantedtriaged

Description

Do you want to request a feature or report a bug? Feature

What is the current behavior? Only shows non-prerelease versions.

Would be useful for instance to upgrade all related packages to Babel 7 alpha.

What is the expected behavior?

$ yarn upgrade-interactive --include-pre

It should then include pre-releases as well.

Contributor guide