Skip to content

Commit

Permalink
Prepare release 3.5.2-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
jborgers committed May 7, 2024
1 parent a39d340 commit 23abe03
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 5 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,14 @@
# Changelog


## [3.5.2-SNAPSHOT](https://github.com/jborgers/sonar-pmd/tree/3.5.2-SNAPSHOT) (2024-xx-xx)
[Full Changelog](https://github.com/jborgers/sonar-pmd/compare/3.5.1..master)

**Implemented highlights:**


## [3.5.1](https://github.com/jborgers/sonar-pmd/tree/3.5.1) (2024-05-07)
[Full Changelog](https://github.com/jborgers/sonar-pmd/compare/3.5.0...3.5.1)
[Full Changelog](https://github.com/jborgers/sonar-pmd/compare/3.5.0..3.5.1)

**Implemented highlights:**
- Supports latest SonarQube [9.9.4 - 10.5+]
Expand Down
6 changes: 3 additions & 3 deletions RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ Make sure that all commits have been pushed and build
with `build.yml` workflow before setting and pushing the tag.

Steps:
- create release notes in `CHANGELOG.md`, update `..master` to `..x.y.z`
- commit `CHANGELOG.md`
- create release notes in `CHANGELOG.md`, update `..master` to `..x.y.z`; and update `README.md`
- commit both
- `git tag x.y.z`
- `git push --tags`

The release workflow will be triggered, using the git tag for `-Drevision=<tag>`.

- manually release staging repo in [Sonatype](https://oss.sonatype.org/#welcome) for Maven Central
- manually change Github actions release from draft to final here: [releases](https://github.com/jborgers/sonar-pmd/releases)
- manually change Github actions release from draft to final and limit the changelog here: [releases](https://github.com/jborgers/sonar-pmd/releases)

Next prepare for next SNAPSHOT:

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@

<properties>
<!-- use -Drevision=x.y.z to override in build -->
<revision>3.5.1-SNAPSHOT</revision>
<revision>3.5.2-SNAPSHOT</revision>
<license.owner>SonarSource SA and others</license.owner>
<license.mailto>mailto:jborgers AT jpinpoint DOT com; peter.paul.bakker AT stokpop DOT nl</license.mailto>
<pmd.version>6.55.0</pmd.version>
Expand Down

0 comments on commit 23abe03

Please sign in to comment.