diff options
author | Joe DeVivo <[email protected]> | 2015-07-10 10:19:11 -0700 |
---|---|---|
committer | Joe DeVivo <[email protected]> | 2015-07-10 10:28:06 -0700 |
commit | 1c9c4d1d772fcbf4fdad09eea08f0a7e01c0c0f4 (patch) | |
tree | 76987099c4c280a80ea9ea9f6fdbdff9f53dc73f /rebar.config | |
parent | f9eac2d57e934da6c1765d47a66dd69fbfaca753 (diff) | |
download | relx-1c9c4d1d772fcbf4fdad09eea08f0a7e01c0c0f4.tar.gz relx-1c9c4d1d772fcbf4fdad09eea08f0a7e01c0c0f4.tar.bz2 relx-1c9c4d1d772fcbf4fdad09eea08f0a7e01c0c0f4.zip |
Now you can specify {semver, "version"}
where "version" is the prefix you use for tagging versions in git
Diffstat (limited to 'rebar.config')
-rw-r--r-- | rebar.config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rebar.config b/rebar.config index 203a937..5a93b17 100644 --- a/rebar.config +++ b/rebar.config @@ -1,6 +1,6 @@ %% -*- mode: Erlang; fill-column: 80; comment-column: 75; -*- %% Dependencies ================================================================ -{deps, [{erlware_commons, "0.13.0"}, +{deps, [{erlware_commons, "0.14.0"}, {providers, "1.4.1"}, {getopt, "0.8.2"}, {bbmustache, "1.0.3"} |