diff --git a/src/site/markdown/customizing/pmd-release-process.md b/src/site/markdown/customizing/pmd-release-process.md index bf2ea36fe5..c687bcef1f 100644 --- a/src/site/markdown/customizing/pmd-release-process.md +++ b/src/site/markdown/customizing/pmd-release-process.md @@ -162,10 +162,10 @@ In case of releasing from a release branch: Go to -* Select the just pushed tag: "pmd_releases/" -* Set the title: "PMD (DD-MMMM-YYYY)" +* Select the just pushed tag: "pmd_releases/<version>" +* Set the title: "PMD <version> (DD-MMMM-YYYY)" * Copy/Paste the changelog.md file -* Upload the 3 zip files (pmd--{src,bin,doc}.zip). +* Upload the 3 zip files (pmd-<version>-{src,bin,doc}.zip). * Publish the release ## Submit a news on SF @@ -186,8 +186,8 @@ Go to ### Create new milestone -Under close the milestone "PMD-" -and create a new milestone for the next version (PMD-). +Under close the milestone "PMD-<version>" +and create a new milestone for the next version (PMD-<version+1>). ### Update changelog @@ -219,10 +219,3 @@ and create a new milestone for the next version (PMD-). $ git push origin master - - - - - - -