-
-
Notifications
You must be signed in to change notification settings - Fork 302
Open
@ptoews
Description
Description
When running cz bump, committizen will include all current uncommitted changes (even if not staged) in the bump commit.
This can lead to unexpected changes suddenly being in a new release.
There should be some kind of configuration option to either abort the bumping when there are uncommitted changes (similar to bump-my-version's allow_dirty) or stash the changes, update the version, commit, and pop the stash.
Possible Solution
No response
Additional context
No response
Additional context
No response