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

fix(ci): pin release-drafter to v6.0.0 to prevent duplicate drafts #9207

Merged
merged 1 commit into from
Feb 5, 2025

Conversation

gustavovalverde
Copy link
Member

Motivation

Release Drafter v6.1.0 introduced a regression that causes it to create multiple duplicate draft releases instead of updating existing ones. This was causing ~160 duplicate draft releases to be created for Zebra 2.2.0.

Fixes #9187

Solution

Pin to v6.0.0 which correctly finds and updates existing draft releases. This is a known issue tracked in release-drafter/release-drafter#1425.

Release Drafter v6.1.0 introduced a regression that causes it to create
multiple duplicate draft releases instead of updating existing ones. This
was causing ~160 duplicate draft releases to be created for Zebra 2.2.0.

Pin to v6.0.0 which correctly finds and updates existing draft releases.
This is a known issue tracked in release-drafter/release-drafter#1425.
@gustavovalverde gustavovalverde added C-bug Category: This is a bug A-devops Area: Pipelines, CI/CD and Dockerfiles P-Critical 🚑 labels Feb 5, 2025
@gustavovalverde gustavovalverde self-assigned this Feb 5, 2025
@gustavovalverde gustavovalverde requested a review from a team as a code owner February 5, 2025 12:44
@gustavovalverde gustavovalverde requested review from conradoplg and removed request for a team February 5, 2025 12:44
@github-actions github-actions bot added the C-trivial Category: A trivial change that is not worth mentioning in the CHANGELOG label Feb 5, 2025
@mergify mergify bot merged commit bbb8e3d into main Feb 5, 2025
98 checks passed
@mergify mergify bot deleted the fix-release-drafter branch February 5, 2025 14:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-devops Area: Pipelines, CI/CD and Dockerfiles C-bug Category: This is a bug C-trivial Category: A trivial change that is not worth mentioning in the CHANGELOG P-Critical 🚑
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Release Drafter went mad
2 participants