Skip to content

A simple utility that posts release changelogs to Slack

License

Notifications You must be signed in to change notification settings

mypebble/slack-releaser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A simple utility that posts release changelogs to Slack

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages