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 17728d2 commit e2faa9dCopy full SHA for e2faa9d
lerna.json
@@ -11,7 +11,7 @@
11
"changelogPreset": "conventional-changelog-angular",
12
"changelogIncludeCommitsClientLogin": " by @%l",
13
"ignoreChanges": ["*.md"],
14
- "message": "release: %s",
+ "message": "chore(release): publish %s",
15
"private": false,
16
"forceGitTag": true,
17
"signGitTag": true,
packages/components/package.json
@@ -24,6 +24,9 @@
24
"email": "[email protected]",
25
"url": "https://mm25zamanain.ir"
26
},
27
+ "lerna": {
28
+ "message": "chore(components): publish v%s"
29
+ },
30
"license": "MIT",
31
"publishConfig": {
32
"access": "public"
0 commit comments