index
:
relx.git
gh-pages
master
revert-426-vars
try-circleci
try-cirrus
Sane, simple release creation for Erlang.
Erlware
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
rlx_config.erl
Age
Commit message (
Expand
)
Author
2018-12-31
fix handling of default_release in config
András Boroska
2018-10-05
support tuples in overlay_vars so rebar3 can pass variables (#672)
v3.27.0
Tristan Sloughter
2018-06-12
support for OTP21's sys.config.src file in releases (#647)
Tristan Sloughter
2017-10-19
Pass prefix through, again.
Benedikt Reinartz
2017-01-28
Expose warnings as errors option
Luis Rascao
2016-11-21
Provide a new config directive that allows per-app module exclusion
Luis Rascao
2016-10-06
Fixed overlay_vars handling.
Alexander Sedov
2016-09-25
Silence dialyzer warnings
Luis Rascao
2016-02-18
allow 'false' to tell relx to not create a sys.config or vm.args
Tristan Sloughter
2015-12-04
replace last, not first when merging cli and config terms
Tristan Sloughter
2015-12-04
don't reverse the config terms if there are cli args
Tristan Sloughter
2015-11-21
support overriding config values with per-release config values
Tristan Sloughter
2015-09-19
update erlware_commons, remove unneeded 'v' prefix hack and back to 'git' vsn
Tristan Sloughter
2015-07-12
Added {cmd, Cmd} to version attribute.
Joe DeVivo
2015-07-10
Now you can specify {semver, "version"}
Joe DeVivo
2015-05-16
fix add_providers config option for newest providers dep
Tristan Sloughter
2015-01-31
add support for excluding applications from the release
Tristan Sloughter
2015-01-30
add config script funcionality
Luis Rascao
2015-01-10
remove system libs from tarball if set to false
Tristan Sloughter
2014-11-09
move back to using format_error/1
Tristan Sloughter
2014-11-06
add option to strip debug_info from beam files if not dev_mode
Tristan Sloughter
2014-11-06
fix modules thta still were using format_error/1
Tristan Sloughter
2014-11-03
support proper return value of ec_git_vsn of {ok, string()}
Tristan Sloughter
2014-11-02
Allow to specify a path to vm.args through command-line arguments
Ivan Chernetsky
2014-10-11
support config passed in as proplist instead of filename
Tristan Sloughter
2014-10-11
provider task dependencies
Tristan Sloughter