Skip to content

Commit

Permalink
minor: add space before checkstyle/checkstyle#13070
Browse files Browse the repository at this point in the history
  • Loading branch information
romani authored May 18, 2023
1 parent 95f8cf0 commit aa6702e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ protected static String getReleaseIsPatchMessage(String releaseVersion,
+ "Release number is a patch(" + releaseVersion + "), but release notes contain 'new' "
+ "or 'breaking compatability' labels. Please correct release number by running "
+ "https://github.com/checkstyle/checkstyle/actions/workflows/bump-version-and-"
+ "update-milestone.yml. " + constructOffendingIssuesMessage(offendingIssues)
+ "update-milestone.yml . " + constructOffendingIssuesMessage(offendingIssues)
+ System.lineSeparator();
}

Expand Down

0 comments on commit aa6702e

Please sign in to comment.