Skip to content

Commit

Permalink
deprecate advance release
Browse files Browse the repository at this point in the history
  • Loading branch information
ashwindasr committed Oct 9, 2024
1 parent c46f55d commit 5c06cf1
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 5c06cf1

Please sign in to comment.