diff --git a/docs/ReleaseGuide.md b/docs/ReleaseGuide.md index 6f509a77..70f08a25 100644 --- a/docs/ReleaseGuide.md +++ b/docs/ReleaseGuide.md @@ -31,32 +31,32 @@ The release of the `python-bindings` repository is made directly from a release 10. Add an empty commit (details https://github.com/precice/python-bindings/issues/109) on master by running the steps: - ```bash - git checkout master - git commit --allow-empty -m "post-tag bump" - git push - ``` - - Check that everything is in order via `git log`. Important: The `tag` and `origin/master` should not point to the same commit. For example: - - ```bash - commit 44b715dde4e3194fa69e61045089ca4ec6925fe3 (HEAD -> master, origin/master) - Author: Benjamin Rodenberg - Date: Wed Oct 20 10:52:41 2021 +0200 - - post-tag bump - - commit d2645cc51f84ad5eda43b9c673400aada8e1505a (tag: v2.3.0.1) - Merge: 2039557 aca2354 - Author: Benjamin Rodenberg - Date: Tue Oct 19 12:57:24 2021 +0200 - - Merge pull request #132 from precice/python-bindings-v2.3.0.1 - - Release v2.3.0.1 - ``` - - For more details refer to https://github.com/precice/python-bindings/issues/109 and https://github.com/python-versioneer/python-versioneer/issues/217. + ```bash + git checkout master + git commit --allow-empty -m "post-tag bump" + git push + ``` + + Check that everything is in order via `git log`. Important: The `tag` and `origin/master` should not point to the same commit. For example: + + ```bash + commit 44b715dde4e3194fa69e61045089ca4ec6925fe3 (HEAD -> master, origin/master) + Author: Benjamin Rodenberg + Date: Wed Oct 20 10:52:41 2021 +0200 + + post-tag bump + + commit d2645cc51f84ad5eda43b9c673400aada8e1505a (tag: v2.3.0.1) + Merge: 2039557 aca2354 + Author: Benjamin Rodenberg + Date: Tue Oct 19 12:57:24 2021 +0200 + + Merge pull request #132 from precice/python-bindings-v2.3.0.1 + + Release v2.3.0.1 + ``` + + For more details refer to https://github.com/precice/python-bindings/issues/109 and https://github.com/python-versioneer/python-versioneer/issues/217. 11. *Temporarily not maintained* Update the [py-pyprecice Spack package](https://github.com/spack/spack/blob/develop/var/spack/repos/builtin/packages/py-pyprecice/package.py).