Skip to content
This repository has been archived by the owner on Oct 21, 2023. It is now read-only.

Latest commit

 

History

History
27 lines (26 loc) · 837 Bytes

README.md

File metadata and controls

27 lines (26 loc) · 837 Bytes

semantic-release-discord

⚠️ this project istn't maintained anymore

Usage

{
  "plugins": [
    "@semantic-release/release-notes-generator",
    [
      "@higgs01dev/semantic-release-discord",
      {
        "webhook": "https://discord.com/api/webhooks/...",
        "packageName": "some package"
      }
    ]
  ]
}

Parameters

name env description
webhook SEMANTIC_RELEASE_DISCORD_URL webhook url
packageName SEMANTIC_RELEASE_PACKAGE name of the package
username - Username for the webhook