relflow icon indicating copy to clipboard operation
relflow copied to clipboard

It does not correspond to the semantic versioning

Open soranoba opened this issue 8 years ago • 3 comments

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.

soranoba avatar Apr 09 '16 17:04 soranoba

Any news here? I have exactly the same problem... Did you find any workarounds @soranoba ?

leocwolter avatar Sep 13 '17 20:09 leocwolter

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.

soranoba avatar Sep 14 '17 01:09 soranoba

Thanks for answering @soranoba, I just opened a PR to add support to semantic versioning here https://github.com/RJ/relflow/pull/18

leocwolter avatar Sep 14 '17 15:09 leocwolter