@@ -86,7 +86,9 @@ The release happens in two phases:
8686 * Update the versions
87872 . Push the changes and the tag. The [ Github Actions build] ( https://github.com/pmd/pmd-eclipse-plugin/actions ) will
8888 then publish the new version on [ update site] ( https://github.com/pmd/pmd-eclipse-plugin-p2-site/ ) and
89- [ github releases] ( https://github.com/pmd/pmd-eclipse-plugin/releases )
89+ [ github releases] ( https://github.com/pmd/pmd-eclipse-plugin/releases ) . It will also upload the update site
90+ to [ sourceforge] ( https://sourceforge.net/projects/pmd/files/pmd-eclipse/zipped/ ) and create a sourceforge
91+ [ blog entry] ( https://sourceforge.net/p/pmd/news/ ) .
9092
9193
9294#### Script
@@ -153,20 +155,9 @@ The release happens in two phases:
153155
154156 echo Done.
155157
156- Also, don't forget to create a [ News] ( https://sourceforge.net/p/pmd/news/ ) and
157- verify, that the zipped update site has been uploaded to
158- [ GitHub Releases] ( https://github.com/pmd/pmd-eclipse-plugin/releases ) .
159-
160- You can use the following template:
161-
162- PMD for Eclipse $VERSION.$BUILDQUALIFIER released
163-
164- A new PMD for Eclipse plugin version has been released.
165- It is available via the update site: <https://pmd.github.io/pmd-eclipse-plugin-p2-site/>
166-
167- * Release Notes: <https://github.com/pmd/pmd-eclipse-plugin/blob/$VERSION.$BUILDQUALIFIER/ReleaseNotes.md>
168-
169-
158+ Verify, that the zipped update site has been uploaded to
159+ [ GitHub Releases] ( https://github.com/pmd/pmd-eclipse-plugin/releases ) and [ sourceforge] ( https://pmd.github.io/pmd-eclipse-plugin-p2-site/ )
160+ and that a [ news blog entry] ( https://sourceforge.net/p/pmd/news/ ) has been created on sourceforge.
170161
171162### Updating the used PMD version
172163The parent pom contains the property ` pmd.version ` . This is used inside the plugin module, to resolve the dependencies.
0 commit comments