Skip to content

An equivalent of "npm version patch" ? #112

Open
@nshiab

Description

@nshiab

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.2
  • npm version minor to update from 0.0.1 to 0.1.0
  • npm 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

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    Status

    Ready

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions