1.1.1 • Published 3 years ago
@higgs01dev/semantic-release-discord v1.1.1
semantic-release-discord
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 |