<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Wendbaar.nl &#187; git</title>
	<atom:link href="http://wendbaar.nl/blog/category/git/feed/" rel="self" type="application/rss+xml" />
	<link>http://wendbaar.nl/blog</link>
	<description></description>
	<lastBuildDate>Thu, 13 Oct 2011 20:56:03 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Automagically tagging releases in github</title>
		<link>http://wendbaar.nl/blog/2010/04/automagically-tagging-releases-in-github/</link>
		<comments>http://wendbaar.nl/blog/2010/04/automagically-tagging-releases-in-github/#comments</comments>
		<pubDate>Tue, 27 Apr 2010 17:24:46 +0000</pubDate>
		<dc:creator>berl</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Ruby on Rails]]></category>
		<category><![CDATA[git]]></category>

		<guid isPermaLink="false">http://wendbaar.nl/blog/?p=198</guid>
		<description><![CDATA[(update: now available as a gem for capistrano)
Today at work we were discussing branching and tagging etc. to keep track of the currently deployed release on various servers. We&#8217;re working with Capistrano to do deploys.
This is a script I came up with:

Edit: refactored some errors out of it
]]></description>
			<content:encoded><![CDATA[<p><strong>(update: now available as a <a href="http://rubygems.org/gems/capistrano-git-tags">gem</a> for capistrano)</strong></p>
<p>Today at work we were discussing branching and tagging etc. to keep track of the currently deployed release on various servers. We&#8217;re working with <a href="http:///capify.org">Capistrano</a> to do deploys.</p>
<p>This is a script I came up with:</p>
<p><script src="http://gist.github.com/381852.js?file=capistrano_git.rb"></script></p>
<p>Edit: refactored some errors out of it</p>
]]></content:encoded>
			<wfw:commentRss>http://wendbaar.nl/blog/2010/04/automagically-tagging-releases-in-github/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

