@withgraphite/graphite-cli 1.0.5 → 1.0.6
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 +5 -0
- package/graphite.js +1 -1
- package/package.json +1 -1
package/.CHANGELOG.md
CHANGED
|
@@ -1,5 +1,10 @@
|
|
|
1
1
|
# Graphite CLI Changelog
|
|
2
2
|
|
|
3
|
+
# 1.0.6 2023-09-29
|
|
4
|
+
- Updated the default behavior on `gt submit` to not restack branches.
|
|
5
|
+
- Added an optional `--restack` flag to `gt submit`.
|
|
6
|
+
- Always prompt on `gt submit` if the branch will have conflicts with main.
|
|
7
|
+
|
|
3
8
|
## 1.0.5 2023-09-18
|
|
4
9
|
- Fixed a stray line of output in `gt create`.
|
|
5
10
|
- Fixed an issue where syncing PR data from remote could set the wrong parent.
|