From ee8d53b551dce156ae76e168952a43b82a149833 Mon Sep 17 00:00:00 2001 From: braks <78412429+bcakmakoglu@users.noreply.github.com> Date: Fri, 9 Dec 2022 23:16:58 +0100 Subject: [PATCH] refactor: use `next release` as release commit message Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com> --- .github/workflows/publish.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 04ced861f..b5e092bc9 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -48,8 +48,8 @@ jobs: uses: changesets/action@v1 with: version: pnpm ci:version - commit: "chore: bump versions" - title: "chore: bump versions" + commit: "chore: next release" + title: "chore: next release" # manual publish currently # publish: pnpm ci:publish env: