Changeset 2736 for extensions/net.sf.basedb.reggie/trunk/RELEASE
- Timestamp:
- Oct 6, 2014, 10:48:31 AM (8 years ago)
- Location:
- extensions/net.sf.basedb.reggie/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
extensions/net.sf.basedb.reggie/trunk
- Property svn:mergeinfo changed
/extensions/net.sf.basedb.reggie/branches/2.16-stable (added) merged: 2714,2716,2718,2720,2727-2733
- Property svn:mergeinfo changed
-
extensions/net.sf.basedb.reggie/trunk/RELEASE
r1463 r2736 27 27 http://baseplugins.thep.lu.se/wiki/PluginDownload 28 28 29 3. Make sure that the code compiles and can be packaged. 29 3. Make sure that debug flags in javascript files have been reset. 30 Eg. search all *.js files for 'var debug' and check that it doesn't 31 say 'var debug = 1', 'var debug = true' or something similar. 32 33 4. Make sure that the code compiles and can be packaged. 30 34 31 35 ant package … … 34 38 the project directory. 35 39 36 4. Make sure that the installation of Reggie works40 5. Make sure that the installation of Reggie works 37 41 and that the installation instructions are up to date. 38 42 39 5. When everything is OK, commit any changes to subversion.43 6. When everything is OK, commit any changes to subversion. 40 44 41 6. Create a tag in subversion:45 7. Create a tag in subversion: 42 46 43 47 svn copy http://baseplugins.thep.lu.se/svn/extensions/net.sf.basedb.reggie/trunk \ … … 45 49 -m "Tagging release A.B" 46 50 47 7. Upload the packaged release as an attachment to:51 8. Upload the packaged release as an attachment to: 48 52 http://baseplugins.thep.lu.se/wiki/net.sf.basedb.reggie 49 53 50 8. Edit the http://baseplugins.thep.lu.se/wiki/net.sf.basedb.examples.reggie54 9. Edit the http://baseplugins.thep.lu.se/wiki/net.sf.basedb.examples.reggie 51 55 page: 52 56 … … 59 63 and make sure it is correct 60 64 61 9. Create a new milestone: 'Reggie vA.B+1'65 10. Create a new milestone: 'Reggie vA.B+1' 62 66 63 1 0. Close the 'Reggie vA.B' milestone. Move67 11. Close the 'Reggie vA.B' milestone. Move 64 68 any remaining tickets to the newly create milestone. 65 69 66 1 1. Update the version numbers.70 12. Update the version numbers. 67 71 68 72 In build.xml: <property name="version" value="A.(B+1)-dev" />
Note: See TracChangeset
for help on using the changeset viewer.