mix_bump v0.0.5 MixBump.Git

Link to this section Summary

Functions

Commits the modified mix file, with a custom message. You can specify this message with --message or -m when running the CLI. Default message is Bump version to NEW_VERSION

Tags the release. In the CLI, the flags --annotated and --no-annotated determines if tagging will be simple, or annotated. Defaults to annotated

Link to this section Types

Link to this type

tag_name()
tag_name() :: String.t()

Link to this type

tag_options()
tag_options() :: map()

Link to this section Functions

Link to this function

commit(message)
commit(String.t()) :: :ok | :error

Commits the modified mix file, with a custom message. You can specify this message with --message or -m when running the CLI. Default message is Bump version to NEW_VERSION

Link to this function

tag(name, options \\ %{})
tag(tag_name(), tag_options()) :: :ok | :error

Tags the release. In the CLI, the flags --annotated and --no-annotated determines if tagging will be simple, or annotated. Defaults to annotated.