Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterPaul-Perfana committed Jul 1, 2024
2 parents badae48 + f9ea8c4 commit 449057f
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
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Possible values : 1.6 to 1.8/8 to 20-preview
## Table of supported versions
| Sonar-PMD Plugin | 3.1.x | 3.3.x | 3.4.0 | 3.5.0 | 3.5.1 | 4.0.0 (planned) |
|------------------------|-------|--------|-----------------|---------------|---------------|-----------------|
| PMD | 6.9.0 | 6.30.0 | 6.45.0 | 6.55.0 | 6.55.0 | 7.1.0 |
| PMD | 6.9.0 | 6.30.0 | 6.45.0 | 6.55.0 | 6.55.0 | 7.2.0 |
| Max. Java Version | 11 | 15 | 18 | 20-preview *2 | 20-preview *2 | 22 |
| Min. SonarQube Version | 6.6 | 6.7 | _8.9(*1)_ / 9.3 | 9.8 | 9.9.4 | 10.0 |
| Max. SonarQube Version | | | 9.9 | 10.4 | 10.5+ | 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

0 comments on commit 449057f

Please sign in to comment.