Let relx and rebar create git hash in release name
Created by: ThomasArts
tar xfv does ot work if commit is at the end (and tab completion did not work either for files with wrong suffix
This is a proposal for a new versioning. We use MAJOR.MINOR-GITCOMMIT So when we deploy under development (to DEV and staging) major and minor do not change. When we deploy to production, we fix the MAJOR.MINOR and work on a MINOR+1 version in deveopment. The commits are the patch level (and allows us to find it when we need instead of having tags)