ReleaseManager.Appups

Module for auto-generating appups between releases.

Summary

make(application, v1, v2, v1_path, v2_path)

Generate a .appup for the given application, start version, and upgrade version

Functions

make(application, v1, v2, v1_path, v2_path)

Generate a .appup for the given application, start version, and upgrade version.

## Parameter information
application: the application name as an atom
v1:          the start version, such as "0.0.1"
v2:          the upgrade version, such as "0.0.2"
v1_path:     the path to the v1 artifacts (rel/<app>/lib/<app>-0.0.1)
v2_path:     the path to the v2 artifacts (_build/prod/lib/<app>)