yarnpkg / yarn

The 1.x line is frozen - features and bugfixes now happen on https://github.com/yarnpkg/berry
https://classic.yarnpkg.com
Other
41.37k stars 2.72k forks source link

Publish Chocolatey pre-release packages #2413

Open pascalberger opened 7 years ago

pascalberger commented 7 years ago

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

What is the current behavior? Currently only final packages are published as Chocolatey Package.

What is the expected behavior? Chocolatey also supports pre-release packages by adding a semver dash to the package version (eg 1.0.0-beta). These packages need to be installed using the--pre` switch. Therefore it wouldn't affect users only interested in final versions, but allows other users to check out pre-releases through chocolatey.

Daniel15 commented 7 years ago

Thanks, good idea! We haven't fully fleshed out the RC process yet. I'll add this as one of the steps on #2161