erlware / rebar_vsn_plugin

Provides a more reasonable versioning scheme then the rebar standard 'git' vsn extension
17 stars 14 forks source link

Make it rebar3 compatible #25

Open tothlac opened 5 years ago

tothlac commented 5 years ago

The reason why we want to make it compatible with rebar3 is that some other procjects (for example erlcron) uses it. If it is used as a plugin from erlcron, rebar3 will complain about missing rebar_vsn_plugin:init/1 function.

tothlac commented 5 years ago

I've created a pr for it: https://github.com/erlware/rebar_vsn_plugin/pull/26