From 50fd2e6765f4c14199c2a4c558f8fe70e914a234 Mon Sep 17 00:00:00 2001 From: Elliot Dauber Date: Mon, 18 May 2026 13:40:23 -0700 Subject: [PATCH] [releases] sign commits --- .github/workflows/release.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 11ff63630..82d441212 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -98,6 +98,8 @@ jobs: id: changesets uses: changesets/action@v1 with: + # Use GitHub API commits so release PR commits are verified/signed. + commitMode: github-api # This expects you to have a script called release which does a build for your packages and calls changeset publish publish: pnpm release version: pnpm version-packages