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

fix: respect the CLI args format like `--tag=%s` #32

Closed Bernankez closed 6 months ago

Bernankez commented 6 months ago

Description

The commit and tag CLI args are not recognized correctly when using format like --tag=%s, while --tag %s can be recognized. Both of these formats should be valid.

Linked Issues

fix #31

Additional context