Skip to content

Commit

Permalink
chore(infra): modify changeset config to ignore private packages (#1737)
Browse files Browse the repository at this point in the history
  • Loading branch information
Timeless0911 authored Jan 9, 2025
1 parent 9df6c84 commit 96d5fcf
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
4 changes: 4 additions & 0 deletions .changeset/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@
"linked": [],
"access": "restricted",
"baseBranch": "main",
"privatePackages": {
"version": false,
"tag": false
},
"fixed": [["@rspress/*", "rspress", "create-rspress"]],
"___experimentalUnsafeOptions_WILL_CHANGE_IN_PATCH": {
"onlyUpdatePeerDependentsWhenOutOfRange": true,
Expand Down
4 changes: 0 additions & 4 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions pnpm-workspace.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
packages:
- 'packages/**'
- 'e2e/**'
- '!**/compiled/**'
- '!**/tests/**'
- '!packages/create-rspress/template-basic'

0 comments on commit 96d5fcf

Please sign in to comment.