From 7393fd36619936fbb651cd5a1dc1bd22d268ed7b Mon Sep 17 00:00:00 2001 From: Mikel Larreategi Date: Mon, 11 Nov 2024 08:06:14 +0100 Subject: [PATCH] Update project/{{ cookiecutter.__folder_name }}/devops/README-GITLAB.md Co-authored-by: Steve Piercy --- .../{{ cookiecutter.__folder_name }}/devops/README-GITLAB.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/{{ cookiecutter.__folder_name }}/devops/README-GITLAB.md b/project/{{ cookiecutter.__folder_name }}/devops/README-GITLAB.md index a9bed97..2cb6878 100644 --- a/project/{{ cookiecutter.__folder_name }}/devops/README-GITLAB.md +++ b/project/{{ cookiecutter.__folder_name }}/devops/README-GITLAB.md @@ -86,7 +86,7 @@ See [Use SSH keys to communicate with GitLab](https://docs.gitlab.com/ee/user/ss Check the section "Server Setup" in the file `README.md` in the same folder as this file for details. Be aware that the key generated by this template will not be added to your git repository because it is explicitly excluded by the `.gitignore` file. -## Development & deployment 🚀 +## Development and deployment 🚀 The development should be done in a separate branch such as `develop`.