Open
Description
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.0
I checked the documentation and couldn't find anything on this. Sorry if I missed it.
And thank you for this amazing project! :)
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
Ready