Skip to content

Commit 7a315d7

Browse files
helizagaclaude
andauthored
docs: add explicit PR links in changelog (#80)
* chore(release): bump version to 2.1.0 and update CHANGELOG with new features and fixes * chore(changelog): update CHANGELOG to include links for added features and fixed issues * fix: restore explicit PR links in changelog The merge from main accidentally reverted the explicit markdown links. Re-adding them so PRs are clickable on GitHub. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com> --------- Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
1 parent a3c66fb commit 7a315d7

1 file changed

Lines changed: 17 additions & 17 deletions

File tree

CHANGELOG.md

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -22,26 +22,26 @@ The format is based on [Keep a Changelog](https://keepachangelog.com), and this
2222

2323
### Added
2424

25-
- `.code-workspace` file support for VS Code/Cursor editors (#78)
26-
- `--editor` and `--ai` flags to `new` command for immediate editor/AI tool launch (#72)
27-
- `config list` action with improved scope handling (#68)
28-
- `--merged` flag to `clean` command for squash-merged PR detection (#64)
29-
- GitHub Copilot CLI adapter (#56)
30-
- `preRemove` hooks to run commands before worktree removal, with abort on failure unless `--force` (#48)
31-
- `copy` command for syncing files to existing worktrees with `--all` and `--dry-run` options (#39)
32-
- `.gtrconfig` file support for declarative team configuration using gitconfig syntax (#38)
33-
- `.worktreeinclude` file support for pattern-based file copying (#28)
34-
- Install script with platform detection (#63)
25+
- `.code-workspace` file support for VS Code/Cursor editors ([#78](https://github.com/coderabbitai/git-worktree-runner/pull/78))
26+
- `--editor` and `--ai` flags to `new` command for immediate editor/AI tool launch ([#72](https://github.com/coderabbitai/git-worktree-runner/pull/72))
27+
- `config list` action with improved scope handling ([#68](https://github.com/coderabbitai/git-worktree-runner/pull/68))
28+
- `--merged` flag to `clean` command for squash-merged PR detection ([#64](https://github.com/coderabbitai/git-worktree-runner/pull/64))
29+
- GitHub Copilot CLI adapter ([#56](https://github.com/coderabbitai/git-worktree-runner/pull/56))
30+
- `preRemove` hooks to run commands before worktree removal, with abort on failure unless `--force` ([#48](https://github.com/coderabbitai/git-worktree-runner/pull/48))
31+
- `copy` command for syncing files to existing worktrees with `--all` and `--dry-run` options ([#39](https://github.com/coderabbitai/git-worktree-runner/pull/39))
32+
- `.gtrconfig` file support for declarative team configuration using gitconfig syntax ([#38](https://github.com/coderabbitai/git-worktree-runner/pull/38))
33+
- `.worktreeinclude` file support for pattern-based file copying ([#28](https://github.com/coderabbitai/git-worktree-runner/pull/28))
34+
- Install script with platform detection ([#63](https://github.com/coderabbitai/git-worktree-runner/pull/63))
3535

3636
### Fixed
3737

38-
- Fish completion renamed to `git-gtr.fish` for proper git subcommand detection (#71)
39-
- Git error messages now surfaced on worktree removal failure (#55)
40-
- `rm` command now displays folder name instead of branch name for clarity (#53)
41-
- Branch names with `#` now sanitized to prevent shebang issues in folder names (#44)
42-
- Symlinks preserved when copying directories (#46)
43-
- `config get/unset` now handle multi-value keys correctly (#37)
44-
- Branch track output silenced in auto mode (#33)
38+
- Fish completion renamed to `git-gtr.fish` for proper git subcommand detection ([#71](https://github.com/coderabbitai/git-worktree-runner/pull/71))
39+
- Git error messages now surfaced on worktree removal failure ([#55](https://github.com/coderabbitai/git-worktree-runner/pull/55))
40+
- `rm` command now displays folder name instead of branch name for clarity ([#53](https://github.com/coderabbitai/git-worktree-runner/pull/53))
41+
- Branch names with `#` now sanitized to prevent shebang issues in folder names ([#44](https://github.com/coderabbitai/git-worktree-runner/pull/44))
42+
- Symlinks preserved when copying directories ([#46](https://github.com/coderabbitai/git-worktree-runner/pull/46))
43+
- `config get/unset` now handle multi-value keys correctly ([#37](https://github.com/coderabbitai/git-worktree-runner/pull/37))
44+
- Branch track output silenced in auto mode ([#33](https://github.com/coderabbitai/git-worktree-runner/pull/33))
4545

4646
## [2.0.0] - 2025-11-24
4747

0 commit comments

Comments
 (0)