Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 683 Bytes

README.md

File metadata and controls

34 lines (22 loc) · 683 Bytes

Slack Releaser Utility

A simple utility that posts release changelogs to a configured Slack Webhook.

Usage

Install slack-releaser from PyPI:

pip install slack-releaser

Add the following to your setup.cfg:

[zest.releaser]
prereleaser.after =
  slack_releaser.releaser.post_to_slack

[slack.releaser]

webhook = https://example.slack.com/hook/abc123
repository = https://github.com/example/repository

Replace webhook with the webhook URL that Slack gives you when you setup a webhook.

See the Slack Documentation for help in setting up webhooks.

License

MIT License