We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 494bbbc commit 8b1efbdCopy full SHA for 8b1efbd
lerna.json
@@ -1,7 +1,7 @@
1
{
2
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
3
"useWorkspaces": true,
4
- "version": "1.4.0",
+ "version": "1.2.0",
5
"npmClient": "yarn",
6
"gitTagVersion": true,
7
"conventionalCommits": true,
workspace/project.json
@@ -113,7 +113,7 @@
113
"version": {
114
"executor": "nx:run-commands",
115
"options": {
116
- "command": "npx lerna version --yes"
+ "command": "npx lerna version --yes --create-release github"
117
}
118
},
119
"release": {
0 commit comments