ci(.github/workflows/release): change changesets commit type from 'ci' to 'chore'#9732
ci(.github/workflows/release): change changesets commit type from 'ci' to 'chore'#9732sukvvon wants to merge 3 commits intoTanStack:mainfrom
Conversation
|
WalkthroughUpdated the Changesets step in .github/workflows/release.yml to use “chore: version packages” for both the commit message and PR title, replacing “ci: Version Packages.” No logic, steps, or control flow were changed. Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Possibly related PRs
Poem
Pre-merge checks and finishing touches✅ Passed checks (3 passed)
✨ Finishing touches🧪 Generate unit tests (beta)
📜 Recent review detailsConfiguration used: CodeRabbit UI Review profile: CHILL Plan: Pro 📒 Files selected for processing (1)
🔇 Additional comments (1)
Comment |
|
View your CI Pipeline Execution ↗ for commit 44dc2c9
☁️ Nx Cloud last updated this comment at |
|
not sure if we want that, @lachlancollins ? |
Ehh, it's very inconsequential either way. All the other projects use this commit title, I don't think changing it really adds anything. |
🎯 Changes
Changes the commit type for automated version updates from
citochore.Package version updates are not CI/CD configuration changes, but rather maintenance tasks related to the build/release process. According to conventional commits standards,
choreis more semantically appropriate for version bumps.✅ Checklist
pnpm test:pr.🚀 Release Impact
Summary by CodeRabbit