From 66781707154126021dd4a29e83931cac8d087303 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 2 Mar 2026 12:52:38 +0000 Subject: [PATCH] chore(release): version package --- .changeset/dirty-jars-brush.md | 5 ----- CHANGELOG.md | 6 ++++++ package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/dirty-jars-brush.md diff --git a/.changeset/dirty-jars-brush.md b/.changeset/dirty-jars-brush.md deleted file mode 100644 index 020fc5a..0000000 --- a/.changeset/dirty-jars-brush.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"codeowners-git": minor ---- - -Add `--source` flag to `branch` and `multi-branch` commands to split changes directly from an existing branch or PR without manual staging. Add `--pr-body` flag to `branch` and `multi-branch` for custom PR body text that overrides the repo's PR template. diff --git a/CHANGELOG.md b/CHANGELOG.md index bd79a7d..bfba833 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # codeowners-git +## 2.2.0 + +### Minor Changes + +- 1c9ecc7: Add `--source` flag to `branch` and `multi-branch` commands to split changes directly from an existing branch or PR without manual staging. Add `--pr-body` flag to `branch` and `multi-branch` for custom PR body text that overrides the repo's PR template. + ## 2.1.0 ### Minor Changes diff --git a/package.json b/package.json index 0169962..8faaa83 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "codeowners-git", - "version": "2.1.0", + "version": "2.2.0", "module": "src/cli.ts", "type": "module", "private": false,