Skip to content

Commit

Permalink
Configure changesets to ignore private packages (#1003)
Browse files Browse the repository at this point in the history
  • Loading branch information
jakebailey authored May 17, 2024
1 parent 2e7e033 commit ddc1d9b
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 697 deletions.
6 changes: 5 additions & 1 deletion .changeset/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,9 @@
"access": "public",
"baseBranch": "main",
"updateInternalDependencies": "patch",
"ignore": []
"ignore": [],
"privatePackages": {
"tag": false,
"version": false
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"ci:publish": "pnpm changeset tag && pnpm publish -r"
},
"devDependencies": {
"@changesets/cli": "^2.27.1",
"@changesets/cli": "^2.27.2",
"@types/jest": "^29.5.11",
"@types/node": "^18.19.7",
"@types/yargs": "^17.0.32",
Expand Down
379 changes: 0 additions & 379 deletions packages/publisher/CHANGELOG.md

This file was deleted.

Loading

0 comments on commit ddc1d9b

Please sign in to comment.