From a157f8ee5cdf2ba5dc51f82c154bab2fdf6e57e0 Mon Sep 17 00:00:00 2001 From: Lachie Underhill Date: Fri, 23 Aug 2024 16:46:24 +1000 Subject: [PATCH] chore: set changeset commit msg --- .github/workflows/publish.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 99f3e125..b574db6f 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -29,5 +29,8 @@ jobs: - name: Create Release Pull Request or Publish id: changesets uses: changesets/action@v1 + with: + title: "Version Packages" + commit: "chore(release): version packages" env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}