View Source Expublish (expublish v2.7.5)
Main module combining all release stages.
Summary
Functions
Publish alpha version of current project.
Publish beta version of current project.
Publish major version of current project.
Publish minor version of current project.
Publish patch version of current project.
Publish release-candidate version of current project.
Removes pre-release and publish version of current project.
Types
@type level() :: :major | :minor | :patch | :rc | :beta | :alpha | :stable
Functions
@spec alpha(Expublish.Options.t()) :: :ok
Publish alpha version of current project.
@spec beta(Expublish.Options.t()) :: :ok
Publish beta version of current project.
@spec major(Expublish.Options.t()) :: :ok
Publish major version of current project.
@spec minor(Expublish.Options.t()) :: :ok
Publish minor version of current project.
@spec patch(Expublish.Options.t()) :: :ok
Publish patch version of current project.
@spec rc(Expublish.Options.t()) :: :ok
Publish release-candidate version of current project.
@spec stable(Expublish.Options.t()) :: :ok
Removes pre-release and publish version of current project.