erlware / relx

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

Allow upgrade/downgrade from non-permanent versions #536

Closed lrascao closed 7 years ago

lrascao commented 7 years ago

Now that you can upgrade to a new version without setting it as permanent you should also be able to downgrade from it, this allows downgrading or upgrading to a version that is already marked as permanent but is not actually currently running.

lrascao commented 7 years ago

@tsloughter this is ready for review