source: extensions/net.sf.basedb.examples/tags/1.0/RELEASE @ 7021

Last change on this file since 7021 was 691, checked in by Nicklas Nordborg, 15 years ago

Fixes #103: Create example extensions

File size: 1.9 KB
Line 
1===================================================
2Release procedure for the example extensions
3===================================================
4
5Follow these instructions to release version A.B of
6these code examples. Please update the instructions
7if you find anything that is not correct or missing.
8
9 1. Make sure that all changes have been committed to
10    the trunk. Check with other developers if not
11    sure.
12
13 2. Update the version number in build.xml.
14   
15    <property name="version" value="A.B" />
16
17 3. Make sure that the code compiles and can be packaged.
18 
19    ant package
20   
21    will create the file 'example-extensions-A.B.tar.gz' in
22    the project directory.
23 
24 4. Make sure that the installation of the extensions works
25    and that the installation instructions are up to date.
26   
27 5. When everything is OK, commit any changes to subversion.
28
29 6. Create a tag in subversion:
30
31    svn copy http://baseplugins.thep.lu.se/svn/extensions/net.sf.basedb.examples/trunk \
32        http://baseplugins.thep.lu.se/svn/extensions/net.sf.basedb.examples/tags/A.B \
33        -m "Tagging release A.B"
34
35 7. Upload the packaged release as an attachment to:
36    http://baseplugins.thep.lu.se/wiki/net.sf.basedb.extensions
37
38 8. Edit the http://baseplugins.thep.lu.se/wiki/net.sf.basedb.examples.extensions
39    page:
40   
41    * Add a new entry to the Download table
42    * Change the README link to point to the tagged release. Use
43      the following wiki code:
44      [source:/extensions/net.sf.basedb.examples/tags/A.B/README README]
45
46 9. Create a new milestone: 'Extensions examples vA.B+1'
47
4810. Close the 'Extensions examples A.B' milestone. Move
49    any remaining tickets to the newly create milestone.
50
5111. Update the version number in build.xml.
52 
53    <property name="version" value="A.B+1" />
54     
55    Commit the change to subversion:
56   
57    svn commit -m "Preparing for future release A.B+1"
58     
Note: See TracBrowser for help on using the repository browser.