We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2be2e0 commit 69d39bcCopy full SHA for 69d39bc
.gitignore
@@ -2,6 +2,7 @@
2
*.iml
3
4
.DS_Store
5
+.changelog
6
.idea/
7
.yarn-cache/
8
package.json
@@ -197,5 +197,17 @@
197
"react-router-dom": "^5.0.0",
198
"react-test-renderer": "^17.0.0",
199
"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
+ }
212
}
213
0 commit comments