From 06f3956ffda69eea689bce76342276da5037582b Mon Sep 17 00:00:00 2001 From: Rez <13340707+rezrah@users.noreply.github.com> Date: Mon, 25 Nov 2024 10:22:30 +0000 Subject: [PATCH] add distinguishing name to release tracking next PR --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 0ceaa02d0..eb87043a8 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -93,7 +93,7 @@ jobs: uses: changesets/action@v1.4.7 continue-on-error: true with: - title: Release Tracking + title: Release Tracking (Next Major) # This expects you to have a script called release which does a build for your packages and calls changeset publish publish: npx changeset publish --tag next env: