erlware / relx

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

support setting the version of release to be extended #746

Closed tsloughter closed 5 years ago

tsloughter commented 5 years ago

I don't like how this works but it is better than before and doesn't change the semantics. My main issue is that it has to use the version to find the release to extend, better would be only requiring the name and it could error out if there are multiple with the same name.

But for now it simply lets you use a different version than the new releases version to do the extending.

This also includes #736 changes because we need to get those in.

tsloughter commented 5 years ago

I don't know what the fuck to do about cirrus. I don't want to have to change CI providers yet again.