From 7099203c3fd8c6283ed4a7a66b1d9fbfb4d1fc71 Mon Sep 17 00:00:00 2001 From: gipo355 <91525512+gipo355@users.noreply.github.com> Date: Sun, 2 Jun 2024 14:55:04 +0200 Subject: [PATCH] WIP change release name --- .github/workflows/changeset-pr.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/changeset-pr.yml b/.github/workflows/changeset-pr.yml index 468ce87..bb99d89 100644 --- a/.github/workflows/changeset-pr.yml +++ b/.github/workflows/changeset-pr.yml @@ -39,8 +39,8 @@ jobs: uses: changesets/action@v1 id: changesets with: - commit: 'chore: update versions' - title: 'chore: update versions' + commit: 'chore: release' + title: 'chore: release' # with publish, it will run the cmd if there are no changesets # publish: npx nx release publish # publish: pnpm ci:publish