Skip to content

Commit

Permalink
Update changesets' auto-commit feature to not suppress CI on commits
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremywiebe committed Dec 20, 2024
1 parent 3c1682f commit 2d91701
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .changeset/config.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "https://unpkg.com/@changesets/config@1.6.2/schema.json",
"$schema": "https://unpkg.com/@changesets/config@2/schema.json",
"changelog": "@changesets/cli/changelog",
"commit": true,
"commit": ["@changesets/cli/commit", { "skipCI": false }],
"linked": [],
"access": "public",
"baseBranch": "main",
Expand Down

0 comments on commit 2d91701

Please sign in to comment.