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

[Feature request]: check if the git working tree is clean before bumping, if not, refuse to bump #43

Closed litingyes closed 1 week ago

litingyes commented 1 month ago

Clear and concise description of the problem

There is a scenario where you forget to commit the changed files before bumping

Suggested solution

Check if the git working tree is clean before bumping, if not, refuse to bump

Alternative

No response

Additional context

No response

Validations

antfu commented 1 month ago

PR welcome :)

litingyes commented 1 month ago

PR welcome :)

OK