Skip to content

chore(release): version package#18

Merged
hemandev merged 1 commit into
mainfrom
changeset-release/main
Dec 8, 2025
Merged

chore(release): version package#18
hemandev merged 1 commit into
mainfrom
changeset-release/main

Conversation

@hemandev
Copy link
Copy Markdown
Owner

@hemandev hemandev commented Dec 6, 2025

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.

Releases

codeowners-git@2.0.0

Major Changes

  • 3b6a133: list and recover command enhancements

    Breaking Changes

    • All commands: Now work on staged files instead of unstaged files. Stage your changes with git add before running commands.
    • list command: Removed -o, --owner flag - use --include instead for owner filtering
    • branch command: Renamed -o, --owner to -i, --include for consistency with other commands
    • extract command: Renamed -o, --owner to -i, --include for consistency with other commands
    • Path patterns: Changed from comma-separated to micromatch brace expansion syntax
      • Before: packages,apps (comma-separated)
      • After: {packages,apps} (brace expansion)

    New Features

    • list command: Added [pattern] positional argument for path filtering (consistent with branch and multi-branch)
    • list command: Added --group, -g flag to group files by code owner
    • list, branch, multi-branch, extract commands: Added --exclusive, -e flag to only include files where the owner is the sole owner (excludes co-owned files)
    • list, branch, multi-branch, extract commands: Added --co-owned, -c flag to only include files with multiple owners (co-owned files)
    • extract command: Added [pattern] positional argument for path filtering (consistent with other commands)
    • Path patterns: Full micromatch/glob syntax support including *, **, ?, [...], {...}

Minor Changes

  • c51b9c0: Add path filtering support for branch and multi-branch commands

    • New optional [pattern] positional argument for branch and multi-branch commands
    • Filter files using micromatch patterns (e.g., packages, src/**/*.tsx, packages,apps)
    • Directory names automatically expand to include all files (e.g., packagespackages/**)
    • Supports comma-separated patterns for multiple directories

@github-actions github-actions Bot force-pushed the changeset-release/main branch 7 times, most recently from 3bc91ed to bc097e8 Compare December 6, 2025 17:50
@github-actions github-actions Bot force-pushed the changeset-release/main branch from bc097e8 to e81d8dd Compare December 8, 2025 05:35
@hemandev hemandev merged commit 00c05be into main Dec 8, 2025
1 check passed
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