Tool for quick tagging and deploying releases to Git. Släpp automatically generates and pushes CHANGELOG file to your repo, based on your commit history.
pip install slapp
- init slapp config
slapp init
- edit slapp.yml file if needed
- do some stuff in your repo and commit it with *
git add . && git commit -m "* Added some cool features!"
- generate release tag and build auto-changelog in one command!
slapp release