-
Notifications
You must be signed in to change notification settings - Fork 14
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
8 changed files
with
21 additions
and
18 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 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,10 @@ | ||
## v0.1.0-alpha4 - 2024-05-24 | ||
### Added | ||
- commit create, commit amend: Allow using during an ongoing rebase. During a rebase, these commands will not restack the upstack. | ||
- repo sync: Support running in detached head state. | ||
### Changed | ||
- *Breaking*: Change restack alias to 'r', allowing for 'br', 'sr', 'usr', etc. | ||
### Fixed | ||
- Adjust restacking commit selection to avoid picking up extraneous commits. | ||
- branch submit: Don't truncate PR bodies longer than 400 characters. | ||
- branch edit: Fix not surfacing the editor to the user. |
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