@argodevops/semantic-release-teams
v1.0.23
Published
plugin for semantic release to notify multiple teams channels of a release
Downloads
223
Keywords
Readme
Semantic-release-teams
semantic-release--teams
is a plugin for semantic release that will notify a list of urls of a given release, using a preconfigured teams webhook.
Usage
// release.config.js OR .releaserc.json
{
plugins: [
'@argodevops/semantic-release-teams', { packageName: 'package_one', envKey: 'NOTIFY_URLS' }
]
}
Config
- envKey
- type:
string
- default: NOTIFY_TEAMS_LIST
- The environment variable used to store the comma seperated list of urls to notify
- type:
- packageName
- type:
string
- The name of the package to be used in notification messages
- type: