View Source Expublish (expublish v2.7.6)

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

level()

@type level() :: :major | :minor | :patch | :rc | :beta | :alpha | :stable

Functions

alpha(options \\ %Options{})

@spec alpha(Expublish.Options.t()) :: :ok

Publish alpha version of current project.

beta(options \\ %Options{})

@spec beta(Expublish.Options.t()) :: :ok

Publish beta version of current project.

major(options \\ %Options{})

@spec major(Expublish.Options.t()) :: :ok

Publish major version of current project.

minor(options \\ %Options{})

@spec minor(Expublish.Options.t()) :: :ok

Publish minor version of current project.

patch(options \\ %Options{})

@spec patch(Expublish.Options.t()) :: :ok

Publish patch version of current project.

rc(options \\ %Options{})

@spec rc(Expublish.Options.t()) :: :ok

Publish release-candidate version of current project.

stable(options \\ %Options{})

@spec stable(Expublish.Options.t()) :: :ok

Removes pre-release and publish version of current project.