Author: toulmean
Date: Tue Sep 21 15:27:55 2010
New Revision: 999463
URL: http://svn.apache.org/viewvc?rev=999463&view=rev
Log:
fix for highlight of doc
Modified:
buildr/trunk/doc/releasing.textile
Modified: buildr/trunk/doc/releasing.textile
URL:
http://svn.apache.org/viewvc/buildr/trunk/doc/releasing.textile?rev=999463&r1=999462&r2=999463&view=diff
==============================================================================
--- buildr/trunk/doc/releasing.textile (original)
+++ buildr/trunk/doc/releasing.textile Tue Sep 21 15:27:55 2010
@@ -89,13 +89,16 @@ If the environment variable NEXT_VERSION
For conveniency, this variable is case insensitive.
-So, all 3 following commands would generate the buildfile below:
+So, all 3 following commands will run a release with a custom new version:
+
{% highlight sh %}
$ buildr release next_version="1.0.0-rc1"
$ env next_version="1.0.0-rc1" buildr release
$ env NEXT_VERSION="1.0.0-rc1" buildr release
{% endhighlight %}
+
+Those commands will generate the Buildfile below:
{% highlight ruby %}
THIS_VERSION = "1.0.0-rc1"