lamby / django-slack

Slack integration for Django, using the templating engine to generate messages
https://django-slack.readthedocs.io/
BSD 3-Clause "New" or "Revised" License
241 stars 57 forks source link

[Q] Release docs / notes #111

Closed leikoilja closed 2 years ago

leikoilja commented 2 years ago

Hey, @lamby.

Great project, thanks for releasing it open source. Could you please point me where to find release notes or change logs to be able to follow the progression of the package for safer update on our system?

lamby commented 2 years ago

I am not in the habit of writing release notes for this project, sorry, but the git commit history should be a relatively readable alternative. The project does use SemVer, so that should denote whenever there are backwards-incompatible changes. :+1:

leikoilja commented 2 years ago

oh, that's understandable, thank you, @lamby. If interested check our release-drafter, it's easy to set up and would do most of the heavy lifting by extracting notes and descriptions from PRs and putting it into release drafts which can be later published/release easily.