Skip to content

Commit 69d39bc

Browse files
committed
chore: add config for lerna-changelog [ci skip]
1 parent d2be2e0 commit 69d39bc

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
*.iml
33

44
.DS_Store
5+
.changelog
56
.idea/
67
.yarn-cache/
78

package.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -197,5 +197,17 @@
197197
"react-router-dom": "^5.0.0",
198198
"react-test-renderer": "^17.0.0",
199199
"react-universal-component": "^3.0.3"
200+
},
201+
"changelog": {
202+
"repo": "Semantic-Org/Semantic-UI-React",
203+
"cacheDir": ".changelog",
204+
"labels": {
205+
"PR: Breaking Change :boom:": ":boom: Breaking Change",
206+
"PR: New Feature :rocket:": ":rocket: New Feature",
207+
"PR: Bug Fix :bug:": ":bug: Bug Fix",
208+
"PR: Docs :memo:": ":memo: Documentation",
209+
"PR: Internal :house:": ":house: Internal",
210+
"PR: Performance :running_woman:": ":running_woman: Performance"
211+
}
200212
}
201213
}

0 commit comments

Comments
 (0)