From 5aa23354d4a0219a220d4713fed90735f321c610 Mon Sep 17 00:00:00 2001 From: Andreas Dangel Date: Sat, 28 Aug 2021 17:15:29 +0200 Subject: [PATCH] Prepare pmd release 6.38.0 --- docs/_config.yml | 2 +- docs/pages/next_major_development.md | 4 ++++ docs/pages/release_notes.md | 9 +++++---- 3 files changed, 10 insertions(+), 5 deletions(-) diff --git a/docs/_config.yml b/docs/_config.yml index 20ec943b05..66de4727aa 100644 --- a/docs/_config.yml +++ b/docs/_config.yml @@ -1,7 +1,7 @@ repository: pmd/pmd pmd: - version: 6.38.0-SNAPSHOT + version: 6.38.0 previous_version: 6.37.0 date: 28-August-2021 release_type: minor diff --git a/docs/pages/next_major_development.md b/docs/pages/next_major_development.md index f44548b64c..7e9878aac1 100644 --- a/docs/pages/next_major_development.md +++ b/docs/pages/next_major_development.md @@ -125,6 +125,10 @@ the breaking API changes will be performed in 7.0.0. an API is tagged as `@Deprecated` or not in the latest minor release. During the development of 7.0.0, we may decide to remove some APIs that were not tagged as deprecated, though we'll try to avoid it." %} +#### 6.38.0 + +No changes. + #### 6.37.0 ##### PMD CLI diff --git a/docs/pages/release_notes.md b/docs/pages/release_notes.md index ee489a311b..a813784db9 100644 --- a/docs/pages/release_notes.md +++ b/docs/pages/release_notes.md @@ -12,8 +12,6 @@ This is a {{ site.pmd.release_type }} release. {% tocmaker is_release_notes_processor %} -### New and noteworthy - ### Fixed Issues * apex @@ -24,12 +22,15 @@ This is a {{ site.pmd.release_type }} release. * java-bestpractices * [#3403](https://github.com/pmd/pmd/issues/3403): \[java] MethodNamingConventions junit5TestPattern does not detect parameterized tests -### API Changes - ### External Contributions * [#3445](https://github.com/pmd/pmd/pull/3445): \[java] Fix #3403 about MethodNamingConventions and JUnit5 parameterized tests - [Cyril Sicard](https://github.com/CyrilSicard) * [#3470](https://github.com/pmd/pmd/pull/3470): \[apex] Fix ApexCRUDViolationRule - add super call - [Josh Feingold](https://github.com/jfeingold35) +### Stats +* 32 commits +* 8 closed tickets & PRs +* Days since last release: 27 + {% endtocmaker %}