bumpp
bumpp copied to clipboard
fix: allow to use %s placeholder in execute command
Description
Hey! It will be nice to use %s placeholder in --execute
Linked Issues
#10
Additional context
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.
Closed due to inactive