Skip to content

Commit 8b96ded

Browse files
committed
Merge branch 'dev' into fix/watched-pattern-changes
2 parents a3d65c3 + 32c1824 commit 8b96ded

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

54 files changed

+1339
-3053
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)