From 853abca107b061ee3540a146da6e1c03009ffa39 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Wed, 28 Jan 2026 16:09:22 +0000 Subject: [PATCH 1/2] Initial plan From e61e23a9fe629d77e8dbc1f6992459a02da718cb Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Wed, 28 Jan 2026 16:11:02 +0000 Subject: [PATCH 2/2] Update comment to clarify tagged commit verification Co-authored-by: mkistler <800728+mkistler@users.noreply.github.com> --- .github/workflows/release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 8fbd39d..ad39bb2 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -15,7 +15,7 @@ jobs: steps: - uses: actions/checkout@v4 - - name: Ensure tag is on main + - name: Verify tagged commit is in main branch history run: | git fetch origin main if ! git merge-base --is-ancestor $GITHUB_SHA origin/main; then