distillery v0.9.5 Mix.Releases.Release
Represents metadata about a release
Summary
Functions
Creates a new Release with the given name, version, and applications
Types
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
Specs
new(atom, String.t, [atom]) :: Mix.Releases.Release.t
Creates a new Release with the given name, version, and applications.