README.md
# Exscm
[](https://travis-ci.org/treebee/exscm)
[](https://coveralls.io/github/treebee/exscm?branch=master)
**Manage release versions by scm tags**
Inspired by [setuptools_scm](https://github.com/pypa/setuptools_scm).
## Usage with distillery
```elixir
def deps do
[{:exscm, "~> ?.?.?"}]
end
```
Add the `exascm` plugin to your release config:
```elixir
release :test do
plugin Exascm
end
```