2 <?xml-stylesheet type='text/xsl' href='interface.xsl'?>
3 <interface xmlns="http://zero-install.sourceforge.net/2004/injector/interface">
5 <summary>manage new releases with Zero Install</summary>
7 If you have a local feed in the development version of your program,
8 0release can help you to create new releases easily.
11 <homepage>http://0install.net/0release.xml</homepage>
13 <feed-for interface="http://0install.net/2007/interfaces/0release.xml"/>
15 <release:management xmlns:release="http://zero-install.sourceforge.net/2007/namespaces/0release">
16 <!-- Update the copy of the version number -->
17 <release:action phase="commit-release">sed -i "s/^version = '.*'$/version = '$RELEASE_VERSION'/" 0release</release:action>
20 <group license="OSI Approved :: GNU Lesser General Public License (LGPL)" main="0release">
21 <command name="run" path="0release">
22 <runner interface="http://repo.roscidus.com/python/python">
26 <command name="test" path="tests/testall.py">
27 <runner interface="http://repo.roscidus.com/python/python">
31 <requires interface="http://0install.net/2006/interfaces/0publish">
32 <version not-before="0.17"/>
33 <environment insert="0publish" mode="replace" name="0PUBLISH"/>
35 <requires interface="http://0install.net/2007/interfaces/ZeroInstall.xml">
36 <version not-before="0.40"/>
37 <environment insert="" mode="replace" name="0RELEASE_ZEROINSTALL"/>
39 <requires interface="http://0install.net/2008/interfaces/0test.xml">
40 <version not-before="0.4-post"/>
41 <environment insert="0test" mode="replace" name="0TEST"/>
43 <implementation id="." version="0.13-post"/>