Skip to content

Commit

Permalink
Documented the release process
Browse files Browse the repository at this point in the history
Refs #50
  • Loading branch information
simonw authored Jun 17, 2023
1 parent 48e1427 commit 8859199
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions docs/contributing.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,13 @@ This will start a live preview server, using [sphinx-autobuild](https://pypi.org
The CLI `--help` examples in the documentation are managed using [Cog](https://github.com/nedbat/cog). Update those files like this:

cog -r docs/*.md

## Release process

To release a new version:

1. Update `docs/changelog.md` with the new changes.
2. Update the version number in `setup.py`
3. [Create a GitHub release](https://github.com/simonw/llm/releases/new) for the new version.
4. Wait for the package to push to PyPI and then...
5. Run the [regenerate.yaml](https://github.com/simonw/homebrew-llm/blob/main/.github/workflows/regenerate.yaml) workflow to update the Homebrew tap to the latest version.

0 comments on commit 8859199

Please sign in to comment.