distillery v0.10.1 Mix.Releases.Release

Represents metadata about a release

Summary

Functions

Creates a new Release with the given name, version, and applications

Types

t()
t :: %Mix.Releases.Release{applications: [atom | {atom, Mix.Releases.App.start_type} | Mix.Releases.App.t], is_upgrade: boolean, name: atom, output_dir: nil | String.t, profile: Mix.Releases.Profile.t, resolved_overlays: [Mix.Releases.Overlays.overlay], upgrade_from: nil | String.t, version: String.t}

Functions

new(name, version, apps \\ [])
new(atom, String.t, [atom]) :: Mix.Releases.Release.t

Creates a new Release with the given name, version, and applications.