Skip to content

Commit 6e30d11

Browse files
committed
Specify workspaces in order to account for dependencies
1 parent d382b80 commit 6e30d11

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.release-it.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@ github:
33
release: true
44
tokenRef: GITHUB_AUTH
55
plugins:
6-
release-it-yarn-workspaces: true
6+
release-it-yarn-workspaces:
7+
workspaces:
8+
- packages/config
9+
- packages/template
10+
- packages/transform
11+
- packages/cli
12+
- packages/tsserver-plugin
713
release-it-lerna-changelog:
814
editor: true

0 commit comments

Comments
 (0)