diff --git a/docs_manual/admin_upgrade.rst b/docs_manual/admin_upgrade.rst index 776c239e4..18a23c883 100644 --- a/docs_manual/admin_upgrade.rst +++ b/docs_manual/admin_upgrade.rst @@ -27,10 +27,10 @@ You can then apply the patch to your database with the following command. You can find out more details, give feedback, and ask for help `in this Github discussion `__. ------------------ -v0.23.0 to v1.2.0 +v0.23.0 to v1.2.1 ------------------ -This includes all version in between, v0.23.1, ..., v1.2.0. +This includes all version in between, v0.23.1, ..., v1.2.1. **Summary** diff --git a/docs_manual/developer_checklists.rst b/docs_manual/developer_checklists.rst index b321dab21..c7b7a3fce 100644 --- a/docs_manual/developer_checklists.rst +++ b/docs_manual/developer_checklists.rst @@ -22,8 +22,9 @@ Tasks: - [ ] edit `HISTORY.rst` and ensure a proper section is added - [ ] edit `admin_upgrade.rst` to reflect the upgrade instructions + - [ ] In bihealth/varfish-docker-compose, bump the version in `docker-compose.yml` - [ ] create a git tag `v.MAJOR.MINOR.PATCH` and `git push --tags` - - [ ] create a "Github release` based on the tag with the text + - [ ] create a "Github release" based on the tag with the text ``` All details can be found in the `HISTORY.rst` file.