- Create a new branch using
git flow release start {NEW_VERSION}
(insert new version number) - change the packages version to new version in
setup.py
- generate changelog with
github_changelog_generator -u SebRut -p pygrocy --future-release v{{NEW_VERSION}}