diff --git a/Makefile b/Makefile index a7b58f4..93193b7 100644 --- a/Makefile +++ b/Makefile @@ -72,5 +72,4 @@ README.md: doc @rm "README.md_" publish: $(REBAR3) - @$(REBAR3) as publishing hex publish - @$(REBAR3) as publishing hex docs + @$(REBAR3) hex publish diff --git a/rebar.config b/rebar.config index 14aa97d..7e90294 100644 --- a/rebar.config +++ b/rebar.config @@ -33,6 +33,10 @@ deprecated_functions ]}. +{project_plugins, + [{rebar3_hex, "6.10.3"} + ]}. + {profiles, [{development, [{erl_opts, @@ -40,12 +44,6 @@ nowarnings_as_errors]} ]}, - {publishing, - [{plugins, - [{rebar3_hex, "6.10.3"} - ]} - ]}, - {test, [{erl_opts, [debug_info,