Skip to content

Commit

Permalink
Fix indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
fsimonis committed Sep 6, 2024
1 parent 4cee6f4 commit a2829e9
Showing 1 changed file with 26 additions and 26 deletions.
52 changes: 26 additions & 26 deletions docs/ReleaseGuide.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 <[email protected]>
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 <[email protected]>
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 failure on line 39 in docs/ReleaseGuide.md

View workflow job for this annotation

GitHub Actions / check_md

Trailing spaces [Expected: 0 or 2; Actual: 3]

Check failure on line 39 in docs/ReleaseGuide.md

View workflow job for this annotation

GitHub Actions / check_md

Trailing spaces [Expected: 0 or 2; Actual: 3]
Check that everything is in order via `git log`. Important: The `tag` and `origin/master` should not point to the same commit. For example:

Check failure on line 41 in docs/ReleaseGuide.md

View workflow job for this annotation

GitHub Actions / check_md

Trailing spaces [Expected: 0 or 2; Actual: 3]

Check failure on line 41 in docs/ReleaseGuide.md

View workflow job for this annotation

GitHub Actions / check_md

Trailing spaces [Expected: 0 or 2; Actual: 3]
```bash
commit 44b715dde4e3194fa69e61045089ca4ec6925fe3 (HEAD -> master, origin/master)
Author: Benjamin Rodenberg <[email protected]>
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 <[email protected]>
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
```

Check failure on line 58 in docs/ReleaseGuide.md

View workflow job for this annotation

GitHub Actions / check_md

Trailing spaces [Expected: 0 or 2; Actual: 3]

Check failure on line 58 in docs/ReleaseGuide.md

View workflow job for this annotation

GitHub Actions / check_md

Trailing spaces [Expected: 0 or 2; Actual: 3]
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 a2829e9

Please sign in to comment.