We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
npm version minor
npm version major
I checked the documentation and couldn't find anything on this. Sorry if I missed it.
And thank you for this amazing project! :)
The text was updated successfully, but these errors were encountered:
That's a great idea! Should be easy enough to add to npx jsr 👍
npx jsr
Sorry, something went wrong.
No branches or pull requests
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.2npm version minor
to update from 0.0.1 to 0.1.0npm version major
to update from 0.0.1 to 1.0.0I checked the documentation and couldn't find anything on this. Sorry if I missed it.
And thank you for this amazing project! :)
The text was updated successfully, but these errors were encountered: