Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue #12010: Updated releasenotes to use GitHub Pages execution #12009

Merged
merged 1 commit into from Jul 30, 2022
Merged

Issue #12010: Updated releasenotes to use GitHub Pages execution #12009

merged 1 commit into from Jul 30, 2022

Conversation

Rahulkhinchi03
Copy link
Member

@Rahulkhinchi03 Rahulkhinchi03 commented Jul 30, 2022

Fixes #12010

@Rahulkhinchi03
Copy link
Member Author

Rahulkhinchi03 commented Jul 30, 2022

ON LOCAL:


ASUS@RK7 MINGW64 ~/Desktop/opensource/checkstyle (testing)
$ ./.ci/releasenotes-gen.sh
Cloning into 'contribution'...
remote: Enumerating objects: 7821, done.
remote: Counting objects: 100% (1122/1122), done.
remote: Compressing objects: 100% (485/485), done.
remote: Total 7821 (delta 562), reused 1006 (delta 509), pack-reused 6699
Receiving objects: 100% (7821/7821), 2.84 MiB | 185.00 KiB/s, done.
Resolving deltas: 100% (4001/4001), done.
[INFO] Error stacktraces are turned on.
[INFO] Scanning for projects...
[INFO]
[INFO] -------------< com.github.checkstyle:releasenotes-builder >-------------
[INFO] Building releasenotes-builder 1.0
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ releasenotes-builder ---
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ releasenotes-builder ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 5 resources
[INFO]
[INFO] --- maven-compiler-plugin:3.3:compile (default-compile) @ releasenotes-builder ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 18 source files to C:\Users\ASUS\Desktop\opensource\checkstyle\.ci-temp\contribution\releasenotes-builder\target\classes
[INFO] /C:/Users/ASUS/Desktop/opensource/checkstyle/.ci-temp/contribution/releasenotes-builder/src/main/java/com/github/checkstyle/github/NotesBuilder.java: C:\Users\ASUS\Desktop\opensource\checkstyle\.ci-temp\contribution\releasenotes-builder\src\main\java\com\github\checkstyle\github\NotesBuilder.java uses or overrides a deprecated API.
[INFO] /C:/Users/ASUS/Desktop/opensource/checkstyle/.ci-temp/contribution/releasenotes-builder/src/main/java/com/github/checkstyle/github/NotesBuilder.java: Recompile with -Xlint:deprecation for details.
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ releasenotes-builder ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 5 resources
[INFO]
[INFO] --- maven-compiler-plugin:3.3:compile (default-compile) @ releasenotes-builder ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 18 source files to C:\Users\ASUS\Desktop\opensource\checkstyle\.ci-temp\contribution\releasenotes-builder\target\classes
[INFO] /C:/Users/ASUS/Desktop/opensource/checkstyle/.ci-temp/contribution/releasenotes-builder/src/main/java/com/github/checkstyle/github/NotesBuilder.java: C:\Users\ASUS\Desktop\opensource\checkstyle\.ci-temp\contribution\releasenotes-builder\src\main\java\com\github\checkstyle\github\NotesBuilder.java uses or overrides a deprecated API.
[INFO] /C:/Users/ASUS/Desktop/opensource/checkstyle/.ci-temp/contribution/releasenotes-builder/src/main/java/com/github/checkstyle/github/NotesBuilder.java: Recompile with -Xlint:deprecation for details.
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ releasenotes-builder ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 20 resources
[INFO]
[INFO] --- maven-compiler-plugin:3.3:testCompile (default-testCompile) @ releasenotes-builder ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 2 source files to C:\Users\ASUS\Desktop\opensource\checkstyle\.ci-temp\contribution\releasenotes-builder\target\test-classes
[INFO] /C:/Users/ASUS/Desktop/opensource/checkstyle/.ci-temp/contribution/releasenotes-builder/src/test/java/com/github/checkstyle/templates/TemplateProcessorTest.java: C:\Users\ASUS\Desktop\opensource\checkstyle\.ci-temp\contribution\releasenotes-builder\src\test\java\com\github\checkstyle\templates\TemplateProcessorTest.java uses or overrides a deprecated API.
[INFO] /C:/Users/ASUS/Desktop/opensource/checkstyle/.ci-temp/contribution/releasenotes-builder/src/test/java/com/github/checkstyle/templates/TemplateProcessorTest.java: Recompile with -Xlint:deprecation for details.
[INFO]
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ releasenotes-builder ---
[INFO] Surefire report directory: C:\Users\ASUS\Desktop\opensource\checkstyle\.ci-temp\contribution\releasenotes-builder\target\surefire-reports

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running com.github.checkstyle.github.CommitMessageTest
Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.106 sec
Running com.github.checkstyle.templates.TemplateProcessorTest
Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.871 sec

Results :

Tests run: 26, Failures: 0, Errors: 0, Skipped: 0

[INFO]
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ releasenotes-builder ---
[INFO] Building jar: C:\Users\ASUS\Desktop\opensource\checkstyle\.ci-temp\contribution\releasenotes-builder\target\releasenotes-builder-1.0.jar
[INFO]
[INFO] --- maven-shade-plugin:2.4.2:shade (default) @ releasenotes-builder ---
[INFO] Including org.kohsuke:github-api:jar:1.99 in the shaded jar.
[INFO] Including org.apache.commons:commons-lang3:jar:3.9 in the shaded jar.
[INFO] Including commons-codec:commons-codec:jar:1.13 in the shaded jar.
[INFO] Including commons-io:commons-io:jar:2.6 in the shaded jar.
[INFO] Including com.fasterxml.jackson.core:jackson-databind:jar:2.12.6.1 in the shaded jar.
[INFO] Including com.fasterxml.jackson.core:jackson-annotations:jar:2.12.6 in the shaded jar.
[INFO] Including com.fasterxml.jackson.core:jackson-core:jar:2.12.6 in the shaded jar.
[INFO] Including org.eclipse.jgit:org.eclipse.jgit:jar:5.4.2.201908231537-r in the shaded jar.
[INFO] Including com.jcraft:jsch:jar:0.1.55 in the shaded jar.
[INFO] Including com.jcraft:jzlib:jar:1.1.1 in the shaded jar.
[INFO] Including com.googlecode.javaewah:JavaEWAH:jar:1.1.6 in the shaded jar.
[INFO] Including org.slf4j:slf4j-api:jar:1.7.2 in the shaded jar.
[INFO] Including org.bouncycastle:bcpg-jdk15on:jar:1.61 in the shaded jar.
[INFO] Including org.bouncycastle:bcprov-jdk15on:jar:1.61 in the shaded jar.
[INFO] Including org.bouncycastle:bcpkix-jdk15on:jar:1.61 in the shaded jar.
[INFO] Including org.slf4j:slf4j-simple:jar:1.7.12 in the shaded jar.
[INFO] Including com.google.guava:guava:jar:30.1.1-jre in the shaded jar.
[INFO] Including com.google.guava:failureaccess:jar:1.0.1 in the shaded jar.
[INFO] Including com.google.guava:listenablefuture:jar:9999.0-empty-to-avoid-conflict-with-guava in the shaded jar.
[INFO] Including com.google.code.findbugs:jsr305:jar:3.0.2 in the shaded jar.
[INFO] Including org.checkerframework:checker-qual:jar:3.8.0 in the shaded jar.
[INFO] Including com.google.errorprone:error_prone_annotations:jar:2.5.1 in the shaded jar.
[INFO] Including com.google.j2objc:j2objc-annotations:jar:1.3 in the shaded jar.
[INFO] Including org.freemarker:freemarker:jar:2.3.29 in the shaded jar.
[INFO] Including commons-cli:commons-cli:jar:1.4 in the shaded jar.
[INFO] Including commons-lang:commons-lang:jar:2.6 in the shaded jar.
[INFO] Including org.twitter4j:twitter4j-core:jar:4.0.7 in the shaded jar.
[INFO] Including javax.mail:mail:jar:1.5.0-b01 in the shaded jar.
[INFO] Including javax.activation:activation:jar:1.1 in the shaded jar.
[WARNING] jackson-annotations-2.12.6.jar, bcpkix-jdk15on-1.61.jar, bcpg-jdk15on-1.61.jar, bcprov-jdk15on-1.61.jar, jackson-core-2.12.6.jar, jackson-databind-2.12.6.1.jar define 1 overlapping classes:
[WARNING]   - module-info
[WARNING] maven-shade-plugin has detected that some class files are
[WARNING] present in two or more JARs. When this happens, only one
[WARNING] single version of the class is copied to the uber jar.
[WARNING] Usually this is not harmful and you can skip these warnings,
[WARNING] otherwise try to manually exclude artifacts based on
[WARNING] mvn dependency:tree -Ddetail=true and the above output.
[WARNING] See http://maven.apache.org/plugins/maven-shade-plugin/
[INFO] Attaching shaded artifact.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  10.288 s
[INFO] Finished at: 2022-07-30T22:01:27+05:30
[INFO] ------------------------------------------------------------------------
Cloning into 'checkstyle'...
remote: Enumerating objects: 208294, done.
remote: Counting objects: 100% (30/30), done.
remote: Compressing objects: 100% (25/25), done.
remote: Total 208294 (delta 3), reused 3 (delta 1), pack-reused 208264
Receiving objects: 100% (208294/208294), 81.87 MiB | 326.00 KiB/s, done.
Resolving deltas: 100% (119456/119456), done.
Updating files: 100% (4738/4738), done.
LATEST_RELEASE_TAG=checkstyle-10.3.1
CS_RELEASE_VERSION=10.4

[WARN] Issue #11720 "Pitest: Kill all surviving mutations" is not closed! Please review issue https://github.com/checkstyle/checkstyle/issues/11720
[WARN] Issue #11719 "Pitest: Activate "ALL" mutator group" is not closed! Please review issue https://github.com/checkstyle/checkstyle/issues/11719
[WARN] Issue #11637 "Use Shellcheck to resolve violations code in Shell Script" is not closed! Please review issue https://github.com/checkstyle/checkstyle/issues/11637
[WARN] Issue #6658 "pitest: increase mutation coverage for pitest-imports profile to 100% " is not closed! Please review issue https://github.com/checkstyle/checkstyle/issues/6658
[WARN] Issue #11140 "Solve fb-contrib errors" is not closed! Please review issue https://github.com/checkstyle/checkstyle/issues/11140
[WARN] Issue #11277 "update code base to have javadoc tag to explain noinspection tag content" is not closed! Please review issue https://github.com/checkstyle/checkstyle/issues/11277
[WARN] Issue #11163 "Enforce file size on Java inputs" is not closed! Please review issue https://github.com/checkstyle/checkstyle/issues/11163
[WARN] Issue #6207 "Expand XPath IT Regression Testing" is not closed! Please review issue https://github.com/checkstyle/checkstyle/issues/6207
[WARN] Issue #11446 "Update Tests to use new 'verifyXxxxxx' method or 'execute' that use inlined config in Input files" is not closed! Please review issue https://github.com/checkstyle/checkstyle/issues/11446
[WARN] Issue #11214 "Specify violation messages in input files." is not closed! Please review issue https://github.com/checkstyle/checkstyle/issues/11214

Execution succeeded!
==============================================

xdoc segment:
==============================================

    <section name="Release 10.4">
      <div class="releaseDate">30.07.2022</div>
      <p>Bug fixes:</p>
        <ul>
          <li>
            Support qualified annotation names.
            Author: stoyanK7
            <a href="https://github.com/checkstyle/checkstyle/issues/11736">#11736</a>
          </li>
          <li>
            Update google_checks.xml to have the SuppressionCommentFilter and
SuppressWarningsHolder modules in the config by default (and by
extension, SuppressWarningsFilter).
            Author: Daniel del Castillo
            <a href="https://github.com/checkstyle/checkstyle/issues/11655">#11655</a>
          </li>
        </ul>
      <p>Notes:</p>
        <ul>
          <li>
            Allow SuppressWarningHolder to suppress the violation with NameCheck.
            Author: stoyanK7
            <a href="https://github.com/checkstyle/checkstyle/issues/11885">#11885</a>
          </li>
          <li>
            Pitest: Kill all surviving mutations.
            Author: Vyom-Yadav, Nick Mancuso
            <a href="https://github.com/checkstyle/checkstyle/issues/11720">#11720</a>
          </li>
          <li>
            Pitest: Activate &quot;ALL&quot; mutator group.
            Author: Vyom-Yadav
            <a href="https://github.com/checkstyle/checkstyle/issues/11719">#11719</a>
          </li>
          <li>
            Use Shellcheck to resolve violations code in Shell Script.
            Author: stoyanK7
            <a href="https://github.com/checkstyle/checkstyle/issues/11637">#11637</a>
          </li>
          <li>
            pitest: increase mutation coverage for pitest-imports profile to 100% .
            Author: Vyom-Yadav
            <a href="https://github.com/checkstyle/checkstyle/issues/6658">#6658</a>
          </li>
          <li>
            Update GitHub Action for bump-license-year.sh.
            Author: Rahulkhinchi03
            <a href="https://github.com/checkstyle/checkstyle/issues/11970">#11970</a>
          </li>
          <li>
            Solve fb-contrib errors.
            Author: pbludov, stoyanK7
            <a href="https://github.com/checkstyle/checkstyle/issues/11140">#11140</a>
          </li>
          <li>
            Remove pitest mutation checking HTML model.
            Author: Vyom-Yadav
            <a href="https://github.com/checkstyle/checkstyle/issues/11904">#11904</a>
          </li>
          <li>
            automate execution by Github action bump-license-year.sh on first day
of month.
            Author: Rahul Khinchi
            <a href="https://github.com/checkstyle/checkstyle/issues/11744">#11744</a>
          </li>
          <li>
            update code base to have javadoc tag to explain noinspection tag
content.
            Author: Nick Mancuso
            <a href="https://github.com/checkstyle/checkstyle/issues/11277">#11277</a>
          </li>
          <li>
            doc: put example of enableExternalDtdLoad to xdoc.
            Author: Roman Ivanov
          </li>
          <li>
            update doc for SuppressWarningsHolder.
            Author: Kevin222004
            <a href="https://github.com/checkstyle/checkstyle/issues/7576">#7576</a>
          </li>
          <li>
            releasenotes script generated empty commit.
            Author: Rahulkhinchi03
            <a href="https://github.com/checkstyle/checkstyle/issues/11782">#11782</a>
          </li>
          <li>
            Include CDG Accelerator Plugin to boost pitest performance.
            Author: Vyom-Yadav
            <a href="https://github.com/checkstyle/checkstyle/issues/11727">#11727</a>
          </li>
          <li>
            Enforce file size on Java inputs.
            Author: stoyanK7
            <a href="https://github.com/checkstyle/checkstyle/issues/11163">#11163</a>
          </li>
          <li>
            Expand XPath IT Regression Testing.
            Author: stoyanK7
            <a href="https://github.com/checkstyle/checkstyle/issues/6207">#6207</a>
          </li>
          <li>
            There are semantic problems in the Chinese error message of keyword
`design.forExtension` ..
            Author: ssquan
            <a href="https://github.com/checkstyle/checkstyle/issues/11649">#11649</a>
          </li>
          <li>
            prepare-settings.sh fails to create settings.xml.
            Author: Rahulkhinchi03
            <a href="https://github.com/checkstyle/checkstyle/issues/11783">#11783</a>
          </li>
          <li>
            Use groovy version provided by `apt` in pitest.yml.
            Author: Vyom-Yadav
            <a href="https://github.com/checkstyle/checkstyle/issues/11823">#11823</a>
          </li>
          <li>
            tweet-releasenotes.sh does not check env variables.
            Author: Roman Ivanov
            <a href="https://github.com/checkstyle/checkstyle/issues/11784">#11784</a>
          </li>
          <li>
            download of m2 cache from sourceforge.io is slow .
            Author: Roman Ivanov
            <a href="https://github.com/checkstyle/checkstyle/issues/11817">#11817</a>
          </li>
          <li>
            infra: turns off create dependency reduced pom for shade plugin.
            Author: rnveach
            <a href="https://github.com/checkstyle/checkstyle/issues/11806">#11806</a>
          </li>
          <li>
            Update Tests to use new &#39;verifyXxxxxx&#39; method or
&#39;execute&#39; that use inlined config in Input files.
            Author: stoyanK7
            <a href="https://github.com/checkstyle/checkstyle/issues/11446">#11446</a>
          </li>
          <li>
            Specify violation messages in input files..
            Author: stoyanK7
            <a href="https://github.com/checkstyle/checkstyle/issues/11214">#11214</a>
          </li>
          <li>
            pitest: increase mutation coverage for javadoc profile to 100%.
            Author: Vyom-Yadav
            <a href="https://github.com/checkstyle/checkstyle/issues/6295">#6295</a>
          </li>
        </ul>
    </section>
==============================================

twitter post:
==============================================
Checkstyle 10.4 - https://checkstyle.org/releasenotes.html#Release_10.4

Bug fixes: 2
==============================================

GitHub post
==============================================
Checkstyle 10.4 - https://checkstyle.org/releasenotes.html#Release_10.4



Bug fixes:

  #11736 - Support qualified annotation names
  #11655 - Update google_checks.xml to have the SuppressionCommentFilter and SuppressWarningsHolder modules in the config by default (and by extension, SuppressWarningsFilter)

Notes:

  Allow SuppressWarningHolder to suppress the violation with NameCheck
  Pitest: Kill all surviving mutations
  Pitest: Activate "ALL" mutator group
  Use Shellcheck to resolve violations code in Shell Script
  pitest: increase mutation coverage for pitest-imports profile to 100%
  Update GitHub Action for bump-license-year.sh
  Solve fb-contrib errors
  Remove pitest mutation checking HTML model
  automate execution by Github action bump-license-year.sh on first day of month
  update code base to have javadoc tag to explain noinspection tag content
  doc: put example of enableExternalDtdLoad to xdoc
  update doc for SuppressWarningsHolder
  releasenotes script generated empty commit
  Include CDG Accelerator Plugin to boost pitest performance
  Enforce file size on Java inputs
  Expand XPath IT Regression Testing
  There are semantic problems in the Chinese error message of keyword `design.forExtension` .
  prepare-settings.sh fails to create settings.xml
  Use groovy version provided by `apt` in pitest.yml
  tweet-releasenotes.sh does not check env variables
  download of m2 cache from sourceforge.io is slow
  infra: turns off create dependency reduced pom for shade plugin
  Update Tests to use new 'verifyXxxxxx' method or 'execute' that use inlined config in Input files
  Specify violation messages in input files.
  pitest: increase mutation coverage for javadoc profile to 100%
==============================================

Plain text post:
==============================================
Checkstyle 10.4 - https://checkstyle.org/releasenotes.html#Release_10.4



Bug fixes:

  Support qualified annotation names
  Update google_checks.xml to have the SuppressionCommentFilter and SuppressWarningsHolder modules in the config by default (and by extension, SuppressWarningsFilter)

Notes:

  Allow SuppressWarningHolder to suppress the violation with NameCheck
  Pitest: Kill all surviving mutations
  Pitest: Activate "ALL" mutator group
  Use Shellcheck to resolve violations code in Shell Script
  pitest: increase mutation coverage for pitest-imports profile to 100%
  Update GitHub Action for bump-license-year.sh
  Solve fb-contrib errors
  Remove pitest mutation checking HTML model
  automate execution by Github action bump-license-year.sh on first day of month
  update code base to have javadoc tag to explain noinspection tag content
  doc: put example of enableExternalDtdLoad to xdoc
  update doc for SuppressWarningsHolder
  releasenotes script generated empty commit
  Include CDG Accelerator Plugin to boost pitest performance
  Enforce file size on Java inputs
  Expand XPath IT Regression Testing
  There are semantic problems in the Chinese error message of keyword `design.forExtension` .
  prepare-settings.sh fails to create settings.xml
  Use groovy version provided by `apt` in pitest.yml
  tweet-releasenotes.sh does not check env variables
  download of m2 cache from sourceforge.io is slow
  infra: turns off create dependency reduced pom for shade plugin
  Update Tests to use new 'verifyXxxxxx' method or 'execute' that use inlined config in Input files
  Specify violation messages in input files.
  pitest: increase mutation coverage for javadoc profile to 100%
==============================================

releasenotes.xml after commit:
<?xml version="1.0" encoding="UTF-8"?>

<document xmlns="http://maven.apache.org/XDOC/2.0"
  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  xsi:schemaLocation="http://maven.apache.org/XDOC/2.0 https://maven.apache.org/xsd/xdoc-2.0.xsd">

  <head>
    <title>Release Notes</title>
  </head>

  <body>
    <!-- placeholder for a new section -->
    <section name="Release 10.3.1">
      <div class="releaseDate">27.06.2022</div>
      <p>Bug fixes:</p>
        <ul>
          <li>
            FallThrough should recognize yield also.
            Author: Hyeonmin Park
            <a href="https://github.com/checkstyle/checkstyle/issues/11712">#11712</a>
          </li>
          <li>
            FinalClassCheck: False positive with anonymous classes.
            Author: Vyom-Yadav
            <a href="https://github.com/checkstyle/checkstyle/issues/11365">#11365</a>
          </li>
        </ul>
      <p>Notes:</p>
        <ul>
          <li>
            Automate creation of settings.xml file for release.
            Author: Rahul Khinchi
            <a href="https://github.com/checkstyle/checkstyle/issues/11726">#11726</a>
          </li>
          <li>
            Automate update of releasenotes.xml by content for new release.
            Author: Rahul Khinchi
            <a href="https://github.com/checkstyle/checkstyle/issues/11729">#11729</a>
          </li>
          <li>
            Automate twitter posts to use single shell command.
            Author: Rahul Khinchi
            <a href="https://github.com/checkstyle/checkstyle/issues/11725">#11725</a>
          </li>
          <li>
            Resolve Pitest Issues.
            Author: Vyom-Yadav
            <a href="https://github.com/checkstyle/checkstyle/issues/7797">#7797</a>
          </li>
          <li>
            dependency: bump pitest-maven from 1.8.1 to 1.9.0.
            Author: rnveach
            <a href="https://github.com/checkstyle/checkstyle/issues/11761">#11761</a>
          </li>
          <li>
            Disable IDEA Inspection for  `AnnotationClass` .
            Author: Nick Mancuso
            <a href="https://github.com/checkstyle/checkstyle/issues/11710">#11710</a>
          </li>
          <li>
            Update doc for LeftCurly.
            Author: Perin-Mangukiya
            <a href="https://github.com/checkstyle/checkstyle/issues/7582">#7582</a>
          </li>
          <li>
            Missed limitation: Checkstyle can&#39;t parse UTF8 Java File with
UTF8 BOM.
            Author: rnveach
            <a href="https://github.com/checkstyle/checkstyle/issues/11698">#11698</a>
          </li>
          <li>
            Specify violation messages in input files..
            Author: stoyanK7
            <a href="https://github.com/checkstyle/checkstyle/issues/11214">#11214</a>
          </li>
          <li>
            Resolve IDEA violations from Teamcity 2022.04 (Bundled IntelliJ IDEA
2021.2.3).
            Author: Roman Ivanov
            <a href="https://github.com/checkstyle/checkstyle/issues/11566">#11566</a>
          </li>
          <li>
            Pitest: Create robust method of surviving mutation suppression.
            Author: Vyom-Yadav
            <a href="https://github.com/checkstyle/checkstyle/issues/11665">#11665</a>
          </li>
          <li>
            update code base to have javadoc tag to explain noinspection tag
content.
            Author: Nick Mancuso
            <a href="https://github.com/checkstyle/checkstyle/issues/11277">#11277</a>
          </li>
          <li>
            Update doc for TrailingComment.
            Author: stoyanK7
            <a href="https://github.com/checkstyle/checkstyle/issues/7592">#7592</a>
          </li>
          <li>
            Add codenarc to CI for groovy files .
            Author: Vyom-Yadav

ASUS@RK7 MINGW64 ~/Desktop/opensource/checkstyle (testing)

@romani
Copy link
Member

romani commented Jul 30, 2022

@Rahulkhinchi03 Rahulkhinchi03 changed the title minor: testing of releasenotes Update releasenotes to use GitHub Pages execution Jul 30, 2022
@Rahulkhinchi03 Rahulkhinchi03 changed the title Update releasenotes to use GitHub Pages execution Issue #12010: Updated releasenotes to use GitHub Pages execution Jul 30, 2022
@romani romani merged commit fe7f456 into checkstyle:master Jul 30, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Update releasenotes to use GitHub Pages execution
2 participants