Skip to content

Commit 0c51164

Browse files
Merge branch 'master' into rc
2 parents 030688f + 0a5ad2e commit 0c51164

File tree

3 files changed

+43
-1
lines changed

3 files changed

+43
-1
lines changed

.releaserc.json

Lines changed: 35 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,41 @@
2222
]
2323
}
2424
],
25-
"@semantic-release/release-notes-generator",
25+
[
26+
"@semantic-release/release-notes-generator",
27+
{
28+
"preset": "conventionalcommits",
29+
"presetConfig": {
30+
"types": [
31+
{
32+
"type": "fix",
33+
"section": "Bug Fixes",
34+
"hidden": false
35+
},
36+
{
37+
"type": "feat",
38+
"section": "Features",
39+
"hidden": false
40+
},
41+
{
42+
"type": "chore",
43+
"section": "Chores",
44+
"hidden": false
45+
},
46+
{
47+
"type": "refactor",
48+
"section": "Refactors",
49+
"hidden": false
50+
},
51+
{
52+
"type": "perf",
53+
"section": "Performance Improvements",
54+
"hidden": false
55+
}
56+
]
57+
}
58+
}
59+
],
2660
[
2761
"@semantic-release/changelog",
2862
{

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,7 @@
162162
"babel-plugin-module-resolver": "^4.1.0",
163163
"babel-plugin-transform-es2015-modules-commonjs": "^6.26.2",
164164
"codecov": "^3.8.1",
165+
"conventional-changelog-conventionalcommits": "^7.0.2",
165166
"core-js": "^3.6.5",
166167
"css-loader": "^5.0.1",
167168
"emoji-mart": "^5.5.2",

yarn.lock

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4826,6 +4826,13 @@ conventional-changelog-conventionalcommits@^4.3.1:
48264826
lodash "^4.17.15"
48274827
q "^1.5.1"
48284828

4829+
conventional-changelog-conventionalcommits@^7.0.2:
4830+
version "7.0.2"
4831+
resolved "https://registry.yarnpkg.com/conventional-changelog-conventionalcommits/-/conventional-changelog-conventionalcommits-7.0.2.tgz#aa5da0f1b2543094889e8cf7616ebe1a8f5c70d5"
4832+
integrity sha512-NKXYmMR/Hr1DevQegFB4MwfM5Vv0m4UIxKZTTYuD98lpTknaZlSRrDOG4X7wIXpGkfsYxZTghUN+Qq+T0YQI7w==
4833+
dependencies:
4834+
compare-func "^2.0.0"
4835+
48294836
conventional-changelog-writer@^5.0.0:
48304837
version "5.0.1"
48314838
resolved "https://registry.yarnpkg.com/conventional-changelog-writer/-/conventional-changelog-writer-5.0.1.tgz#e0757072f045fe03d91da6343c843029e702f359"

0 commit comments

Comments
 (0)