diff --git a/.changeset/config.json b/.changeset/config.json index caaa651..91b6a95 100644 --- a/.changeset/config.json +++ b/.changeset/config.json @@ -7,6 +7,5 @@ "access": "restricted", "baseBranch": "main", "updateInternalDependencies": "patch", - "ignore": [], - "title": "chore: release package(s)" + "ignore": [] } diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index aa1d48f..ce72bd0 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -25,5 +25,7 @@ jobs: - name: Create Release Pull Request uses: changesets/action@v1 + with: + title: 'chore: release package(s)' env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}