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