Skip to content

Commit

Permalink
Remove leading spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
fsimonis committed Nov 4, 2024
1 parent a2829e9 commit 513e547
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/ReleaseGuide.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 <[email protected]>
Expand All @@ -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).
Expand Down

0 comments on commit 513e547

Please sign in to comment.