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 4122f01 commit fc0f98dCopy full SHA for fc0f98d
README.md
@@ -75,7 +75,7 @@ This is an `Array` of rule objects. A rule object has a `release` property and 1
75
```json
76
{
77
"plugins": [
78
- ["semantic-release/commit-analyzer", {
+ ["@semantic-release/commit-analyzer", {
79
"preset": "angular",
80
"releaseRules": [
81
{"type": "docs", "scope": "README", "release": "patch"},
@@ -136,7 +136,7 @@ For example with `eslint` preset:
136
137
138
139
140
"preset": "eslint",
141
142
{"tag": "Docs", "message":"/README/", "release": "patch"},
0 commit comments