DEV Community

Cover image for Släpp - autogenerated changelogs for your git repository
Maxim Semenov
Maxim Semenov

Posted on

Släpp - autogenerated changelogs for your git repository

Hello, devs :)

Let me introduce you a small cli-tool that I have been working on lately - Släpp (Github|PyPi)

slapp

Släpp iterates through your commit history, grabs messages with changelogs and write them into CHANGELOG.md file. It automatically creates tag, depending on type of your release (is it major, minor or just a patch) and pushes tags and edited CHANGELOG to your repo.
Soon there will be a feature to generate random names for your releases, based on user-defined dictionary.

Släpp is available as python package:
pip install slapp

Looking forward to your feedback and suggestions for improvement ;)

Top comments (1)

Collapse
 
barelyhuman profile image
Reaper

Greate work!
I've got a similar tool
github.com/barelyhuman/commitlog