Skip to content

Commit

Permalink
Merge pull request #4266 from ashwindasr/deprecate-advance-release
Browse files Browse the repository at this point in the history
deprecate advance release
  • Loading branch information
openshift-merge-bot[bot] authored Oct 10, 2024
2 parents c46f55d + 5c06cf1 commit 0e9c8f8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions jobs/build/gen-assembly/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@ node {
),
choice(
name: 'PRE_GA_MODE',
description: 'Prepare the advisory for "prerelease" or "advance" operator release',
choices: ["none", "prerelease", "advance"].join("\n"),
description: 'Prepare the advisory for "prerelease" operator release',
choices: ["none", "prerelease"].join("\n"),
),
booleanParam(
name: 'CUSTOM',
Expand Down

0 comments on commit 0e9c8f8

Please sign in to comment.