Skip to content

Commit a42a243

Browse files
committed
[doc] Update release notes
1 parent d208424 commit a42a243

File tree

2 files changed

+18
-9
lines changed

2 files changed

+18
-9
lines changed

ReleaseNotes.md

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,23 @@ Eclipse Update Site:
1111

1212
This is a minor release.
1313

14-
### New and noteworthy
14+
### 🚀 New and noteworthy
1515
* Support for Eclipse 2025-06 added
1616
* Support for Eclipse 2024-06 removed
1717

18-
### Fixed Issues
18+
### 🐛 Fixed Issues
1919

20-
### API Changes
20+
### ✨ Merged pull requests
21+
* [#277](https://github.com/pmd/pmd-eclipse-plugin/pull/277): \[ci] Fix publish release - [Andreas Dangel](https://github.com/adangel) (@adangel)
22+
* [#281](https://github.com/pmd/pmd-eclipse-plugin/pull/281): Support eclipse 2025-06 - [Andreas Dangel](https://github.com/adangel) (@adangel)
2123

22-
### External Contributions
24+
### 📦 Dependency updates
25+
* [#275](https://github.com/pmd/pmd-eclipse-plugin/pull/275): Bump com.puppycrawl.tools:checkstyle from 10.24.0 to 10.25.0
26+
* [#276](https://github.com/pmd/pmd-eclipse-plugin/pull/276): Bump org.apache.maven.plugins:maven-clean-plugin from 3.4.1 to 3.5.0
27+
* [#278](https://github.com/pmd/pmd-eclipse-plugin/pull/278): Bump com.puppycrawl.tools:checkstyle from 10.25.0 to 10.25.1
28+
* [#280](https://github.com/pmd/pmd-eclipse-plugin/pull/280): Bump build-tools from 30 to 32
29+
30+
### API Changes
2331

2432
## 30-May-2025: 7.14.0.v20250530-1904-r
2533

@@ -31,7 +39,6 @@ This is a minor release.
3139
### Merged pull requests
3240
* Refactor GitHub Action Workflows ([#271](https://github.com/pmd/pmd-eclipse-plugin/pull/271)) by [@adangel](https://github.com/adangel)
3341
* [ci] Make build a reuseable workflow ([#272](https://github.com/pmd/pmd-eclipse-plugin/pull/272)) by [@adangel](https://github.com/adangel)
34-
* Support eclipse 2025-06 ([#281](https://github.com/pmd/pmd-eclipse-plugin/pull/281)) by [@adangel](https://github.com/adangel)
3542

3643
### Dependency updates
3744
* Bump com.puppycrawl.tools:checkstyle from 10.23.0 to 10.23.1 ([#270](https://github.com/pmd/pmd-eclipse-plugin/pull/270))
@@ -2266,4 +2273,3 @@ a lib subdirectory.
22662273
**Development**
22672274
* Adding a ant build file
22682275
* Adapting .project to be compatible with both Eclipse 2.02 and WSAD v5.
2269-

do-release.sh

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -96,13 +96,16 @@ ${RELEASE_NOTES_HEADER}
9696
9797
This is a minor release.
9898
99-
### New and noteworthy
99+
### 🚀 New and noteworthy
100100
101-
### Fixed Issues
101+
### 🐛 Fixed Issues
102+
103+
### ✨ Merged pull requests
104+
105+
### 📦 Dependency updates
102106
103107
### API Changes
104108
105-
### External Contributions
106109
${RELEASE_NOTES_BODY}
107110
108111
EOF

0 commit comments

Comments
 (0)