From 6bc510e0845883b74705a985eddddb5cf8a484fc Mon Sep 17 00:00:00 2001 From: Paul Schultz Date: Thu, 17 Oct 2024 15:21:02 -0500 Subject: [PATCH] chore(config): update changeset config (#2376) Signed-off-by: Paul Schultz --- .changeset/config.json | 6 +++++- .github/workflows/release.yaml | 2 ++ 2 files changed, 7 insertions(+), 1 deletion(-) 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 }}