Skip to content

Commit 86ad1d5

Browse files
committed
feat(package): add lerna-changelog
1 parent e2094ea commit 86ad1d5

File tree

3 files changed

+978
-2875
lines changed

3 files changed

+978
-2875
lines changed

lerna.json

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,15 @@
1111
},
1212
"npmClientArgs": [
1313
"--registry=https://registry.npmjs.org/"
14-
]
14+
],
15+
"changelog": {
16+
"labels": {
17+
"bug": "bug :bug:",
18+
"documentation": "documentation :book:",
19+
"enhancement": "enhancement :sparkles:",
20+
"epic": "EPIC! :crossed_swords:",
21+
"fix / refactor": "fix / refactor :construction:"
22+
},
23+
"cacheDir": ".changelog"
24+
}
1525
}

0 commit comments

Comments
 (0)