<feed xmlns='http://www.w3.org/2005/Atom'>
<title>relx.git, branch v3.28.0</title>
<subtitle>Sane, simple release creation for Erlang.
</subtitle>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/relx.git/'/>
<entry>
<title>Merge pull request #677 from eldarko/master</title>
<updated>2019-01-03T23:51:12+00:00</updated>
<author>
<name>Luis Rascão</name>
<email>luis.rascao@gmail.com</email>
</author>
<published>2019-01-03T23:51:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/relx.git/commit/?id=be987626dce4545bb80e8b833017aad8bf3b1e22'/>
<id>be987626dce4545bb80e8b833017aad8bf3b1e22</id>
<content type='text'>
Don't write to release bin/ directory</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Don't write to release bin/ directory</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #679 from aboroska/fix-default-release</title>
<updated>2019-01-03T23:47:49+00:00</updated>
<author>
<name>Luis Rascão</name>
<email>luis.rascao@gmail.com</email>
</author>
<published>2019-01-03T23:47:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/relx.git/commit/?id=ba0986b55bbee9b28b9467658312c1d9d93a4b40'/>
<id>ba0986b55bbee9b28b9467658312c1d9d93a4b40</id>
<content type='text'>
fix handling of default_release in config</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
fix handling of default_release in config</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #680 from aboroska/fix-example</title>
<updated>2019-01-03T23:46:18+00:00</updated>
<author>
<name>Luis Rascão</name>
<email>luis.rascao@gmail.com</email>
</author>
<published>2019-01-03T23:46:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/relx.git/commit/?id=ccf7dc91c0e91f820ab5e283a24efa8752699aea'/>
<id>ccf7dc91c0e91f820ab5e283a24efa8752699aea</id>
<content type='text'>
fix example config</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
fix example config</pre>
</div>
</content>
</entry>
<entry>
<title>fix handling of default_release in config</title>
<updated>2018-12-31T15:24:34+00:00</updated>
<author>
<name>András Boroska</name>
<email>andras.boroska@gmail.com</email>
</author>
<published>2018-12-31T10:20:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/relx.git/commit/?id=64871e4cb37b2f52c0956b81bbdf1e500977fd01'/>
<id>64871e4cb37b2f52c0956b81bbdf1e500977fd01</id>
<content type='text'>
When no release specified in cli, prevent overwriting default_release
in relx config.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
When no release specified in cli, prevent overwriting default_release
in relx config.
</pre>
</div>
</content>
</entry>
<entry>
<title>fix example config</title>
<updated>2018-12-31T13:19:52+00:00</updated>
<author>
<name>András Boroska</name>
<email>andras.boroska@gmail.com</email>
</author>
<published>2018-12-31T13:19:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/relx.git/commit/?id=f2b4f18e51f5ae18136d811f2d69aa1ec4fb31bf'/>
<id>f2b4f18e51f5ae18136d811f2d69aa1ec4fb31bf</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Don't write to release bin/ directory</title>
<updated>2018-11-19T08:23:04+00:00</updated>
<author>
<name>eldarko</name>
<email>eldar.kononov@kaspersky.com</email>
</author>
<published>2018-11-16T14:30:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/relx.git/commit/?id=387033d01f9b3c105829dad284f3d520c2590826'/>
<id>387033d01f9b3c105829dad284f3d520c2590826</id>
<content type='text'>
Let the user provide writable $ROOTDIR/tmp so it can be used
for temporary files
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Let the user provide writable $ROOTDIR/tmp so it can be used
for temporary files
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #665 from lrascao/start_hooks_on_console_foreground</title>
<updated>2018-10-11T13:48:52+00:00</updated>
<author>
<name>Luis Rascão</name>
<email>luis.rascao@gmail.com</email>
</author>
<published>2018-10-11T13:48:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/relx.git/commit/?id=9f9989167b04c1335c23fafe9945f490abbff799'/>
<id>9f9989167b04c1335c23fafe9945f490abbff799</id>
<content type='text'>
Run start script hook also on console/foreground</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Run start script hook also on console/foreground</pre>
</div>
</content>
</entry>
<entry>
<title>Prevent double hook invocation on 'start' command</title>
<updated>2018-10-11T10:20:01+00:00</updated>
<author>
<name>Luis Rascao</name>
<email>luis.rascao@gmail.com</email>
</author>
<published>2018-08-08T23:26:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/relx.git/commit/?id=e9a8b13668ca3dd1470b8b65320e1491c213c521'/>
<id>e9a8b13668ca3dd1470b8b65320e1491c213c521</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Capture internal start script arguments</title>
<updated>2018-10-11T10:20:01+00:00</updated>
<author>
<name>Luis Rascao</name>
<email>luis.rascao@gmail.com</email>
</author>
<published>2018-08-08T23:25:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/relx.git/commit/?id=3d82071245e1c658eef0e70bae297a574c07e6d9'/>
<id>3d82071245e1c658eef0e70bae297a574c07e6d9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>support tuples in overlay_vars so rebar3 can pass variables (#672)</title>
<updated>2018-10-05T13:13:56+00:00</updated>
<author>
<name>Tristan Sloughter</name>
<email>t@crashfast.com</email>
</author>
<published>2018-10-05T13:13:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/relx.git/commit/?id=bb8af6ddec20f44599f7cd0c3e626996a3206dad'/>
<id>bb8af6ddec20f44599f7cd0c3e626996a3206dad</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
