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: allow to use %s placeholder in execute command #11

Closed azat-io closed 7 months ago

azat-io commented 1 year ago

Description

Hey! It will be nice to use %s placeholder in --execute

Linked Issues

10

Additional context

antfu commented 1 year ago

I am not very sure, as %s can be ambiguous, and in this case, ppl might also want more information like the old versions, etc. We might be better use an extensible templating syntax, like $version etc, and providing an object of context. Also, documentation would be needed to introduce this.

antfu commented 7 months ago

Closed due to inactive