Skip to content

Commit

Permalink
Merge pull request #162 from gsmet/add-then
Browse files Browse the repository at this point in the history
Add a Then: for more clarity in PreparePlatform
  • Loading branch information
gsmet authored Nov 20, 2024
2 parents e495c79 + c298d67 commit 87a3f50
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,8 @@ public boolean shouldPause(Context context, Commands commands, GitHub quarkusBot
comment.append("git checkout -b quarkus-" + releaseInformation.getVersion() + "\n");
comment.append("./update-quarkus-version.sh " + releaseInformation.getVersion() + "\n");
comment.append("```\n\n");
comment.append("* Check the diff with `git diff`\n\n");
comment.append("* Check the diff with `git diff`\n");
comment.append("* Then:\n\n");
comment.append("```\n");
comment.append("git add .\n");
comment.append("git commit -m 'Upgrade to Quarkus " + releaseInformation.getVersion() + "'\n");
Expand Down

0 comments on commit 87a3f50

Please sign in to comment.