chef / concrete

Concrete enhances your rebar based Erlang project by providing a common Makefile wrapper, a dialyzer make target that caches PLT analysis of your project's dependencies, and a mechanism to specify development only dependencies.
Apache License 2.0
56 stars 15 forks source link

Correctly computing the release dir depending on relx's version #19

Closed wk8 closed 10 years ago

wk8 commented 10 years ago

relx introduced a breaking change in v1: the output doesn't have the same structure see https://github.com/erlware/relx/releases/tag/v1.0.0

jwilberding commented 10 years ago

This looks good to me, I am going to merge :)