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 a5b3dfe commit 77e5efcCopy full SHA for 77e5efc
package.json
@@ -32,7 +32,15 @@
32
],
33
"tagFormat": "${version}",
34
"plugins": [
35
- "@semantic-release/commit-analyzer",
+ ["@semantic-release/commit-analyzer", {
36
+ "preset": "angular",
37
+ "releaseRules": [
38
+ {
39
+ "message": "*DEPRECATED*",
40
+ "release": "patch"
41
+ }
42
+ ]
43
+ }],
44
"@semantic-release/release-notes-generator",
45
"@semantic-release/npm",
46
"@semantic-release/github"
0 commit comments