ClickHouse/utils/changelog/README.md

18 lines
348 B
Markdown
Raw Normal View History

2021-06-04 22:12:38 +00:00
## Generate changelog
2021-08-05 11:19:13 +00:00
Generate github token:
* https://github.com/settings/tokens - keep all checkboxes unchecked, no scopes need to be enabled.
Dependencies:
```
apt-get install git curl jq python3 python3-fuzzywuzzy
```
2021-06-04 22:12:38 +00:00
Usage example:
```
export GITHUB_USER=... GITHUB_TOKEN=ghp_...
./changelog.sh v21.5.6.6-stable v21.6.2.7-prestable
```