diff --git a/.changeset/config.json b/.changeset/config.json index edef2ebc18f..701b23a2f9a 100644 --- a/.changeset/config.json +++ b/.changeset/config.json @@ -7,5 +7,9 @@ "access": "restricted", "baseBranch": "main", "updateInternalDependencies": "patch", - "ignore": [] + "ignore": [], + "privatePackages": { + "tag": false, + "version": false + } } diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 7665087dbc5..1c543973593 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -63,6 +63,8 @@ jobs: id: changesets uses: changesets/action@v1 with: + title: 'chore(release): version packages' + commit: 'chore(release): version packages' publish: yarn changeset publish env: GITHUB_TOKEN: ${{ steps.generate-token.outputs.token }}