Skip to content

Commit d90d2f8

Browse files
committed
Website: update release branch name for hotfix
1 parent b7be0be commit d90d2f8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

website/docs/appendix/release-process.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -427,7 +427,7 @@ For urgent patches to released versions:
427427

428428
```bash
429429
git checkout v1.5.0
430-
git checkout -b hotfix/v1.5.1
430+
git checkout -b release/v1.5.1
431431
```
432432

433433
2. **Apply minimal fix**
@@ -445,7 +445,7 @@ For urgent patches to released versions:
445445
If issues are discovered after release:
446446

447447
1. **Immediate mitigation**
448-
- Remove problematic Docker tags if possible
448+
- Yank problematic Docker tags if the issue is critical.
449449
- Update release notes with known issues
450450

451451
2. **Create hotfix release**

0 commit comments

Comments
 (0)