Updated changelog and added further documentation on release

This commit is contained in:
Alejandro Saucedo 2021-03-14 08:44:52 +00:00
parent b0c23f4085
commit 282326e8b8
3 changed files with 74 additions and 7 deletions

View file

@ -81,6 +81,7 @@ Performing Release
In order to perform the release the following steps need to be carried out:
* Build changelog
* Create branch called `v<VERSION>-release`
* Generate latest changelog `make build_changelog`
* Update latest tag in new CHANGELOG.md to be the vesion to release
* Python Release
@ -98,7 +99,3 @@ In order to perform the release the following steps need to be carried out:
* Ensure all tests pass in GPU and CPU: `python -m pytest`
```
```