From ea9fd038f31aae34246a49c5b624c0eef37e6ece Mon Sep 17 00:00:00 2001 From: Marvin Flock Date: Tue, 12 Aug 2025 01:17:00 +0200 Subject: [PATCH] chore: update readme with more details to release process --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 219f8fe..4d59dcb 100644 --- a/README.md +++ b/README.md @@ -103,3 +103,5 @@ To create a release these steps need to be followed A release can be created again anytime by deleting the release from GitHub, deleting the tag (from GitHub and additionally from git) and repeating step 3 and 4 + +Further: merges from dev to stage and from stage to prod can only be done by creating pull requests. These pull requests will be automatically labeled as changelog-ignore