Skip to content

Commit

Permalink
Merge pull request #127 from gsmet/add-titles
Browse files Browse the repository at this point in the history
Add titles for final step
  • Loading branch information
gsmet authored Jul 10, 2024
2 parents 88db12e + eba4255 commit d45e0b2
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 d45e0b2

Please sign in to comment.