Skip to content

Commit e2faa9d

Browse files
committed
chore(lerna): test configs
1 parent 17728d2 commit e2faa9d

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"changelogPreset": "conventional-changelog-angular",
1212
"changelogIncludeCommitsClientLogin": " by @%l",
1313
"ignoreChanges": ["*.md"],
14-
"message": "release: %s",
14+
"message": "chore(release): publish %s",
1515
"private": false,
1616
"forceGitTag": true,
1717
"signGitTag": true,

packages/components/package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@
2424
"email": "[email protected]",
2525
"url": "https://mm25zamanain.ir"
2626
},
27+
"lerna": {
28+
"message": "chore(components): publish v%s"
29+
},
2730
"license": "MIT",
2831
"publishConfig": {
2932
"access": "public"

0 commit comments

Comments
 (0)