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
- Host: GitHub
- URL: https://github.com/argodevops/semantic-release-teams
- Owner: argodevops
- Created: 2023-01-20T12:44:20.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-01-23T22:05:56.000Z (over 1 year ago)
- Last Synced: 2025-01-23T23:19:13.726Z (over 1 year ago)
- Topics: javascript, npmjs, semantic-release
- Language: JavaScript
- Homepage:
- Size: 3.05 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
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