jsr
jsr copied to clipboard
An equivalent of "npm version patch" ?
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 patchto update from 0.0.1 to 0.0.2npm version minorto update from 0.0.1 to 0.1.0npm version majorto 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! :)