MixVersion.Stage.CheckUnstaged (mix_version v2.3.2)

View Source

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.

Summary

Functions

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

Callback implementation for MixVersion.Stage.run/1.

Functions

applies?(map)

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

run(token)

Callback implementation for MixVersion.Stage.run/1.