mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-14 19:45:11 +00:00
9 lines
143 B
Markdown
9 lines
143 B
Markdown
|
## Generate changelog
|
||
|
|
||
|
Usage example:
|
||
|
|
||
|
```
|
||
|
export GITHUB_USER=... GITHUB_TOKEN=ghp_...
|
||
|
./changelog.sh v21.5.6.6-stable v21.6.2.7-prestable
|
||
|
```
|