-
-
Notifications
You must be signed in to change notification settings - Fork 3.5k
ci(.github/workflows/release): change changesets commit type from 'ci' to 'chore' #9732
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
base: main
Are you sure you want to change the base?
ci(.github/workflows/release): change changesets commit type from 'ci' to 'chore' #9732
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 b1d6dce
☁️ Nx Cloud last updated this comment at |
🎯 Changes
Changes the commit type for automated version updates from
ci
tochore
.Package version updates are not CI/CD configuration changes, but rather maintenance tasks related to the build/release process. According to conventional commits standards,
chore
is more semantically appropriate for version bumps.✅ Checklist
pnpm test:pr
.🚀 Release Impact
Summary by CodeRabbit