Skip to content

Commit e895bac

Browse files
authored
Release v0.1.0-beta3 (#157)
1 parent cdbeb44 commit e895bac

9 files changed

+23
-21
lines changed

.changes/unreleased/Added-20240604-201208.yaml

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

.changes/unreleased/Changed-20240603-045756.yaml

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

.changes/unreleased/Fixed-20240602-122726.yaml

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

.changes/unreleased/Fixed-20240603-045713.yaml

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

.changes/unreleased/Fixed-20240603-075856.yaml

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

.changes/unreleased/Fixed-20240603-194754.yaml

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

.changes/unreleased/Fixed-20240603-200618.yaml

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

.changes/v0.1.0-beta3.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
## v0.1.0-beta3 - 2024-06-05
2+
### Added
3+
- branch submit: Populate default PR message with PR template, if found.
4+
### Changed
5+
- branch submit: Update an existing PR's draft status only if `--draft` or `--no-draft` flags are provided.
6+
### Fixed
7+
- branch submit: The --draft flag is no longer ignored. Whether a PR is draft or not will be changed on each submit.
8+
- {downstack, stack} submit: Don't change draft status of existing PRs. Use `branch submit --[no-]draft` to do that.
9+
- Fix issue where some operations printed rebase conflict message two or more times.
10+
- rebase {continue, abort}: Heal from external `git rebase --continue` or `git rebase --abort` and avoid running old rebase continuation commands.
11+
- branch checkout: Fix trunk branch not showing in branch selection prompt.

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,18 @@ 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-beta3 - 2024-06-05
9+
### Added
10+
- branch submit: Populate default PR message with PR template, if found.
11+
### Changed
12+
- branch submit: Update an existing PR's draft status only if `--draft` or `--no-draft` flags are provided.
13+
### Fixed
14+
- branch submit: The --draft flag is no longer ignored. Whether a PR is draft or not will be changed on each submit.
15+
- {downstack, stack} submit: Don't change draft status of existing PRs. Use `branch submit --[no-]draft` to do that.
16+
- Fix issue where some operations printed rebase conflict message two or more times.
17+
- rebase {continue, abort}: Heal from external `git rebase --continue` or `git rebase --abort` and avoid running old rebase continuation commands.
18+
- branch checkout: Fix trunk branch not showing in branch selection prompt.
19+
820
## v0.1.0-beta2 - 2024-06-01
921
### Added
1022
- branch rename: Support renaming another branch by name with the `branch rename <old> <new>` form of the command.

0 commit comments

Comments
 (0)