erlware / rebar_vsn_plugin

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

ensure that the plugin is not run on dependencies #4

Closed ericbmerritt closed 11 years ago

ericbmerritt commented 11 years ago

Right now in rebar plugins are expected to run on all apps in the repo. That includes dependencies. There is no really easy way to get around that. To avoid that the system now looks for a version of "semver". In those that contain this tag we replace the version with a good semver version.