We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 681fa4d commit 8f1aa1eCopy full SHA for 8f1aa1e
2 files changed
.release-it.json
@@ -10,6 +10,7 @@
10
"npm": false,
11
"plugins": {
12
"@release-it-plugins/workspaces": {
13
+ "workspaces": ["libs/*"],
14
"skipChecks": true,
15
"publish": false
16
},
package.json
@@ -9,7 +9,7 @@
9
"license": "MIT",
"author": "angular-ru@yandex.ru",
"workspaces": [
- "./libs/*"
+ "libs/*"
],
"scripts": {
"postinstall": "npx husky install",
0 commit comments