<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">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><div><div><br></div>-- <br><div class="gmail_signature"><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></div>