You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If the git repo isn't clean, mversion will edit the json files and then fail to tag. This is bad because if you tidy the git repo and call mversion again it isn't obvious that your project will be bumped up two versions.
I think it should check first and only edit the json files if the git repo is ready to be tagged. Otherwise, print an error and exit.
The text was updated successfully, but these errors were encountered:
If the git repo isn't clean, mversion will edit the json files and then fail to tag. This is bad because if you tidy the git repo and call mversion again it isn't obvious that your project will be bumped up two versions.
I think it should check first and only edit the json files if the git repo is ready to be tagged. Otherwise, print an error and exit.
The text was updated successfully, but these errors were encountered: