Skip to content

Commit

Permalink
Merge pull request #175 from gsmet/core-release-3-hours
Browse files Browse the repository at this point in the history
Core release is now more like 3 hours
  • Loading branch information
gsmet authored Jan 8, 2025
2 parents fee15f1 + 1936592 commit d5289fc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ public int run(Context context, Commands commands, GitHub quarkusBotGitHub, Rele
@Override
public String getContinueFromStepHelp(ReleaseInformation releaseInformation) {
StringBuilder help = new StringBuilder();
help.append("The Core release steps take approximately 2 hours and 30 minutes so don't panic if it takes time.\n");
help.append("The Core release steps take approximately 3 hours so don't panic if it takes time.\n");
help.append("You will receive feedback in this very issue if an error occurs or when further input is needed.");
return help.toString();
}
Expand Down

0 comments on commit d5289fc

Please sign in to comment.