Skip to content

Commit

Permalink
Merge pull request #58 from gsmet/consistent-mail-template
Browse files Browse the repository at this point in the history
Make mail template of PreparePlatform more consistent with the others
  • Loading branch information
gsmet authored Jan 17, 2024
2 parents c91c6e9 + b4b41a4 commit e4f7ada
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ public boolean shouldPause(Context context, Commands commands, GitHub quarkusBot
comment.append("* Merge the pull request\n");
if (releaseInformation.isFirstFinal()) {
comment.append("* Send an email to the Platform coordination mailing list: [[email protected]](mailto:[email protected]) :\n\n");
comment.append("> Quarkus " + releaseInformation.getVersion() + " core artifacts are available\n\n");
comment.append("Subject: `Quarkus " + releaseInformation.getVersion() + " core artifacts are available`\n\n");
comment.append("> Hi,\n"
+ "> \n"
+ "> The Quarkus " + releaseInformation.getVersion() + " core artifacts are available on Maven Central.\n"
Expand Down

0 comments on commit e4f7ada

Please sign in to comment.