Skip to content

Commit

Permalink
Add titles for final step
Browse files Browse the repository at this point in the history
This is more readable.
  • Loading branch information
gsmet committed Jul 10, 2024
1 parent 88db12e commit eba4255
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,16 @@ public int run(Context context, Commands commands, GitHub quarkusBotGitHub, Rele

comment.append(":raised_hands: Some manual steps are required to finalize the release.\n\n");

comment.append("## Trigger performance testing\n\n");

comment.append("Connected to the Red Hat VPN, in a clone of https://github.com/quarkusio/quarkus-release, run:\n");
comment.append("```\n");
comment.append("./trigger-performance-testing.sh " + releaseInformation.getVersion() + "\n");
comment.append("```\n");
comment.append("to trigger the performance evaluation testing for this release.\n\n");

comment.append("## Announce release\n\n");

if (releaseInformation.isFinal()) {
comment.append("Then it is time to announce the release:\n\n");
if (!releaseInformation.isMaintenance()) {
Expand Down

0 comments on commit eba4255

Please sign in to comment.