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

Cleanup release-drafter #5586

Merged
merged 1 commit into from
Jan 28, 2025
Merged

Cleanup release-drafter #5586

merged 1 commit into from
Jan 28, 2025

Conversation

BeArchiTek
Copy link
Contributor

Fixes #5530

@BeArchiTek BeArchiTek requested a review from a team January 27, 2025 12:34
@BeArchiTek BeArchiTek self-assigned this Jan 27, 2025
@github-actions github-actions bot added the group/ci Issue related to the CI pipeline label Jan 27, 2025
@BeArchiTek
Copy link
Contributor Author

Cleanup the existing draft with

gh release list --limit 100 \
  | grep "draft" \
  | cut -f3 \
  | while read release_tag; do
  gh release delete -y "$release_tag"
done

Copy link
Contributor

@fatih-acar fatih-acar left a comment

Choose a reason for hiding this comment

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

Thank you :)

@BeArchiTek BeArchiTek merged commit 5edc36b into stable Jan 28, 2025
27 checks passed
@BeArchiTek BeArchiTek deleted the bkr-cleanup-release-drafter branch January 28, 2025 09:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
group/ci Issue related to the CI pipeline
Projects
None yet
Development

Successfully merging this pull request may close these issues.

task: Remove release-drafter
2 participants