Skip to content

Commit c6c96f6

Browse files
authored
Release v0.1.0-alpha3 (#83)
1 parent 066bc14 commit c6c96f6

File tree

5 files changed

+13
-9
lines changed

5 files changed

+13
-9
lines changed

.changes/unreleased/Changed-20240522-211531.yaml

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

.changes/unreleased/Changed-20240522-211958.yaml

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

.changes/unreleased/Fixed-20240522-212505.yaml

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

.changes/v0.1.0-alpha3.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
## v0.1.0-alpha3 - 2024-05-23
2+
### Changed
3+
- branch delete: Report hash of deleted branch. Use this to recover the deleted branch before the next `git gc`.
4+
- Rename 'gs complete' to 'gs completion'.
5+
### Fixed
6+
- repo sync: Fix deleting merged branches after a manual 'git pull'.

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@ 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-alpha3 - 2024-05-23
9+
### Changed
10+
- branch delete: Report hash of deleted branch. Use this to recover the deleted branch before the next `git gc`.
11+
- Rename 'gs complete' to 'gs completion'.
12+
### Fixed
13+
- repo sync: Fix deleting merged branches after a manual 'git pull'.
14+
815
## v0.1.0-alpha2 - 2024-05-23
916
### Fixed
1017
- branch submit: Fix default PR title and body for branches with multiple commits.

0 commit comments

Comments
 (0)