jsr-io / jsr-npm

A cli tool to make installing packages form jsr.io in node easy
https://npmjs.com/package/jsr
MIT License
102 stars 13 forks source link

An equivalent of "npm version patch" ? #112

Open nshiab opened 8 months ago

nshiab commented 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:

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

And thank you for this amazing project! :)

marvinhagemeister commented 8 months ago

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