Skip to content

Commit

Permalink
Merge pull request ClickHouse#493 from ClickHouse/DanRoscigno-patch-4
Browse files Browse the repository at this point in the history
Update contrib-writing-guide.md
  • Loading branch information
DanRoscigno authored Oct 26, 2022
2 parents 42c1e85 + 2c53d46 commit 54d8c30
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions contrib-writing-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -207,6 +207,15 @@ Common content

```

### Generating release notes

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
export GHTOKEN="<your token>"
python3.9 changelog.py --gh-user-or-token=$GHTOKEN HEAD > /tmp/cl.md
```

## Tools that you might like

### Static site generation
Expand Down

0 comments on commit 54d8c30

Please sign in to comment.