Skip to content

Commit

Permalink
Fix bare links.
Browse files Browse the repository at this point in the history
  • Loading branch information
BenjaminRodenberg committed Nov 7, 2024
1 parent a90f9ad commit debb274
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/ReleaseGuide.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Before starting this process make sure to check that all relevant changes are in

7. Now there should be a tag for the release. Re-run the [docker release workflow `build-docker.yml` via dispatch](https://github.com/precice/fenics-adapter/actions/workflows/build-docker.yml) such that the correct version is picked up by `versioneer`. Check the version in the container via `docker pull precice/fenics-adapter`, then `docker run -ti precice/fenics-adapter`, and inside the container `$ python3 -c "import fenicsprecice; print(fenicsprecice.__version__)"`.

8. Add an empty commit (details https://github.com/precice/python-bindings/issues/109) on master by running the steps:
8. Add an empty commit (details see [here](https://github.com/precice/python-bindings/issues/109)) on master by running the steps:

```bash
git checkout master
Expand All @@ -54,4 +54,4 @@ Before starting this process make sure to check that all relevant changes are in
Release v2.2.0
```

For more details refer to https://github.com/precice/python-bindings/issues/109 and https://github.com/python-versioneer/python-versioneer/issues/217.
For more details refer to [this issue](https://github.com/precice/python-bindings/issues/109) and [this issue](https://github.com/python-versioneer/python-versioneer/issues/217).

0 comments on commit debb274

Please sign in to comment.