Skip to content

Commit affd555

Browse files
committed
fix(readme): Fix typo in config example
1 parent cc90a8d commit affd555

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

+3
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ This is an `Array` of rule objects. A rule object has a `release` property and 1
6969
{
7070
"release": {
7171
"analyzeCommits": {
72+
"path": "sr-commit-analyzer",
7273
"preset": "angular",
7374
"releaseRules": [
7475
{"type": "docs", "scope": "README", "release": "patch"},
@@ -128,6 +129,7 @@ For example with `eslint` preset:
128129
{
129130
"release": {
130131
"analyzeCommits": {
132+
"path": "sr-commit-analyzer",
131133
"preset": "eslint",
132134
"releaseRules": [
133135
{"tag": "Docs", "message":"/README/", "release": "patch"},
@@ -178,6 +180,7 @@ The following example uses [Angular convention](https://github.com/conventional-
178180
{
179181
"release": {
180182
"analyzeCommits": {
183+
"path": "sr-commit-analyzer",
181184
"preset": "angular",
182185
"parserOpts": {
183186
"noteKeywords": ["BREAKING CHANGE", "BREAKING CHANGES", "BREAKING"],

0 commit comments

Comments
 (0)