From 5b26a838842383710e55a4041615a59e10cf2d80 Mon Sep 17 00:00:00 2001 From: JounQin Date: Thu, 30 Jun 2022 09:59:31 +0800 Subject: [PATCH] ci: add missing commit message template --- .github/workflows/release.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 75a5f5d3..57ec05d0 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -25,5 +25,8 @@ jobs: - name: Create Release Pull Request or Publish to npm id: changesets uses: changesets/action@v1 + with: + commit: 'chore: release prettier-plugin-svelte' + title: 'chore: release prettier-plugin-svelte' env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}