docs: fix release steps in CONTRIBUTING.md

The steps were rebased incorrectly.

Fixes: 575d978202 (docs: Rework CONTRIBUTING guidelines)
This commit is contained in:
Kirill Chibisov 2024-04-18 20:27:31 +04:00 committed by GitHub
parent 080556f2c8
commit 24faacf497
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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