diff --git a/.changeset/config.json b/.changeset/config.json index e5bd42918c..3a68031817 100644 --- a/.changeset/config.json +++ b/.changeset/config.json @@ -5,7 +5,7 @@ "fixed": [["@comet/*"]], "linked": [], "access": "restricted", - "baseBranch": "main", + "baseBranch": "v5.x.x", "updateInternalDependencies": "patch", "ignore": ["comet-admin-stories", "comet-demo-api", "comet-demo-admin", "comet-demo-site", "comet-docs"], "snapshot": { diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 5a1e5ccae8..e446391f18 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -1,9 +1,9 @@ -name: Release +name: Release (v5) on: push: branches: - - main + - v5.x.x concurrency: ${{ github.workflow }}-${{ github.ref }} @@ -42,7 +42,8 @@ jobs: uses: dotansimha/changesets-action@cbc5ff3569ae9861100a48b290f4e9c1b94e45b5 with: version: pnpm run version - publish: pnpm run publish + publish: pnpm run publish --tag=stable-v5 + title: "Version Packages (v5)" createGithubReleases: aggregate githubReleaseName: "${{ env.PUBLISHED_VERSION }}" githubTagName: "v${{ env.PUBLISHED_VERSION }}"