=========================================================
Release procedure for the GenePattern integration package
=========================================================
Follow these instructions to release version A.B of
this package. Please update the instructions if you
find anything that is not correct or missing.
1. Make sure that all changes have been committed to
the trunk. Check with other developers if not
sure.
2. Update the version number.
* In build.xml:
* In META-INF/extensions.xml: A.B
* In src/net/sf/basedb/genepattern/GenePattern.java:
public ... String VERSION = "A.B"
3. Make sure that the code compiles and can be packaged.
ant package
will create the file 'gp-integration-A.B.tar.gz' in
the project directory.
4. Make sure that the installation works and that the installation
instructions are up to date.
5. When everything is OK, commit any changes to subversion.
6. Create a tag in subversion:
svn copy http://baseplugins.thep.lu.se/svn/extensions/net.sf.basedb.genepattern/trunk \
http://baseplugins.thep.lu.se/svn/extensions/net.sf.basedb.genepattern/tags/A.B \
-m "Tagging release A.B"
7. Upload the packaged release as an attachment to:
http://baseplugins.thep.lu.se/wiki/net.sf.basedb.genepattern
8. Edit the http://baseplugins.thep.lu.se/wiki/net.sf.basedb.genepattern
page:
* Add a new entry to the Download table
* Change the README link to point to the tagged release. Use
the following wiki code:
[source:/extensions/net.sf.basedb.genepattern/tags/A.B/README README]
9. Create a new milestone: 'GenePattern integration A.B+1'
10. Close the 'GenePattern integration A.B' milestone. Move
any remaining tickets to the newly create milestone.
11. Update the version number in build.xml.
Commit the change to subversion:
svn commit -m "Preparing for future release A.B+1"