diff --git a/.changes/unreleased/Fixed-20240522-182144.yaml b/.changes/unreleased/Fixed-20240522-182144.yaml deleted file mode 100644 index a6df4b45..00000000 --- a/.changes/unreleased/Fixed-20240522-182144.yaml +++ /dev/null @@ -1,3 +0,0 @@ -kind: Fixed -body: 'branch submit: Fix default PR title and body for branches with multiple commits.' -time: 2024-05-22T18:21:44.647546-07:00 diff --git a/.changes/unreleased/Fixed-20240522-183448.yaml b/.changes/unreleased/Fixed-20240522-183448.yaml deleted file mode 100644 index d635ea32..00000000 --- a/.changes/unreleased/Fixed-20240522-183448.yaml +++ /dev/null @@ -1,3 +0,0 @@ -kind: Fixed -body: 'repo sync: Delete remote tracking branches for merged PRs.' -time: 2024-05-22T18:34:48.086778-07:00 diff --git a/.changes/v0.1.0-alpha2.md b/.changes/v0.1.0-alpha2.md new file mode 100644 index 00000000..ae007e1b --- /dev/null +++ b/.changes/v0.1.0-alpha2.md @@ -0,0 +1,4 @@ +## v0.1.0-alpha2 - 2024-05-23 +### Fixed +- branch submit: Fix default PR title and body for branches with multiple commits. +- repo sync: Delete remote tracking branches for merged PRs. diff --git a/CHANGELOG.md b/CHANGELOG.md index a051c663..5351e4ad 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,11 @@ 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-alpha2 - 2024-05-23 +### Fixed +- branch submit: Fix default PR title and body for branches with multiple commits. +- repo sync: Delete remote tracking branches for merged PRs. + ## v0.1.0-alpha1 - 2024-05-22 Initial alpha release.