Skip to content

Commit

Permalink
Update contrib-writing-guide.md
Browse files Browse the repository at this point in the history
  • Loading branch information
DanRoscigno authored Jan 13, 2023
1 parent 679bbc3 commit cc51582
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions contrib-writing-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -223,6 +223,7 @@ Common content
Release notes are generated with Python. This requires a GitHub user token, which you can export in your environment or pass on the commandline.
```bash
cd ClickHouse/utils/changelog
git fetch --all
export GHTOKEN="<your token>"
python3.9 changelog.py --gh-user-or-token=$GHTOKEN HEAD > /tmp/cl.md
```
Expand Down

0 comments on commit cc51582

Please sign in to comment.