@withgraphite/graphite-cli 1.0.10 → 1.0.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 +7 -1
- package/graphite.js +1 -1
- package/package.json +1 -1
package/.CHANGELOG.md
CHANGED
|
@@ -1,6 +1,12 @@
|
|
|
1
1
|
# Graphite CLI Changelog
|
|
2
2
|
|
|
3
|
-
# 1.0.
|
|
3
|
+
# 1.0.11 2023-11-27
|
|
4
|
+
|
|
5
|
+
- Fixed bug where aliases were not respected.
|
|
6
|
+
|
|
7
|
+
- Added retry when fetching branch from remote fails.
|
|
8
|
+
|
|
9
|
+
# 1.0.10 2023-11-13
|
|
4
10
|
|
|
5
11
|
- Updated the `gt submit --draft` flag to only no longer convert already published PRs back to drafts.
|
|
6
12
|
- Added support for team reviewers. Team reviewers can either be specified using `gt submit --team-reviewers slug` or through `gt submit --reviewers org/slug`.
|