Customize when Slackbot posts releases
- Dominant language
- TypeScript
- Stars
- 2.5k
- Forks
- 221
- PR merge metrics
- No merged PRs in 30d
Description
**Is your feature request related to a problem? Please describe.**
Depending on the frequency of releases, the Slack plugin could potentially be a bit too spammy - especially if folks have their repos already set to pull in patch/minor updates.
**Describe the solution you'd like**
Be able to specify if the bot should announce a release based on the type. For example, this would only trigger the bot in a channel for major releases only:
```sh
{
"plugins": [
[
"slack",
{
"releaseType": "major",
}
]
]
}
```
**Describe alternatives you've considered**
**Additional context**
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.