Skip to content

Commit 30979af

Browse files
inf3cti0n95pvdlg
authored andcommitted
docs: fix typo in JSOM config example
Fixed the Typo in Configuration Object it should be *@semantic-release/commit-analyzer*
1 parent b139502 commit 30979af

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ This is an `Array` of rule objects. A rule object has a `release` property and 1
7676
```json
7777
{
7878
"plugins": [
79-
["semantic-release/commit-analyzer", {
79+
["@semantic-release/commit-analyzer", {
8080
"preset": "angular",
8181
"releaseRules": [
8282
{"type": "docs", "scope": "README", "release": "patch"},
@@ -137,7 +137,7 @@ For example with `eslint` preset:
137137
```json
138138
{
139139
"plugins": [
140-
["semantic-release/commit-analyzer", {
140+
["@semantic-release/commit-analyzer", {
141141
"preset": "eslint",
142142
"releaseRules": [
143143
{"tag": "Docs", "message":"*README*", "release": "patch"},

0 commit comments

Comments
 (0)