https://github.com/oae/release-it-teams-notifier
https://github.com/oae/release-it-teams-notifier
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/oae/release-it-teams-notifier
- Owner: oae
- Created: 2021-12-02T19:58:20.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2025-03-17T10:09:51.000Z (over 1 year ago)
- Last Synced: 2025-12-27T03:40:43.095Z (7 months ago)
- Language: JavaScript
- Size: 50.8 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Microsoft Teams Notifier plugin for release-it
This [release-it plugin](https://github.com/release-it/release-it/blob/master/docs/plugins/README.md) ...
```
npm install --save-dev release-it-teams-notifier
```
In [release-it](https://github.com/release-it/release-it) config:
```
"plugins": {
"release-it-teams-notifier": {
"webHookUrl": "Incoming webhook url",
"ignoredContributors": ["Jenkins"],
"imageUrl": "image url"
}
}
```