Skip to content

Commit eec2d8b

Browse files
committed
fix(docs): correct step numbering in release process documentation
1 parent 1306fab commit eec2d8b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/website/src/content/docs/en/guides/release.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ git push origin main
6767
git push origin v0.1.1
6868
```
6969

70-
2) If you created the tag first (what caused the CI failure you saw), sync the code to the tag locally and commit the change
70+
1) If you created the tag first (what caused the CI failure you saw), sync the code to the tag locally and commit the change
7171

7272
```bash
7373
# Ensure tag exists locally (or fetch it)

0 commit comments

Comments
 (0)