extensions/net.sf.basedb.relax/trunk/RELEASE

Code
Comments
Other
Rev Date Author Line
4349 10 Feb 17 nicklas 1 ===============================================================
4349 10 Feb 17 nicklas 2 Release procedure for the Relax extension package
4349 10 Feb 17 nicklas 3 ===============================================================
4349 10 Feb 17 nicklas 4
4349 10 Feb 17 nicklas 5 Follow these instructions to release version A.B of 
4349 10 Feb 17 nicklas 6 this package. Please update the instructions if you
4349 10 Feb 17 nicklas 7 find anything that is not correct or missing.
4349 10 Feb 17 nicklas 8
4349 10 Feb 17 nicklas 9  1. Make sure that all changes have been committed to 
4349 10 Feb 17 nicklas 10     the trunk. Check with other developers if not
4349 10 Feb 17 nicklas 11     sure.
4349 10 Feb 17 nicklas 12
4349 10 Feb 17 nicklas 13  2. Update the version number.
4349 10 Feb 17 nicklas 14     
4349 10 Feb 17 nicklas 15     In build.xml: 
4349 10 Feb 17 nicklas 16       <property name="version" value="A.B" />
4349 10 Feb 17 nicklas 17       
4349 10 Feb 17 nicklas 18     Run `ant update-version`. This should put the version
4349 10 Feb 17 nicklas 19     numbers in a lot of files, including, 
4349 10 Feb 17 nicklas 20     META-INF/extensions.xml.
4349 10 Feb 17 nicklas 21     
4349 10 Feb 17 nicklas 22     Check (and update if needed) the README file and
4349 10 Feb 17 nicklas 23     and the wiki pages (see also step 8 and 9 below):
4349 10 Feb 17 nicklas 24     
6310 11 Jun 21 nicklas 25       https://baseplugins.thep.lu.se/wiki/net.sf.basedb.relax
6310 11 Jun 21 nicklas 26       https://baseplugins.thep.lu.se/wiki/PluginDownload
4349 10 Feb 17 nicklas 27
4349 10 Feb 17 nicklas 28  3. Make sure that the code compiles and can be packaged.
4349 10 Feb 17 nicklas 29  
4349 10 Feb 17 nicklas 30     ant package
4349 10 Feb 17 nicklas 31     
4349 10 Feb 17 nicklas 32     will create the file 'relax-A.B.tar.gz' in
4349 10 Feb 17 nicklas 33     the project directory.
4349 10 Feb 17 nicklas 34  
4349 10 Feb 17 nicklas 35  4. Make sure that the installation of this extension works 
4349 10 Feb 17 nicklas 36     and that the installation instructions are up to date. 
4349 10 Feb 17 nicklas 37     
4349 10 Feb 17 nicklas 38  5. When everything is OK, commit any changes to subversion.
4349 10 Feb 17 nicklas 39
4349 10 Feb 17 nicklas 40  6. Create a tag in subversion: 
4349 10 Feb 17 nicklas 41
6310 11 Jun 21 nicklas 42     svn copy https://baseplugins.thep.lu.se/svn/extensions/net.sf.basedb.relax/trunk \
6310 11 Jun 21 nicklas 43         https://baseplugins.thep.lu.se/svn/extensions/net.sf.basedb.relax/tags/A.B \
4349 10 Feb 17 nicklas 44         -m "Tagging release A.B"
4349 10 Feb 17 nicklas 45
4349 10 Feb 17 nicklas 46  7. Upload the packaged release as an attachment to: 
6310 11 Jun 21 nicklas 47     https://baseplugins.thep.lu.se/wiki/net.sf.basedb.relax
4349 10 Feb 17 nicklas 48
6310 11 Jun 21 nicklas 49  8. Edit the https://baseplugins.thep.lu.se/wiki/net.sf.basedb.relax 
4349 10 Feb 17 nicklas 50     page:
4349 10 Feb 17 nicklas 51     
4349 10 Feb 17 nicklas 52     * Add a new entry to the Download table
4349 10 Feb 17 nicklas 53     * Change the README link to point to the tagged release. Use
4349 10 Feb 17 nicklas 54       the following wiki code:
4349 10 Feb 17 nicklas 55       [source:/extensions/net.sf.basedb.relax/tags/A.B/README README]
4349 10 Feb 17 nicklas 56     * Check the information on the download page 
6310 11 Jun 21 nicklas 57       https://baseplugins.thep.lu.se/wiki/PluginDownload
4349 10 Feb 17 nicklas 58       and make sure it is correct
4349 10 Feb 17 nicklas 59
4349 10 Feb 17 nicklas 60  9. Create a new milestone: 'Relax vA.B+1'
4349 10 Feb 17 nicklas 61
4349 10 Feb 17 nicklas 62 10. Close the 'Relax vA.B' milestone. Move any remaining tickets 
4349 10 Feb 17 nicklas 63     to the newly create milestone.
4349 10 Feb 17 nicklas 64
4349 10 Feb 17 nicklas 65 11. Update the version numbers.
4349 10 Feb 17 nicklas 66  
4349 10 Feb 17 nicklas 67     In build.xml: <property name="version" value="A.(B+1)-dev" />
4349 10 Feb 17 nicklas 68     Run `ant update-version` and commit the changes to 
4349 10 Feb 17 nicklas 69     subversion: 
4349 10 Feb 17 nicklas 70      
4349 10 Feb 17 nicklas 71     svn commit -m "Preparing for future release A.B+1"
4349 10 Feb 17 nicklas 72