Skip to content

Commit

Permalink
docs(slackChannel): missing # in slackChannel (juliuscc#100)
Browse files Browse the repository at this point in the history
slackChannel has to be provided a correct channel name, ie. `#some-channel` to make it work.
  • Loading branch information
Fritiof authored Nov 2, 2022
1 parent 7795cda commit e7d1c4d
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 @@ -91,7 +91,7 @@ The plugin can be configured in the [**semantic-release** configuration file](ht
"notifyOnSuccess": false,
"notifyOnFail": false,
"slackToken": "token",
"slackChannel": "my-channel-name",
"slackChannel": "#my-channel-name",
"branchesConfig": [
{
"pattern": "lts/*",
Expand Down

0 comments on commit e7d1c4d

Please sign in to comment.