|
|
1. Update the [change log](https://gitlab.meridian.cs.dal.ca/public_projects/ketos/blob/master/docs/source/versions/changelog.rst) |
|
|
\ No newline at end of file |
|
|
1. Branch into new release branch named `release_vX.Y.Z`
|
|
|
2. Merge all changes into the release branch
|
|
|
3. Make sure all unit tests and doc tests are passing successfully on the GitLab server
|
|
|
4. Update the change log (`docs/source/versions/changelog.rst`)
|
|
|
5. Update the version number in `setup.py` and `docs/source/conf.py`
|
|
|
6. Build the documentation:
|
|
|
```terminal
|
|
|
cd docs/source
|
|
|
make html
|
|
|
```
|
|
|
7. Review the documentation
|
|
|
8. Upload the documentation to the docs server:
|
|
|
```terminal
|
|
|
cd docs
|
|
|
./upload.sh
|
|
|
``` |