View Source Releases.Plugin.ModifyRelup (edeliver v1.9.2)
Distillery plugin to auto-patch the relup file when building upgrades.
To be able use this plugin, it must be added in the rel/config.exs
distillery config as plugin like this:
environment :prod do
..
plugin Releases.Plugin.ModifyRelup
end
Link to this section Summary
Functions
Callback implementation for Distillery.Releases.Plugin.after_assembly/2
.
Callback implementation for Distillery.Releases.Plugin.after_cleanup/2
.
Callback implementation for Distillery.Releases.Plugin.after_package/2
.
Callback implementation for Distillery.Releases.Plugin.before_assembly/2
.
Callback implementation for Distillery.Releases.Plugin.before_package/2
.
Link to this section Functions
Callback implementation for Distillery.Releases.Plugin.after_assembly/2
.
Callback implementation for Distillery.Releases.Plugin.after_cleanup/2
.
Callback implementation for Distillery.Releases.Plugin.after_package/2
.
Callback implementation for Distillery.Releases.Plugin.before_assembly/2
.
Callback implementation for Distillery.Releases.Plugin.before_package/2
.