erlware / rebar_vsn_plugin

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

rebar vsn plugin does not seem to affect reltool.config #20

Open linearregression opened 10 years ago

linearregression commented 10 years ago

While it is nice the we can sync the version in app to git tag. But the version does not propage to reltool.config {rel, "hello", "1", <<<<----- still a default 1, rather than tag version. Possible to add that to the plugin? It looks like be a huge win. Thanks

ericbmerritt commented 10 years ago

@linearregression rebar vsn plugin only affects the rebar.config. It doesn't make any attempt to change anything else.