From 7138e3a3a9048e551b500d895777043556e71959 Mon Sep 17 00:00:00 2001 From: Zaiming Shi Date: Fri, 12 Mar 2021 08:18:51 +0100 Subject: [PATCH] chore(build): Pin a tag of relup_helper plugin Otherwise we are doomed when we need to re-build an old version in the future --- rebar.config.erl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rebar.config.erl b/rebar.config.erl index 47ba3a3d9..f1623dfca 100644 --- a/rebar.config.erl +++ b/rebar.config.erl @@ -76,7 +76,7 @@ project_app_dirs() -> ["apps/*", alternative_lib_dir() ++ "/*", "."]. plugins() -> - [ {relup_helper,{git,"https://github.com/emqx/relup_helper", {branch,"master"}}}, + [ {relup_helper,{git,"https://github.com/emqx/relup_helper", {tag, "2.0.0"}}}, {er_coap_client, {git, "https://github.com/emqx/er_coap_client", {tag, "v1.0"}}} ] %% test plugins are concatenated to default profile plugins