From 1afe0202d0661d5c08256157305185d2750147cb Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Mon, 25 May 2026 21:49:46 +0000 Subject: [PATCH 1/2] Initial plan From 6978f600f5d0e06cec63365055d841a1280e14a4 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Mon, 25 May 2026 21:51:14 +0000 Subject: [PATCH 2/2] Add .github/release.yml for autogenerated release notes Adds release notes configuration matching breee/kubeswitch style, categorizing PRs by labels: Breaking Changes, New Features, Bug Fixes, and Other Changes. --- .github/release.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .github/release.yml diff --git a/.github/release.yml b/.github/release.yml new file mode 100644 index 0000000..ace4e53 --- /dev/null +++ b/.github/release.yml @@ -0,0 +1,14 @@ +changelog: + categories: + - title: Breaking Changes + labels: + - breaking-change + - title: New Features + labels: + - enhancement + - title: Bug Fixes + labels: + - bug + - title: Other Changes + labels: + - "*"