-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
11 changed files
with
27 additions
and
27 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
## v0.1.0-rc2 - 2024-07-08 | ||
### Added | ||
- Add 'upstack submit' to submit a branch and those above it. Best used after restacking the middle of an already-submitted stack. | ||
- Add 'commit split' command to split the topmost commit into two commits. | ||
- {stack, upstack, downstack} submit: Add --draft/--no-draft flags for changing the reviewability status of a PR. | ||
- {stack, upstack, downstack} submit: Add --no-publish to push stack branches without posting PRs for them. | ||
- branch create: Add -a/--all flag that behaves like 'git add -a' | ||
- auth login: Add support back for logging in with GitHub CLI. | ||
### Changed | ||
- branch submit: If a submission fails, recover previously-filled metadata automatically in subsequent submit attempts. | ||
- Branch prompt now presents a tree-style view where possible. This includes 'branch checkout', 'branch onto', 'up', and more. | ||
### Fixed | ||
- branch submit: Improve error message when trying to submit trunk. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters