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 c64f6ce commit f7d75e0Copy full SHA for f7d75e0
package.json
@@ -37,7 +37,8 @@
37
},
38
"devDependencies": {
39
"@khala/npm-release-monorepo": "^2.2.0",
40
- "@semantic-release/git": "^7.0.8",
+ "@khala/wildcard-release-notes": "^2.2.3",
41
+ "@semantic-release/github": "^5.5.5",
42
"@semantic-release/npm": "^5.1.4",
43
"atob-lite": "^2.0.0",
44
"identity-obj-proxy": "^3.0.0",
@@ -50,8 +51,17 @@
50
51
"monorepo": "./packages",
52
"plugins": [
53
"@khala/npm-release-monorepo",
54
+ [
55
+ "@khala/wildcard-release-notes",
56
+ {
57
+ "patterns": {
58
+ "minor": "^feat\\(",
59
+ "patch": "^(fix|patch)\\("
60
+ }
61
62
+ ],
63
{
- "path": "@semantic-release/git",
64
+ "path": "@semantic-release/github",
65
"assets": [
66
"package.json"
67
],
0 commit comments