Skip to content

Commit 020ffbd

Browse files
authored
Release v0.1.0-alpha4 (#98)
1 parent f14b80a commit 020ffbd

File tree

8 files changed

+21
-18
lines changed

8 files changed

+21
-18
lines changed

.changes/unreleased/Added-20240523-193544.yaml

Lines changed: 0 additions & 3 deletions
This file was deleted.

.changes/unreleased/Added-20240523-194314.yaml

Lines changed: 0 additions & 3 deletions
This file was deleted.

.changes/unreleased/Changed-20240523-191153.yaml

Lines changed: 0 additions & 3 deletions
This file was deleted.

.changes/unreleased/Fixed-20240523-195844.yaml

Lines changed: 0 additions & 3 deletions
This file was deleted.

.changes/unreleased/Fixed-20240523-202628.yaml

Lines changed: 0 additions & 3 deletions
This file was deleted.

.changes/unreleased/Fixed-20240523-204443.yaml

Lines changed: 0 additions & 3 deletions
This file was deleted.

.changes/v0.1.0-alpha4.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
## v0.1.0-alpha4 - 2024-05-24
2+
### Added
3+
- commit create, commit amend: Allow using during an ongoing rebase. During a rebase, these commands will not restack the upstack.
4+
- repo sync: Support running in detached head state.
5+
### Changed
6+
- *Breaking*: Change restack alias to 'r', allowing for 'br', 'sr', 'usr', etc.
7+
### Fixed
8+
- Adjust restacking commit selection to avoid picking up extraneous commits.
9+
- branch submit: Don't truncate PR bodies longer than 400 characters.
10+
- branch edit: Fix not surfacing the editor to the user.

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,17 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html),
66
and is generated by [Changie](https://github.com/miniscruff/changie).
77

8+
## v0.1.0-alpha4 - 2024-05-24
9+
### Added
10+
- commit create, commit amend: Allow using during an ongoing rebase. During a rebase, these commands will not restack the upstack.
11+
- repo sync: Support running in detached head state.
12+
### Changed
13+
- *Breaking*: Change restack alias to 'r', allowing for 'br', 'sr', 'usr', etc.
14+
### Fixed
15+
- Adjust restacking commit selection to avoid picking up extraneous commits.
16+
- branch submit: Don't truncate PR bodies longer than 400 characters.
17+
- branch edit: Fix not surfacing the editor to the user.
18+
819
## v0.1.0-alpha3 - 2024-05-23
920
### Changed
1021
- branch delete: Report hash of deleted branch. Use this to recover the deleted branch before the next `git gc`.

0 commit comments

Comments
 (0)