Skip to content

Commit f7d75e0

Browse files
committed
Added release notes.
1 parent c64f6ce commit f7d75e0

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

package.json

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,8 @@
3737
},
3838
"devDependencies": {
3939
"@khala/npm-release-monorepo": "^2.2.0",
40-
"@semantic-release/git": "^7.0.8",
40+
"@khala/wildcard-release-notes": "^2.2.3",
41+
"@semantic-release/github": "^5.5.5",
4142
"@semantic-release/npm": "^5.1.4",
4243
"atob-lite": "^2.0.0",
4344
"identity-obj-proxy": "^3.0.0",
@@ -50,8 +51,17 @@
5051
"monorepo": "./packages",
5152
"plugins": [
5253
"@khala/npm-release-monorepo",
54+
[
55+
"@khala/wildcard-release-notes",
56+
{
57+
"patterns": {
58+
"minor": "^feat\\(",
59+
"patch": "^(fix|patch)\\("
60+
}
61+
}
62+
],
5363
{
54-
"path": "@semantic-release/git",
64+
"path": "@semantic-release/github",
5565
"assets": [
5666
"package.json"
5767
],

0 commit comments

Comments
 (0)