guilhem / bump

CLI to bump version tag in a git repository following semver
Apache License 2.0
25 stars 3 forks source link

error="is dirty" when git working tree is clean #21

Open timkelty opened 4 months ago

timkelty commented 4 months ago

Installed via brew:

~/Dev/cloud-extension-yii2 1.x
❯ bump patch
ERRO[0005] test dirty                                    error="is dirty"
Error: is dirty
ERRO[0005] ExecuteContext                                error="is dirty"

~/Dev/cloud-extension-yii2 1.x 5s
❯ git st
On branch 1.x
Your branch is up to date with 'origin/1.x'.

nothing to commit, working tree clean