From 1c63767bdd92c77bd18a18384f4f68d344fda134 Mon Sep 17 00:00:00 2001 From: CaCO3 Date: Fri, 27 Jan 2023 21:49:29 +0100 Subject: [PATCH] Update Release-creation.md --- docs/Release-creation.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/Release-creation.md b/docs/Release-creation.md index 995ebcd..affca45 100644 --- a/docs/Release-creation.md +++ b/docs/Release-creation.md @@ -8,6 +8,7 @@ 1. Merge`rolling` into `master` branch 2. Best to wait for the GitHub action to run successfully 3. On `master` branch tag the version like `v11.3.1` and don't forget to push it: + ``` git checkout master git pull