Open nshiab opened 8 months ago
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! :)
That's a great idea! Should be easy enough to add to npx jsr 👍
npx jsr
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! :)