Skip to content

Commit fc0f98d

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 4122f01 commit fc0f98d

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
@@ -75,7 +75,7 @@ This is an `Array` of rule objects. A rule object has a `release` property and 1
7575
```json
7676
{
7777
"plugins": [
78-
["semantic-release/commit-analyzer", {
78+
["@semantic-release/commit-analyzer", {
7979
"preset": "angular",
8080
"releaseRules": [
8181
{"type": "docs", "scope": "README", "release": "patch"},
@@ -136,7 +136,7 @@ For example with `eslint` preset:
136136
```json
137137
{
138138
"plugins": [
139-
["semantic-release/commit-analyzer", {
139+
["@semantic-release/commit-analyzer", {
140140
"preset": "eslint",
141141
"releaseRules": [
142142
{"tag": "Docs", "message":"/README/", "release": "patch"},

0 commit comments

Comments
 (0)