Add release target.

This commit is contained in:
Erik Stenman 2019-02-20 17:34:49 +01:00
parent ae3f292f03
commit b7b54b38a8
3 changed files with 14 additions and 4 deletions

View File

@ -28,3 +28,13 @@
{plt_apps, all_deps}, {plt_apps, all_deps},
{base_plt_apps, [erts, kernel, stdlib, crypto, mnesia]} {base_plt_apps, [erts, kernel, stdlib, crypto, mnesia]}
]}. ]}.
{relx, [{release, {aesophia, "2.0.0"},
[aesophia, aebytecode, getopt]},
{dev_mode, true},
{include_erts, false},
{extended_start_script, true}]}.

View File

@ -1,12 +1,12 @@
{"1.1.0", {"1.1.0",
[{<<"aebytecode">>, [{<<"aebytecode">>,
{git,"https://github.com/aeternity/aebytecode.git", {git,"https://github.com/aeternity/aebytecode.git",
{ref,"c5a9878bd9c56f623fe2caad30a1ead3dac1f391"}}, {ref,"3c056db0b54872a74f325fe1446cab2b53f478f4"}},
0}, 0},
{<<"enacl">>, {<<"enacl">>,
{git,"https://github.com/aeternity/enacl.git", {git,"https://github.com/aeternity/enacl.git",
{ref,"26180f42c0b3a450905d2efd8bc7fd5fd9cece75"}}, {ref,"26180f42c0b3a450905d2efd8bc7fd5fd9cece75"}},
1}, 0},
{<<"getopt">>,{pkg,<<"getopt">>,<<"1.0.1">>},0}]}. {<<"getopt">>,{pkg,<<"getopt">>,<<"1.0.1">>},0}]}.
[ [
{pkg_hash,[ {pkg_hash,[

View File

@ -1,6 +1,6 @@
{application, aesophia, {application, aesophia,
[{description, "Contract Language for Aethernity"}, [{description, "Contract Language for aeternity"},
{vsn, "1.2.0"}, {vsn, "2.0.0"},
{registered, []}, {registered, []},
{applications, {applications,
[kernel, [kernel,