antfu-collective / bumpp

Interactive CLI that bumps your version numbers and more
https://jstools.dev/version-bump-prompt/
MIT License
597 stars 43 forks source link

feat: allow passing `--current-version` to override the current version #17

Closed murongg closed 7 months ago

murongg commented 1 year ago

Description

Add the --old-version parameter as default. When this parameter does not exist, use the version from the package.json file.

Linked Issues

Additional context