Skip to content

ci: update discrepancies in release skill#176

Merged
quettabit merged 2 commits intomainfrom
qb/race-in-skill
Feb 5, 2026
Merged

ci: update discrepancies in release skill#176
quettabit merged 2 commits intomainfrom
qb/race-in-skill

Conversation

@quettabit
Copy link
Copy Markdown
Member

No description provided.

@greptile-apps
Copy link
Copy Markdown
Contributor

greptile-apps bot commented Feb 5, 2026

Greptile Overview

Greptile Summary

Updates the /release skill documentation to reflect how the release automation actually runs: release-plz opens release PRs on push/dispatch, and release-crates runs on merge of a labeled release PR. It also adds guidance to check whether release-crates is still running before re-triggering release-plz, to avoid changelog/tag discrepancies during back-to-back releases.

Confidence Score: 5/5

  • This PR is safe to merge with minimal risk.
  • Single-file documentation-only change; updated trigger descriptions match the repository workflows, and no breaking behavior changes are introduced.
  • No files require special attention

Important Files Changed

Filename Overview
.claude/skills/release/SKILL.md Updates the /release skill docs to explain release-crates vs release-plz triggers and adds steps to wait for workflows before re-triggering release-plz; no must-fix issues found.

Sequence Diagram

sequenceDiagram
  participant U as User/CI operator
  participant GH as GitHub
  participant RP as release-plz workflow
  participant PR as Release PR
  participant RC as release-crates workflow
  participant TAG as Git tags

  U->>GH: gh workflow run release-plz.yml (optional)
  GH->>RP: workflow_dispatch / push to main triggers
  RP->>PR: Create/Update release PR (label: release)
  U->>GH: Merge release PR to main
  GH->>RC: pull_request closed (merged + label release)
  RC->>TAG: Publish crates + create per-package tags
  TAG->>GH: release-cli.yml triggered by tags (for cli/lite)

Loading

Copy link
Copy Markdown
Contributor

@greptile-apps greptile-apps bot left a comment

Choose a reason for hiding this comment

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

1 file reviewed, 1 comment

Edit Code Review Agent Settings | Greptile

@quettabit
Copy link
Copy Markdown
Member Author

@greptileai review again

@quettabit quettabit merged commit a495455 into main Feb 5, 2026
7 checks passed
@quettabit quettabit deleted the qb/race-in-skill branch February 5, 2026 20:22
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.

1 participant