2007-11-06 22:23:22 +00:00
|
|
|
change to reflect actual pmd.jar file version
|
2007-11-13 20:11:24 +00:00
|
|
|
change pmd.props to reflect the new pmd-jedit release version.
|
2007-11-21 03:24:04 +00:00
|
|
|
change jedit.html to reflect the new pmd-jedit release version, and update its release date / notes
|
2003-10-31 06:16:49 +00:00
|
|
|
change the build.xml to reflect pmd-jedit release
|
2005-05-16 10:07:48 +00:00
|
|
|
update doing_the_next_pmd_jedit_release.txt(this file) to the new pmd-jedit release version
|
2005-12-05 06:58:32 +00:00
|
|
|
commit the above changes FIRST!!
|
2003-09-15 09:16:44 +00:00
|
|
|
|
|
|
|
Create the binary release - 'ant release'
|
|
|
|
Unzip it into jedit.home/jars
|
|
|
|
TESTS:
|
|
|
|
1) Can you run jedit ok?
|
|
|
|
2) Can you run it it on a file and find some unused code?
|
|
|
|
3) Are options persistant?
|
|
|
|
4) Does CPD work?
|
2003-10-31 07:00:47 +00:00
|
|
|
5) Check if the PMD Help shows correct data like Release notes, help/new features.
|
2004-08-16 09:35:33 +00:00
|
|
|
6) Re-Commit if changes were made in the above steps first!!
|
2003-09-15 09:16:44 +00:00
|
|
|
|
2007-11-21 03:24:04 +00:00
|
|
|
Tag the release in SVN:
|
|
|
|
export SVNROOT=https://pmd.svn.sourceforge.net/svnroot/pmd
|
|
|
|
svn cp $PMDSVN/trunk/pmd-jedit $PMDSVN/tags/pmd-jedit/pmd_jedit_release_2_8
|
2003-09-15 09:16:44 +00:00
|
|
|
|
2007-11-21 03:24:04 +00:00
|
|
|
Generate a plugin announcement. From jEdit
|
|
|
|
macros - properties - generate plugin announcement
|
2003-09-15 09:16:44 +00:00
|
|
|
|
2007-11-21 03:24:04 +00:00
|
|
|
Create a tracker item in plugin submissions
|
|
|
|
https://sourceforge.net/tracker/?group_id=588&atid=625093
|
|
|
|
cut and paste the announcement into the body of the new tracker item
|
2006-01-10 10:50:30 +00:00
|
|
|
|