From 11e3a0570dc17d904fec71e59234b6a64feb50e2 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 edef2ebc18..701b23a2f9 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 7665087dbc..1c54397359 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 }}