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

Fix wasmer publish not bumping versions for named packages #4612

Closed
syrusakbary opened this issue Apr 25, 2024 — with Linear · 0 comments
Closed

Fix wasmer publish not bumping versions for named packages #4612

syrusakbary opened this issue Apr 25, 2024 — with Linear · 0 comments
Assignees

Comments

Copy link
Member

syrusakbary commented Apr 25, 2024

Basically, two behaviors in a named package, that is versioned:

  • Package & version exists in the Registry
    • If in interactive mode: ask to the user if they want to bump the version (and prompt the version, so they can change it… although the default is an increase in the patch version)
    • If in non interactive mode:
      • If --bump is present, then one of the values are --bump=major/minor/patch
      • If --bump is not present: FAIL with a nice error message
  • Package & version don't exists in the Registry
    • Normal Publish flow
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

When branches are created from issues, their pull requests are automatically linked.

2 participants