Explorar el Código

Bump to 3.4.7

pull/1669/head 3.4.7
Fred Hebert hace 7 años
padre
commit
81a5711b6d
Se han modificado 3 ficheros con 3 adiciones y 3 borrados
  1. +1
    -1
      bootstrap
  2. +1
    -1
      pr2relnotes.sh
  3. +1
    -1
      src/rebar.app.src

+ 1
- 1
bootstrap Ver fichero

@ -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

+ 1
- 1
pr2relnotes.sh Ver fichero

@ -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;

+ 1
- 1
src/rebar.app.src Ver fichero

@ -3,7 +3,7 @@
{application, rebar,
[{description, "Rebar: Erlang Build Tool"},
{vsn, "git"},
{vsn, "3.4.7"},
{modules, []},
{registered, []},
{applications, [kernel,

Cargando…
Cancelar
Guardar