-
Notifications
You must be signed in to change notification settings - Fork 47
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Inform user of implications of ignoring WorkingCopyCheck's warning #109
Comments
Hi @rjkip, thanks for the input. I totally agree with you. It's also why I code this: 823f40d some days ago.
Could be ok like that for you? |
Yes! Great. |
@rjkip do you want to provide a PR and them became one of our contributors? ;) |
Hehe, sure 😉 One PR, coming your way. |
Closed by #110 |
The WorkingCopyCheck prerequisite warns the user that the user has local modifications. However, the implications of ignoring the check are not made clear. I have seen people assume this is just to warn the user that the user has not committed all changes, and that these changes would not be included in the release. The actual consequence, however, is that the changes are committed when the VcsCommitAction is executed.
I propose to change the current warning message:
Thoughts?
The text was updated successfully, but these errors were encountered: