2.5.4 Module anvl_erlc_reltool

A wrapper for the Erlang/OTP reltool, a release management tool.

2.5.4.1 Types

release_apps()
-type release_apps() :: [app_spec(), ...].
app_spec()
-type app_spec() :: anvl_erlc:application() |
                    {anvl_erlc:application(), app_type()} |
                    {anvl_erlc:application(),
                     app_type(),
                     [anvl_erlc:application()]}.

Not exported

app_type()
-type app_type() :: permanent |
                    transient |
                    temporary |
                    load |
                    none.

Not exported

release_id()
-type release_id() :: atom().

2.5.4.2 Functions

released(A, B)
-spec released(anvl_project:t(),
               release_id()) -> anvl_condition:t().

Condition: XRef analysis passed for a profile.

Parameters for this condition are set in the project configuration.

JavaScript license information