Skip to content

Commit

Permalink
Merge pull request #1294 from ClickHouse/DanRoscigno-patch-2
Browse files Browse the repository at this point in the history
Add a note to generating changelog
  • Loading branch information
DanRoscigno authored Jun 29, 2023
2 parents 0e159da + 4d6f680 commit 3c9cc3e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion contrib-writing-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,10 @@ ORDER BY name ASC
FORMAT TSVRaw
```

### Generating release notes
### Generating changelog (release notes)

The CHANGELOG from the ClickHouse/ClickHouse repo is automatically included in the docs during the build process (during the `yarn new-build`).
The commands below are still useful to know in case you want to know what is coming in the next release to make sure that the features are documented.

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
Expand Down

0 comments on commit 3c9cc3e

Please sign in to comment.