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,