erlware / relx

Sane, simple release creation for Erlang
http://erlware.github.io/relx
Apache License 2.0
697 stars 232 forks source link

adds relup #768

Closed tsloughter closed 4 years ago

tsloughter commented 4 years ago

The main commit in this PR is adding relup support through relx:build_relup/4. It is far simpler than the former version but still supports the same features.

Really need to decide on what to do about logs.. I've been commenting out logs for now.

tsloughter commented 4 years ago

Ok, all release and relup tests are fixed up now.

I won't add anything more to this PR but will open a new one when I have more.