Skip to content

Commit

Permalink
Release v0.1.0-beta3 (#157)
Browse files Browse the repository at this point in the history
  • Loading branch information
abhinav authored Jun 5, 2024
1 parent cdbeb44 commit e895bac
Show file tree
Hide file tree
Showing 9 changed files with 23 additions and 21 deletions.
3 changes: 0 additions & 3 deletions .changes/unreleased/Added-20240604-201208.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions .changes/unreleased/Changed-20240603-045756.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions .changes/unreleased/Fixed-20240602-122726.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions .changes/unreleased/Fixed-20240603-045713.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions .changes/unreleased/Fixed-20240603-075856.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions .changes/unreleased/Fixed-20240603-194754.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions .changes/unreleased/Fixed-20240603-200618.yaml

This file was deleted.

11 changes: 11 additions & 0 deletions .changes/v0.1.0-beta3.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
## v0.1.0-beta3 - 2024-06-05
### Added
- branch submit: Populate default PR message with PR template, if found.
### Changed
- branch submit: Update an existing PR's draft status only if `--draft` or `--no-draft` flags are provided.
### Fixed
- branch submit: The --draft flag is no longer ignored. Whether a PR is draft or not will be changed on each submit.
- {downstack, stack} submit: Don't change draft status of existing PRs. Use `branch submit --[no-]draft` to do that.
- Fix issue where some operations printed rebase conflict message two or more times.
- rebase {continue, abort}: Heal from external `git rebase --continue` or `git rebase --abort` and avoid running old rebase continuation commands.
- branch checkout: Fix trunk branch not showing in branch selection prompt.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,18 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html),
and is generated by [Changie](https://github.com/miniscruff/changie).

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

## v0.1.0-beta2 - 2024-06-01
### Added
- branch rename: Support renaming another branch by name with the `branch rename <old> <new>` form of the command.
Expand Down

0 comments on commit e895bac

Please sign in to comment.