Skip to content

Commit 1d6a47d

Browse files
authored
Merge pull request #1 from Himenon/add-lerna
chore: add lerna
2 parents ec281a5 + 01c89c6 commit 1d6a47d

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

lerna.json

+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
{
2+
"command": {
3+
"version": {
4+
"conventionalCommits": true,
5+
"changelogPreset": "angular-all",
6+
"message": "chore(release): release"
7+
}
8+
},
9+
"publish": {
10+
"access": "public",
11+
"allowBranch": "master",
12+
"ignoreChanges": ["CHANGELOG.md"]
13+
},
14+
"version": "independent",
15+
"npmClient": "yarn",
16+
"packages": ["."]
17+
}

0 commit comments

Comments
 (0)