Skip to content

Commit

Permalink
removed some older doc steps
Browse files Browse the repository at this point in the history
  • Loading branch information
brendancol committed Apr 25, 2024
1 parent 0c60289 commit 2f5ce20
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@
### Preparation
- Create a new branch containing the following changes:
- Update CHANGELOG.md with new version number and list of changes extracted from `git log --pretty=oneline --pretty=format:"- %s" <lastest_release_tag>..HEAD`.
- Add the new version reference in `xarray-spatial/docs/source/releases.json`
- Check that the new version number is included in `smv_tag_whitelist` in `docs/source/conf.py` so that the docs will be built and uploaded by CI.
- Commit changes and submit them as a PR to the `master` branch.
- If the CI passes OK, merge the PR.

Expand All @@ -29,7 +27,8 @@ git push --tags
- Click `Publish release`.

### Documentation
- When the github release is created, a github action automatically builds the documentation and uploads it to https://xarray-spatial.org/. This can take more than an hour to finish.

- When the github release is created, a github action automatically builds the documentation and uploads it to https://xarray-spatial.readthedocs.io/.

### conda-forge packages
- A bot in https://github.com/conda-forge/xarray-spatial-feedstock runs periodically to identify the new PyPI release and update the conda recipe appropriately. This should create a new PR, run tests to check that the conda build works, and automatically upload the packages to conda-forge if everything is OK. Check this works, a few hours after the PyPI release.

0 comments on commit 2f5ce20

Please sign in to comment.