@withgraphite/graphite-cli 1.1.3 → 1.1.4
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 +4 -1
- package/graphite.js +1 -1
- package/package.json +1 -1
package/.CHANGELOG.md
CHANGED
|
@@ -1,12 +1,15 @@
|
|
|
1
1
|
# Graphite CLI Changelog
|
|
2
2
|
|
|
3
|
+
# 1.1.4 2024-01-31
|
|
4
|
+
|
|
5
|
+
- Added an alias `gt --help --all`, which is equivalent to `gt --help --all-commands`.
|
|
6
|
+
|
|
3
7
|
# 1.1.3 2024-01-22
|
|
4
8
|
|
|
5
9
|
- Added an option to change the trunk branch name in `gt config`.
|
|
6
10
|
- Removed prompt to submit on web when the `--no-edit` flag is passed to `gt submit`.
|
|
7
11
|
|
|
8
12
|
- Updated `gt --help --all-commands`.
|
|
9
|
-
- Added an alias `gt --help --all`, which is equivalent to `gt --help --all-commands`.
|
|
10
13
|
- Added `gt completion` to `gt --help --all`.
|
|
11
14
|
|
|
12
15
|
# 1.1.2 2024-01-16
|