Skip to content

Commit

Permalink
Merge pull request #136 from gsmet/adjust-items
Browse files Browse the repository at this point in the history
Adjust tasks depending on final or not
  • Loading branch information
gsmet authored Jul 17, 2024
2 parents f5dcbd0 + d4716fa commit 3d727c3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,8 @@ public int run(Context context, Commands commands, GitHub quarkusBotGitHub, Rele

comment.append(Admonitions.important("You need to:\n\n"
+ "- Trigger the performance testing (we can't automate it for now for security reasons)\n"
+ "- Announce the release on social networks and on `quarkus-dev@`\n\n"
+ "- Announce the release on `quarkus-dev@`" + (releaseInformation.isFinal() ? " and on social networks" : "")
+ "\n\n"
+ "You can find detailed instructions below.") + "\n\n");

comment.append("## Trigger performance testing\n\n");
Expand Down
3 changes: 0 additions & 3 deletions src/main/java/io/quarkus/bot/release/util/Branches.java
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
package io.quarkus.bot.release.util;

import java.util.List;
import java.util.Set;
import java.util.TreeSet;
import java.util.stream.Collectors;

import org.apache.maven.artifact.versioning.ComparableVersion;

Expand Down

0 comments on commit 3d727c3

Please sign in to comment.