Skip to content

Commit 4aee642

Browse files
committed
chore: ignore docs from changesets
1 parent 2efc35e commit 4aee642

File tree

6 files changed

+44
-12
lines changed

6 files changed

+44
-12
lines changed

.changeset/config.json

+3-1
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,7 @@
77
"access": "public",
88
"baseBranch": "main",
99
"updateInternalDependencies": "patch",
10-
"ignore": []
10+
"ignore": [
11+
"docs"
12+
]
1113
}

.changeset/pre.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
"mode": "pre",
33
"tag": "alpha",
44
"initialVersions": {
5-
"docs": "0.0.1-alpha.0",
65
"@notion-render/client": "0.0.1-alpha.0",
76
"@notion-render/bookmark-plugin": "0.0.1-alpha.0",
87
"@notion-render/hljs-plugin": "0.0.1-alpha.0",
8+
"docs": "0.0.1-alpha.1"
99
},
1010
"changesets": [
1111
"tricky-pugs-yell"
1212
]
13-
}
13+
}

.changeset/tricky-pugs-yell.md

-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
'@notion-render/bookmark-plugin': patch
33
'@notion-render/hljs-plugin': patch
44
'@notion-render/client': patch
5-
'docs': patch
65
---
76

87
Refactor monorepository

.yarn/plugins/@yarnpkg/plugin-workspace-tools.cjs

+28
Large diffs are not rendered by default.

.yarnrc.yml

+8-6
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
1+
packageExtensions:
2+
next-contentlayer@*:
3+
peerDependencies:
4+
contentlayer: "*"
5+
16
plugins:
27
- path: .yarn/plugins/@yarnpkg/plugin-version.cjs
3-
spec: '@yarnpkg/plugin-version'
8+
spec: "@yarnpkg/plugin-version"
9+
- path: .yarn/plugins/@yarnpkg/plugin-workspace-tools.cjs
10+
spec: "@yarnpkg/plugin-workspace-tools"
411

512
yarnPath: .yarn/releases/yarn-3.5.1.cjs
6-
7-
packageExtensions:
8-
'next-contentlayer@*':
9-
peerDependencies:
10-
'contentlayer': '*'

package.json

+3-2
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@
1212
"lint": "turbo lint",
1313
"lint:fix": "turbo lint:fix",
1414
"dev": "turbo run dev",
15-
"commit": "cz"
15+
"commit": "cz",
16+
"release:alpha": "yarn build && yarn workspaces foreach --verbose --topological-dev --parallel --no-private npm publish --tolerate-republish --tag=alpha"
1617
},
1718
"config": {
1819
"commitizen": {
@@ -51,4 +52,4 @@
5152
"typescript": "^5.0.4"
5253
},
5354
"packageManager": "[email protected]"
54-
}
55+
}

0 commit comments

Comments
 (0)