Replies: 1 comment 2 replies
-
You may want to use rebar.config.script to create a more dynamic configuration value: http://rebar3.org/docs/configuration/config_script/ This would let you dynamically set the value. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have an application, I would like to step up the release_version of that application when a new commit is pushed.
I tried to variablelise the release_version but it is not reading the variable from shell environment.
It returns a syntax error.
can the release version be overwritten by command line
rebar3 release -v "${APP_VERSION}"
Beta Was this translation helpful? Give feedback.
All reactions