From 06cc2880e70c1082f2f9bfea7e62bd0f1dc68289 Mon Sep 17 00:00:00 2001 From: Joel Collins <2579603-jtc42@users.noreply.gitlab.com> Date: Wed, 9 Dec 2020 15:34:58 +0000 Subject: [PATCH] Formatting --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 9ed94acb..f579183a 100644 --- a/README.md +++ b/README.md @@ -13,13 +13,13 @@ This includes installing the server in a mode better suited for active developme ## Creating releases * Update the applications internal version number - * `poetry version X.y.z` (replace X.y.z with a semantic version number) - * or `poetry version {patch/minor/major}` (see https://python-poetry.org/docs/cli/#version) - * Git commit and git push + * `poetry version X.y.z` (replace X.y.z with a semantic version number) + * or `poetry version {patch/minor/major}` (see https://python-poetry.org/docs/cli/#version) + * Git commit and git push * Create a new version tag on GitLab (e.g. V2.6.11) - * Make sure you prefix a lower case 'v', otherwise it won't be recognised as a release! - * This tagging will trigger a CI pipeline that builds the JS client, tarballs up the server, and deploys it - * Note: This also updates the build servers nginx redirect map file + * Make sure you prefix a lower case 'v', otherwise it won't be recognised as a release! + * This tagging will trigger a CI pipeline that builds the JS client, tarballs up the server, and deploys it + * Note: This also updates the build servers nginx redirect map file ## Local installation