{
"plugins": [
"@semantic-release/release-notes-generator",
[
"@higgs01dev/semantic-release-discord",
{
"webhook": "https://discord.com/api/webhooks/...",
"packageName": "some package"
}
]
]
}
name | env | description |
---|---|---|
webhook | SEMANTIC_RELEASE_DISCORD_URL | webhook url |
packageName | SEMANTIC_RELEASE_PACKAGE | name of the package |
username | - | Username for the webhook |