Skip to content

Commit

Permalink
Avoid colon with emojis as the GitHub Markdown parser is broken
Browse files Browse the repository at this point in the history
  • Loading branch information
gsmet committed Dec 5, 2023
1 parent c5e36f3 commit 39c9b5c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ public boolean shouldPause(Context context, Commands commands, ReleaseInformatio
StringBuilder comment = new StringBuilder();
comment.append("The core artifacts have been pushed to s01.oss.sonatype.org.\n\n");
comment.append(
":warning: You need to wait for them to be synced to Maven Central before pursuing with the release:\n\n");
"**IMPORTANT** You need to wait for them to be synced to Maven Central before pursuing with the release:\n\n");
comment.append("* Wait for one hour\n");
comment.append("* Check that https://repo1.maven.org/maven2/io/quarkus/quarkus-core/" + releaseInformation.getVersion() + "/"
+ " does not return a 404\n\n");
Expand Down

0 comments on commit 39c9b5c

Please sign in to comment.