<div dir="ltr">"major-fix" seems strange to me. I'd expect major to bump the 2nd component since it's part of the major version. Likewise the PVP uses "patch" for the 4th component.<div><div><br></div><div><br></div></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Tue, May 19, 2015 at 7:02 PM, Alois Cochard <span dir="ltr"><<a href="mailto:alois.cochard@gmail.com" target="_blank">alois.cochard@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">Hi all,<div><br></div><div>I am currently writing a tool to automate the release and version bump of cabal projects.</div><div><br></div><div>Currently you can call the tool by giving as argument the rank of the branch you want to bump, for example given <a href="http://0.0.0.0" target="_blank">0.0.0.0</a>:</div><div><br></div><div>- `cabal-release 0` bump to `1`</div><div>- `cabal-release 1` bump to `0.1`<br></div><div>- `cabal-release 2` bump to `0.0.1`<br></div><div>- `cabal-release 3` bump to `0.0.0.1`<br></div><div><br></div><div>As we are not all robots (yet), I thought that in addition to this it would be great if the user could give a human friendly name for the rank.</div><div><br></div><div>For now, here is what I have for the different rank:</div><div>0 == --major</div><div>1 == --major-fix<br></div><div>2 == --minor<br></div><div>3 == --minor-fix<br></div><div><br></div><div>I'm curious to know what you think of those names? any suggestions or known established convention about that?</div><div><br></div><div>Thanks</div><span class="HOEnZb"><font color="#888888"><div><div><br></div>-- <br><div><div dir="ltr"><div><b>Λ\ois</b></div><div><div><a href="http://twitter.com/aloiscochard" target="_blank">http://twitter.com/aloiscochard</a></div><div><a href="http://github.com/aloiscochard" target="_blank">http://github.com/aloiscochard</a></div></div></div></div>
</div></font></span></div>
<br>_______________________________________________<br>
Haskell-Cafe mailing list<br>
<a href="mailto:Haskell-Cafe@haskell.org">Haskell-Cafe@haskell.org</a><br>
<a href="http://mail.haskell.org/cgi-bin/mailman/listinfo/haskell-cafe" target="_blank">http://mail.haskell.org/cgi-bin/mailman/listinfo/haskell-cafe</a><br>
<br></blockquote></div><br></div>