From 9fbdca49e68328043ef113f9b786687f74e95f50 Mon Sep 17 00:00:00 2001 From: Ishaan Desai Date: Tue, 19 Mar 2024 16:51:49 +0100 Subject: [PATCH] Remove confusing phrase from the release guide --- docs/ReleaseGuide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/ReleaseGuide.md b/docs/ReleaseGuide.md index d8fc0d3a..6365b0dc 100644 --- a/docs/ReleaseGuide.md +++ b/docs/ReleaseGuide.md @@ -10,7 +10,7 @@ Before starting this process make sure to check that all relevant changes are in a) Before merging the PR, make sure to bump the version in `CHANGELOG.md` on `fenics-adapter-vX.X.X`. - b) Update the version in `CITATION.cff` and update the release date. + b) Update the version in `CITATION.cff`. c) There is no need to bump the version anywhere else, since we use the [python-versioneer](https://github.com/python-versioneer/python-versioneer/) for maintaining the version everywhere else.