From 24faacf4977c498f56a60f525bdf60120b44e35f Mon Sep 17 00:00:00 2001 From: Kirill Chibisov Date: Thu, 18 Apr 2024 20:27:31 +0400 Subject: [PATCH] docs: fix release steps in CONTRIBUTING.md The steps were rebased incorrectly. Fixes: 575d978202 (docs: Rework CONTRIBUTING guidelines) --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 1976f0dd..74351b27 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -140,6 +140,6 @@ When doing a patch release, the process is similar: 1. Initially, the version of the latest release is `0.2.0` 2. Checkout the `v0.2.x` branch 3. Cherry-pick the required non-breaking changes into the `v0.2.x` - 4. Follow steps 3-7 of the regular release example + 4. Follow steps 4-9 of the regular release example [CODEOWNERS]: .github/CODEOWNERS