Skip to content

Commit 54c42f2

Browse files
fix: add missing slack integration to releaserc
1 parent 9955560 commit 54c42f2

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.releaserc

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,12 @@
1515
"@semantic-release/npm",
1616
"@semantic-release/github",
1717
"@semantic-release/git",
18+
[
19+
"semantic-release-slack-bot",
20+
{
21+
"notifyOnSuccess": true,
22+
"notifyOnFail": true
23+
}
24+
]
1825
]
1926
}

0 commit comments

Comments
 (0)