From 5312ea0b2caf25fdd3a508efe27d55a6f9049f49 Mon Sep 17 00:00:00 2001 From: Hanno Braun Date: Mon, 20 Mar 2023 13:37:12 +0100 Subject: [PATCH] Update code blocks --- release-procedure.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/release-procedure.md b/release-procedure.md index d76ba2e4c..ac6a0236b 100644 --- a/release-procedure.md +++ b/release-procedure.md @@ -19,7 +19,7 @@ The release announcement lives on the website, and needs to be created in the [w First, create the initial draft of the release announcement: -``` +``` sh automator announcement ``` @@ -41,7 +41,7 @@ When done, deploy to the website. In the main Fornjot repository, do this: -``` +``` sh git switch -c release ```