A simpler way to generate an incrementing version for elixir apps - Mercurial version
Posted on Wed 18 January 2017 in english
Maybe you've read this article about how to create incrementing versions for your Elixir apps with the help of Git tags. The Git tag is used as the release version Distillery uses.
This is the way you would it with the help of Mercurial:
1. Commit your new version and …
Continue reading