diff --git a/docs/ReleaseGuide.md b/docs/ReleaseGuide.md index 8f33b07f..b14532d0 100644 --- a/docs/ReleaseGuide.md +++ b/docs/ReleaseGuide.md @@ -16,7 +16,7 @@ The release of the `python-bindings` repository is made directly from a release 4. [Draft a New Release](https://github.com/precice/python-bindings/releases/new) in the `Releases` section of the repository page in a web browser. * The release tag needs to be the exact version number (i.e.`v2.1.1.1` or `v2.1.1.1rc1`, compare to [existing tags](https://github.com/precice/python-bindings/tags)). - * If this is a full release, use `@target:master`. If this is a pre-release, use `@target:python-bindings-v2.1.1.1`. If you are making a pre-release, **directly skip to the [pre-release](#pre-release) section below**. + * If this is a stable release, use `@target:master`. If this is a pre-release, use `@target:python-bindings-v2.1.1.1`. If you are making a pre-release, **directly skip to the [pre-release](#pre-release) section below**. * Release title is also the version number (i.e. `v2.1.1.1` or `v2.1.1.1rc1`, compare to [existing releases](https://github.com/precice/python-bindings/tags)). 5. As soon as one approving review is made, merge the release PR (from `python-bindings-v2.1.1.1`) into `master`.