Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: fix moratorium check process for prereleases #3123

Merged
merged 3 commits into from
Dec 4, 2024

Conversation

k80bowman
Copy link
Contributor

Updates our release process to fix a problem with our prereleases.

Details

Since our prod release process is controlled through two Github workflows, I had previously added the moratorium check as a required job for each workflow. However, the create-cli-release workflow is also used by our prerelease process, for which we do not need to check the moratorium status. Unfortunately, requiring the moratorium check in this workflow resulted in prereleases not being published because the check was not being run.

This PR, then removes that requirement from the create-cli-release workflow, meaning that we will have to depend on the moratorium check in the start-gh-release workflow to catch a moratorium as part of the stable release process.

@k80bowman k80bowman requested a review from a team as a code owner December 4, 2024 21:43
Copy link
Contributor

@eablack eablack left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM i think? one suggestion.

.github/workflows/start-gh-release.yml Outdated Show resolved Hide resolved
@k80bowman k80bowman merged commit 1c34b8f into main Dec 4, 2024
8 checks passed
@k80bowman k80bowman deleted the k80/fix-release-process branch December 4, 2024 22:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants