Skip to content

Commit

Permalink
docs: update example to use branch.name (#289)
Browse files Browse the repository at this point in the history
  • Loading branch information
Silthus authored Oct 13, 2022
1 parent 195add0 commit 172b96e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ The plugin can be configured in the [**semantic-release** configuration file](ht
"@semantic-release/release-notes-generator",
["@semantic-release/exec", {
"verifyConditionsCmd": "./verify.sh",
"publishCmd": "./publish.sh ${nextRelease.version} ${options.branch} ${commits.length} ${Date.now()}"
"publishCmd": "./publish.sh ${nextRelease.version} ${branch.name} ${commits.length} ${Date.now()}"
}],
]
}
Expand Down

0 comments on commit 172b96e

Please sign in to comment.