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

An equivalent of "npm version patch" ? #112

Open
nshiab opened this issue Mar 27, 2024 · 1 comment
Open

An equivalent of "npm version patch" ? #112

nshiab opened this issue Mar 27, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@nshiab
Copy link

nshiab commented Mar 27, 2024

Hello!

Is it possible to automatically increment the version in jsr.jon?

With npm, before publishing a new version, we can do the following:

  • npm version patch to update from 0.0.1 to 0.0.2
  • npm version minor to update from 0.0.1 to 0.1.0
  • npm version major to update from 0.0.1 to 1.0.0

I checked the documentation and couldn't find anything on this. Sorry if I missed it.

And thank you for this amazing project! :)

@marvinhagemeister
Copy link
Collaborator

That's a great idea! Should be easy enough to add to npx jsr 👍

@lucacasonato lucacasonato transferred this issue from jsr-io/jsr Nov 8, 2024
@lucacasonato lucacasonato moved this from Needs Triage to Ready in JSR Nov 8, 2024
@lucacasonato lucacasonato added the enhancement New feature or request label Nov 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: Ready
Development

No branches or pull requests

3 participants