For now, there are only two versions bumped on hex.pm: 0.0.1 and 0.0.2. However, both of them contain the plugin rebar3_elvis_plugin which has the wrong spec and is unused by rebar3_archive_plugin.
The rebar3 would report the warning log below when we use this plugin in our project:
===> WARNING: It is recommended to use {branch, Name}, {tag, Tag} or {ref, Ref}, otherwise updating the dep may not work as expected.
I notice that in the master branch of this repo. The rebar3_archive_plugin has been removed. Maybe we should bump a new version on master and publish it to hex.pm.
For now, there are only two versions bumped on hex.pm:
0.0.1
and0.0.2
. However, both of them contain the pluginrebar3_elvis_plugin
which has the wrong spec and is unused byrebar3_archive_plugin
.The rebar3 would report the warning log below when we use this plugin in our project:
I notice that in the master branch of this repo. The
rebar3_archive_plugin
has been removed. Maybe we should bump a new version on master and publish it to hex.pm.