1.2.2 • Published 2 years ago

@guiadco/semantic-release-discord v1.2.2

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

semantic-release-discord

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

Install

Add the plugin to your npm-project

NPM

npm install @guiadco/semantic-release-discord -D

Usage

Add the plugin to your semantic-release config:

{
  "plugins": [
    "@semantic-release/release-notes-generator",
    [
      "@guiadco/semantic-release-discord",
      {
        "custom_message": "my custom message",
        "webhook": "https://discord.example.com",
        "username": "semantic-release"
      }
    ]
  ]
}

Environment variable

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

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

Thanks

  • @ttrobisch/semantic-release-mattermost
1.2.2

2 years ago

1.2.1

2 years ago

1.2.0

2 years ago

1.1.0

2 years ago

1.0.0

2 years ago