Skip to content

Commit

Permalink
MAINT - Update release instructions
Browse files Browse the repository at this point in the history
Update release docs to reflect pyproject.toml changes
  • Loading branch information
trallard authored Aug 15, 2023
2 parents 8425069 + 842d537 commit b6be123
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/contributing.md
Original file line number Diff line number Diff line change
Expand Up @@ -204,8 +204,8 @@ All docker images within `docker/kubernetes` should be updated to the
release version. `spec.template.spec.containers[0].image` is the path
within the YAML files.

Update the version number in `conda-store-server/setup.py` and
`conda-store/setup.py` to reflect the release version.
Update the version number in `conda-store-server/conda_store_server/__init__.py` and
`conda-store/conda_store/__init__.py` to reflect the release version.

Once those changes have been made make a commit titled `bump to
version <version>`.
Expand Down

0 comments on commit b6be123

Please sign in to comment.