View Source MixVersion.Stage.CheckUnstaged (mix_version v2.0.3)

Checks if any file in the project has changes that are not committed to Git.

  • If the project's mix.exs file has unstagged changes, mix version will abort, refusing to go any further.
  • If other files have changes, the app will prompt for confirmation to continue.

Link to this section Summary

Functions

Callback implementation for MixVersion.Stage.applies?/1.

Callback implementation for MixVersion.Stage.run/1.

Link to this section Functions

Callback implementation for MixVersion.Stage.applies?/1.

Callback implementation for MixVersion.Stage.run/1.