From 8bad87b810526b512d70d2741a8401b4ef437af4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20M=C3=A4der?= Date: Wed, 6 Oct 2021 17:03:38 +0200 Subject: [PATCH] Updated Release (markdown) --- Release.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Release.md b/Release.md index 0bb1b3c..5754c76 100644 --- a/Release.md +++ b/Release.md @@ -13,7 +13,7 @@ 6. Clean up your local branches: `git branch -d feature-name` 1. Put the new version into the `VERSION` file: `echo "0.20.0" > VERSION` 1. Put the new version into the `docker-compose.yml` file: Replace `:${VERSION-v3.0-1.4.1}` with the latest version combination. -1. Make a commit with the version file change: `git commit -m "Preparation for $(cat VERSION)" VERSION` +1. Make a commit with the version file change: `git commit -m "Preparation for $(cat VERSION)" VERSION docker-compose.yml` 1. Push the branch [and make a new PR on Github from `develop` to `release`][new-pr] Now another maintainer has to approve the PR.