ClickHouse/utils/changelog
2022-03-22 17:39:58 +01:00
..
.gitignore Rename a directory with changelog script 2021-06-05 01:06:12 +03:00
changelog.sh Add progress log 2021-06-05 01:10:08 +03:00
format-changelog.py Apply black formatter to all *.py files in the repo 2022-03-22 17:39:58 +01:00
README.md Add autogenerated changelog, switch to the current year 2022-01-17 04:06:23 +03:00

How To Generate Changelog

Generate github token:

Dependencies:

sudo apt-get install git curl jq python3 python3-fuzzywuzzy 

Update information about tags:

git fetch --tags

Usage example:

export GITHUB_USER=... GITHUB_TOKEN=ghp_...
./changelog.sh v21.5.6.6-stable v21.6.2.7-prestable