@withgraphite/graphite-cli 1.7.10 → 1.7.11
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.CHANGELOG.md +6 -0
- package/graphite.js +1 -1
- package/package.json +1 -1
package/.CHANGELOG.md
CHANGED
|
@@ -1,5 +1,11 @@
|
|
|
1
1
|
# Graphite CLI Changelog
|
|
2
2
|
|
|
3
|
+
# 1.7.11 2025-12-04
|
|
4
|
+
|
|
5
|
+
- Updated `gt up` and `gt down` to return a non-zero exit code when they cannot move because the current branch is already at the top or bottom of the stack.
|
|
6
|
+
- Running `gt undo` right after `gt abort` will now undo the command that ran before the aborted command instead of failing.
|
|
7
|
+
- Updated all CLI help text and generated documentation links to use graphite.com instead of graphite.dev.
|
|
8
|
+
|
|
3
9
|
# 1.7.10 2025-11-20
|
|
4
10
|
|
|
5
11
|
- Added a new feature to `gt submit` that lets users choose whether reviewers should be applied to all PRs or only to newly created PRs when submitting a stack that contains a mix of new and existing PRs.
|