From d34f9166dab8cdf7e0ced66ce5d8e1a7f8fb8332 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Henning=20Schiebenh=C3=B6fer?= Date: Wed, 29 May 2024 08:45:34 +0200 Subject: [PATCH] fix whitespace error --- mex-{{ cookiecutter.project_name }}/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mex-{{ cookiecutter.project_name }}/README.md b/mex-{{ cookiecutter.project_name }}/README.md index 0bf89c7..1421634 100644 --- a/mex-{{ cookiecutter.project_name }}/README.md +++ b/mex-{{ cookiecutter.project_name }}/README.md @@ -76,8 +76,8 @@ components of the MEx project are open-sourced under the same license as well. ### creating release -- run `pdm release RULE` to release a new version where RULE determines which part of -the version to update and is one of `major`, `minor`, `patch`. +- run `pdm release RULE` to release a new version where RULE determines which part of + the version to update and is one of `major`, `minor`, `patch`. ### container workflow