Current section
Files
Jump to
Current section
Files
src/relflow.app.src
{application, 'relflow',
[{description, "Rebar3 release workflow plugin"},
{vsn, "1.0.4"},
{registered, []},
{applications,
[kernel,
stdlib
]},
{contributors, ["Richard Jones <rj@metabrew.com>"]},
{licenses, ["Apache"]},
{links, [{"github.com/RJ/relflow", "https://github.com/RJ/relflow"}]},
{env,[]},
{modules, []}
]}.