Package in Alpha version

Hello,

is it possible with Yak to tag a package in Alpha version?
the command gives me no information about it.

thank you,
jmv

Hey @kitjmv,

If you override the version in and add an -alpha flag that should work.
yak build --version 1.1.0-alpha

Users will have to check the “Show pre-release” button inside Rhino to see it however.

Hello,

it’s really very simple. however, whether the “includes pre-release” box is checked or not, the release is visible.
it does not matter

Thanks

Here are the docs for specifying pre-release version numbers.

@jmv, if you have the pre-release version installed then it will show up in the package manager regardless of whether the “Include pre-releases” checkbox is checked.

1 Like

Thanks @will, indeed that makes sense