Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: RC with correct version number #1574

Open
marcus-pousette opened this issue Jul 20, 2024 · 1 comment
Open

feat: RC with correct version number #1574

marcus-pousette opened this issue Jul 20, 2024 · 1 comment
Labels
help wanted Seeking public contribution on this issue kind/enhancement A net-new feature or improvement to an existing feature

Comments

@marcus-pousette
Copy link
Contributor

Describe the bug
If I am to release a major update, I expect the release candidate to be something like

1.0.0-hash

but now the rc seems to just use the manifest version.

so I get something like

0.x.y-hash

Is the feasible to fix? I guess this would need to integrate with some semantic release library to predict the next version

@achingbrain
Copy link
Member

This is almost certainly fixable if you want to take a stab at it.

So far it's been good enough to just recommend people use the @next tag to install an RC and to not worry about the version number too much but it might give a bit more predictability to properly generate the next release version number.

I would class this as a "nice to have" though.

@achingbrain achingbrain added help wanted Seeking public contribution on this issue kind/enhancement A net-new feature or improvement to an existing feature labels Jul 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Seeking public contribution on this issue kind/enhancement A net-new feature or improvement to an existing feature
Projects
None yet
Development

No branches or pull requests

2 participants