Skip to content

Commit

Permalink
Merge pull request #657 from rust-lang/pa-start-release-beta
Browse files Browse the repository at this point in the history
Allow starting the beta release from start-release
  • Loading branch information
pietroalbini authored Jan 8, 2025
2 parents 3786e78 + 150004e commit 343ded0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions terraform/releases/lambdas/start-release/index.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,9 @@ def handler(event, context):
},
)

case "publish-rust-prod-beta":
return run_build("promote-release", "prod", "beta")

case "publish-rust-prod-stable":
return run_build("promote-release", "prod", "stable")

Expand Down

0 comments on commit 343ded0

Please sign in to comment.