From 12c1a01d52c62716b69a3361b790c6df870f6ac8 Mon Sep 17 00:00:00 2001 From: Ishaan Desai Date: Wed, 7 Feb 2024 10:26:36 +0100 Subject: [PATCH] Update docs/ReleaseGuide.md Co-authored-by: Benjamin Rodenberg --- docs/ReleaseGuide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/ReleaseGuide.md b/docs/ReleaseGuide.md index 94c1a990..7c3b65ff 100644 --- a/docs/ReleaseGuide.md +++ b/docs/ReleaseGuide.md @@ -25,7 +25,7 @@ The release of the `python-bindings` repository is made directly from a release 7. If everything is in order up to this point then the new version can be released by hitting the "Publish release" button in your release Draft. This will create the corresponding tag and trigger [publishing the release to PyPI](https://github.com/precice/python-bindings/actions?query=workflow%3A%22Upload+Python+Package%22). -8. Add an empty commit on master by running the steps: +8. Add an empty commit (details https://github.com/precice/python-bindings/issues/109) on master by running the steps: ```bash git checkout master