From e2b9d544dbc6aaed94d8729ffee9ec0bd45f59a2 Mon Sep 17 00:00:00 2001 From: Abhinav Gupta Date: Wed, 22 May 2024 21:04:14 -0700 Subject: [PATCH] Release v0.1.0-alpha2 (#79) --- .changes/unreleased/Fixed-20240522-182144.yaml | 3 --- .changes/unreleased/Fixed-20240522-183448.yaml | 3 --- .changes/v0.1.0-alpha2.md | 4 ++++ CHANGELOG.md | 5 +++++ 4 files changed, 9 insertions(+), 6 deletions(-) delete mode 100644 .changes/unreleased/Fixed-20240522-182144.yaml delete mode 100644 .changes/unreleased/Fixed-20240522-183448.yaml create mode 100644 .changes/v0.1.0-alpha2.md 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.