From 378e37262d123be6bb29045c039d7661c387200b Mon Sep 17 00:00:00 2001 From: Ryan Zayne Date: Tue, 3 Sep 2024 18:27:42 +0100 Subject: [PATCH] [ci]: update package version --- .github/workflows/changeset--release-and-publish.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/changeset--release-and-publish.yml b/.github/workflows/changeset--release-and-publish.yml index d9dec98..7b68aeb 100644 --- a/.github/workflows/changeset--release-and-publish.yml +++ b/.github/workflows/changeset--release-and-publish.yml @@ -43,8 +43,9 @@ jobs: - name: Create Release Pull Request or Publish to npm uses: changesets/action@v1 with: - commit: "ci: update package version" - title: "ci: update package version" + commit: "[ci]: update package version" + title: "[ci]: update package version" + description: "Changeset automated publish and release flow" publish: pnpm release env: