Skip to content

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

Notifications You must be signed in to change notification settings

argodevops/semantic-release-teams

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •