An open API service indexing awesome lists of open source software.

https://github.com/argodevops/semantic-release-teams

Plugin for semantic release to notify multiple teams channels of a release
https://github.com/argodevops/semantic-release-teams

javascript npmjs semantic-release

Last synced: 8 months ago
JSON representation

Plugin for semantic release to notify multiple teams channels of a release

Awesome Lists containing this project

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

``` js
// 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
- packageName
- type: `string`
- The name of the package to be used in notification messages