feat(pdk): support all commit scopes by default#1757
Merged
Conversation
- Change --filter-scopes default from hardcoded list to empty string - Add scope filtering logic to generateReleaseNotes function - Add scope filtering to AI changelog generator - Update multimodal package.json to explicitly specify scopes - Allow infra monorepo to generate changelog with all scopes
✅ Deploy Preview for tarko canceled.
|
✅ Deploy Preview for agent-tars-docs canceled.
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #1757 +/- ##
=======================================
Coverage 14.27% 14.27%
=======================================
Files 250 250
Lines 8565 8565
Branches 1674 1674
=======================================
Hits 1223 1223
Misses 7166 7166
Partials 176 176 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
- create utils/commit.ts for shared scope extraction functions - replace duplicate scope filtering logic in github.ts and ai-changelog.ts - add comprehensive testing documentation
- remove custom scope extraction logic in favor of existing library - simplify shouldIncludeCommitByScope function using parseCommit - remove testing documentation as requested
cjraft
approved these changes
Dec 8, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
PDK CLI
--filter-scopesparameter now supports all commit scopes by default instead of hardcoded tars-specific scopes, enablinginframonorepo and other projects to generate changelogs properly.Changes Made
Checklist