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
This commit is contained in:
Zaiming Shi 2021-03-12 08:18:51 +01:00
parent 5f064a8e42
commit 7138e3a3a9
1 changed files with 1 additions and 1 deletions

View File

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