From 1219672a430521b295211e6c166db6f7284125f4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Arne=20S=C3=B8rli?= <81353974+arneso-ssb@users.noreply.github.com> Date: Wed, 27 Nov 2024 13:57:30 +0100 Subject: [PATCH] Fix typo in documentation --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index b4fc0826a..b7bbf1663 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -130,7 +130,7 @@ To publish the release, follow these steps: instead of the commands in 2 and 4: ```shell nox -s prepare-release -- --token= - nox -s prepare-release -- --token= + nox -s publish-release -- --token= ``` Version numbers adhere to [Calendar Versioning],