From 513e547ccb5779835ca2d4290ec8b5faaca2b8fd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Simonis?= Date: Mon, 4 Nov 2024 17:22:26 +0100 Subject: [PATCH] Remove leading spaces --- docs/ReleaseGuide.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/ReleaseGuide.md b/docs/ReleaseGuide.md index 70f08a25..7006ff15 100644 --- a/docs/ReleaseGuide.md +++ b/docs/ReleaseGuide.md @@ -36,9 +36,9 @@ The release of the `python-bindings` repository is made directly from a release 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 @@ -55,7 +55,7 @@ The release of the `python-bindings` repository is made directly from a release 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).