From e43b147a5081c6086c85acc6bdfa767bac68debc Mon Sep 17 00:00:00 2001 From: jorenbroekema Date: Mon, 23 Oct 2023 11:16:23 +0200 Subject: [PATCH] chore: customize commit message changesets workflow --- .github/workflows/release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index cc291def7..1060aa97b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -26,6 +26,7 @@ jobs: with: # This expects you to have a script called release which does a build for your packages and calls changeset publish publish: npm run release + commit: 'chore: release' env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}