From 836ccb2e4c1cfb66daef34d9325b9536d13becba Mon Sep 17 00:00:00 2001 From: Simon Farshid Date: Mon, 17 Jun 2024 23:08:45 -0700 Subject: [PATCH] build: change update versions commit title (#226) --- .github/workflows/changeset.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/changeset.yaml b/.github/workflows/changeset.yaml index a4f0fc3cc..109d29f4e 100644 --- a/.github/workflows/changeset.yaml +++ b/.github/workflows/changeset.yaml @@ -30,6 +30,8 @@ jobs: - name: create and publish versions uses: changesets/action@v1 with: + commit: "chore: update versions" + title: "chore: update versions" publish: pnpm publish -r env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}