Skip to content

Commit

Permalink
Update ReleaseGuide.md
Browse files Browse the repository at this point in the history
Add notes on docker release
  • Loading branch information
BenjaminRodenberg authored Feb 12, 2024
1 parent 8b76fe2 commit 6c8d7be
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/ReleaseGuide.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,5 @@ Before starting this process make sure to check that all relevant changes are in
5. Merge `master` into `develop` for synchronization of `develop`.

6. 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.

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__)"`.

0 comments on commit 6c8d7be

Please sign in to comment.