mirror of
https://github.com/erlang/rebar3.git
synced 2025-04-19 02:04:00 +03:00
Bump to 3.4.7
This commit is contained in:
parent
197363e630
commit
81a5711b6d
@ -24,7 +24,7 @@ main(_) ->
|
||||
bootstrap_rebar3(),
|
||||
|
||||
%% Build rebar.app from rebar.app.src
|
||||
{ok, App} = rebar_app_info:new(rebar, "3.4.6", filename:absname("_build/default/lib/rebar/")),
|
||||
{ok, App} = rebar_app_info:new(rebar, "3.4.7", filename:absname("_build/default/lib/rebar/")),
|
||||
rebar_otp_app:compile(rebar_state:new(), App),
|
||||
|
||||
%% Because we are compiling files that are loaded already we want to silence
|
||||
|
@ -13,7 +13,7 @@ awk -v url=$url '
|
||||
/^commit / {mode="new"}
|
||||
|
||||
# merge commit default message
|
||||
/ +Merge pull request/ {
|
||||
mode=="new" && / +Merge pull request/ {
|
||||
page_id=substr($4, 2, length($4)-1);
|
||||
mode="started";
|
||||
next;
|
||||
|
@ -3,7 +3,7 @@
|
||||
|
||||
{application, rebar,
|
||||
[{description, "Rebar: Erlang Build Tool"},
|
||||
{vsn, "git"},
|
||||
{vsn, "3.4.7"},
|
||||
{modules, []},
|
||||
{registered, []},
|
||||
{applications, [kernel,
|
||||
|
Loading…
x
Reference in New Issue
Block a user