1.3.0 • Published 9 months ago

plk-semantic-release-mattermost v1.3.0

Weekly downloads
-
License
MIT
Repository
github
Last release
9 months ago

semantic-release-mattermost

semantic-release plugin to get release notifications on mattermost via webhooks

Install

Add the plugin to your npm-project

NPM

npm install plk-semantic-release-mattermost

Yarn

yarn add plk-semantic-release-mattermost

Usage

Add the plugin to your semantic-release config:

{
  "plugins": [
    "@semantic-release/release-notes-generator",
    [
      "plk-semantic-release-mattermost",
      {
        "webhook": "https://mattermost.example.com",
        "username": "semantic-release",
        "name": "project name"
      }
    ]
  ]
}

Environment variable

If the MATTERMOST_WEBHOOK environment variable is defined in your environment, it will be used instead of the webhook provided in the config.

If the CI_PROJECT_NAME environment variable is defined in your environment, it will be used instead of the name provided in the config.

1.3.0

9 months ago

1.2.0

9 months ago

1.1.1

9 months ago