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 7ef961e commit bf90adeCopy full SHA for bf90ade
package.json
@@ -97,15 +97,19 @@
97
"master"
98
],
99
"plugins": [
100
- "@semantic-release/commit-analyzer",
+ ["@semantic-release/commit-analyzer", {
101
+ "preset":"angular",
102
+ "releaseRules" : [
103
+ {"type": "chore", "scope":"deps","release":"patch"}
104
+ ]
105
+ }],
106
"@semantic-release/release-notes-generator",
107
"@semantic-release/changelog",
108
"@semantic-release/npm",
109
[
110
"@semantic-release/git",
111
{
112
"assets": [
- "dist/",
113
"package.json",
114
"CHANGELOG.md"
115
0 commit comments