<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/bundler.git/task, branch dead_code</title>
<subtitle>github.com: bundler/bundler.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/bundler.git/'/>
<entry>
<title>Fallback to `release:github` task when no version specified</title>
<updated>2019-09-15T10:04:06+00:00</updated>
<author>
<name>David Rodríguez</name>
<email>deivid.rodriguez@riseup.net</email>
</author>
<published>2019-09-15T10:04:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/bundler.git/commit/?id=77b6699eb950e948403a2c19525f4d0d5c67a0c6'/>
<id>77b6699eb950e948403a2c19525f4d0d5c67a0c6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Restore version bumping to `release:prepare_patch`</title>
<updated>2019-09-12T08:41:28+00:00</updated>
<author>
<name>David Rodríguez</name>
<email>deivid.rodriguez@riseup.net</email>
</author>
<published>2019-09-12T08:41:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/bundler.git/commit/?id=6eb1b81d0453de62f59bb254af85de4d82ef20d2'/>
<id>6eb1b81d0453de62f59bb254af85de4d82ef20d2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add some logging</title>
<updated>2019-09-10T07:53:21+00:00</updated>
<author>
<name>David Rodríguez</name>
<email>deivid.rodriguez@riseup.net</email>
</author>
<published>2019-09-10T07:47:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/bundler.git/commit/?id=5057e5e55cfd8ecc20f124bda03650ff7a20f256'/>
<id>5057e5e55cfd8ecc20f124bda03650ff7a20f256</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>This task is no longer "destructive"</title>
<updated>2019-09-10T07:53:20+00:00</updated>
<author>
<name>David Rodríguez</name>
<email>deivid.rodriguez@riseup.net</email>
</author>
<published>2019-09-10T07:43:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/bundler.git/commit/?id=f75810c32ff67d904ac451f03feb0ce4e34677f1'/>
<id>f75810c32ff67d904ac451f03feb0ce4e34677f1</id>
<content type='text'>
It no longer releases, not touches protected remote branches, so no
really need for confirmation.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
It no longer releases, not touches protected remote branches, so no
really need for confirmation.
</pre>
</div>
</content>
</entry>
<entry>
<title>Cherry-pick commits into a new branch</title>
<updated>2019-09-10T07:53:20+00:00</updated>
<author>
<name>David Rodríguez</name>
<email>deivid.rodriguez@riseup.net</email>
</author>
<published>2019-09-10T07:40:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/bundler.git/commit/?id=180f36b9d5fc90b9d05298ec69e6db01a5ca9b6d'/>
<id>180f36b9d5fc90b9d05298ec69e6db01a5ca9b6d</id>
<content type='text'>
So we can create a release PR to the stable branch.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
So we can create a release PR to the stable branch.
</pre>
</div>
</content>
</entry>
<entry>
<title>Simplify `release:patch` task</title>
<updated>2019-09-10T07:53:19+00:00</updated>
<author>
<name>David Rodríguez</name>
<email>deivid.rodriguez@riseup.net</email>
</author>
<published>2019-09-09T15:50:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/bundler.git/commit/?id=2075611b73d594a5c282d5a911c1432e432c0a21'/>
<id>2075611b73d594a5c282d5a911c1432e432c0a21</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Make sure release prerequisites are really prerequisites</title>
<updated>2019-08-28T00:58:52+00:00</updated>
<author>
<name>David Rodríguez</name>
<email>deivid.rodriguez@riseup.net</email>
</author>
<published>2019-08-28T00:58:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/bundler.git/commit/?id=397896208536733228383e747c9fa2546305f6a1'/>
<id>397896208536733228383e747c9fa2546305f6a1</id>
<content type='text'>
The `rubygems:push` task is defined as a prerequisite to the `release`
task as well. And since it's defined earlier, it seems to be run prior
to the other prerequisites.

That is not what we want here. We want every prerequisite satisfied
_before_ actually pushing the gem.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The `rubygems:push` task is defined as a prerequisite to the `release`
task as well. And since it's defined earlier, it seems to be run prior
to the other prerequisites.

That is not what we want here. We want every prerequisite satisfied
_before_ actually pushing the gem.
</pre>
</div>
</content>
</entry>
<entry>
<title>Make releasing to github a prerequisite</title>
<updated>2019-08-28T00:57:18+00:00</updated>
<author>
<name>David Rodríguez</name>
<email>deivid.rodriguez@riseup.net</email>
</author>
<published>2019-08-28T00:57:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/bundler.git/commit/?id=ac8e4ac491c6e6d25fd8065c6d075a40d519522b'/>
<id>ac8e4ac491c6e6d25fd8065c6d075a40d519522b</id>
<content type='text'>
The only thing that really makes the gem available through rubygems is
the actual release tag. Everything else should be a prerequisite to that
in my opinion.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The only thing that really makes the gem available through rubygems is
the actual release tag. Everything else should be a prerequisite to that
in my opinion.
</pre>
</div>
</content>
</entry>
<entry>
<title>Document the task to push to github releases</title>
<updated>2019-08-28T00:56:19+00:00</updated>
<author>
<name>David Rodríguez</name>
<email>deivid.rodriguez@riseup.net</email>
</author>
<published>2019-08-28T00:56:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/bundler.git/commit/?id=8ddc1962e34df81a90c4d7a090d673199227db68'/>
<id>8ddc1962e34df81a90c4d7a090d673199227db68</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Support skipping to the next PR</title>
<updated>2019-08-12T16:51:19+00:00</updated>
<author>
<name>David Rodríguez</name>
<email>deivid.rodriguez@riseup.net</email>
</author>
<published>2019-08-09T17:38:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/bundler.git/commit/?id=e168b2efbd0ffad3c6f41827107a9298f11dafbe'/>
<id>e168b2efbd0ffad3c6f41827107a9298f11dafbe</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
