relflow
relflow copied to clipboard
It does not correspond to the semantic versioning
If we adopted the semantic versioning, it does not work properly when the library version raise from 9 to 10.
$ rebar3 relflow -u v0.9.9 -x 0.10.0
===> New release vsn is less than old! (new:0.10.0 < old:0.9.9)
Everyone don't want this.
What is the reason for the version comparison ? Than to provide a comparison for various versioning, I think it is better to eliminate the comparison.
Any news here? I have exactly the same problem... Did you find any workarounds @soranoba ?
I'm sorry. I stoped using relflow for several reasons at production. Therefore, I have no code related to this issue.
For your reference... I wanted to get out of rebar3's plugin, because we need to do a hotcode update with a server that can not go outside. Eventually I made a tool myself.
Thanks for answering @soranoba, I just opened a PR to add support to semantic versioning here https://github.com/RJ/relflow/pull/18