We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f978c69 commit 08378c6Copy full SHA for 08378c6
lerna.json
@@ -1,5 +1,12 @@
1
{
2
- "$schema": "node_modules/lerna/schemas/lerna-schema.json",
3
- "version": "1.8.0",
4
- "npmClient": "pnpm"
+ "$schema": "node_modules/lerna/schemas/lerna-schema.json",
+ "version": "1.8.0",
+ "npmClient": "pnpm",
5
+ "command": {
6
+ "version": {
7
+ "message": "chore(release): publish %s",
8
+ "conventionalCommits": true,
9
+ "createRelease": "github"
10
+ }
11
12
}
0 commit comments