We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7be0be commit d90d2f8Copy full SHA for d90d2f8
website/docs/appendix/release-process.mdx
@@ -427,7 +427,7 @@ For urgent patches to released versions:
427
428
```bash
429
git checkout v1.5.0
430
- git checkout -b hotfix/v1.5.1
+ git checkout -b release/v1.5.1
431
```
432
433
2. **Apply minimal fix**
@@ -445,7 +445,7 @@ For urgent patches to released versions:
445
If issues are discovered after release:
446
447
1. **Immediate mitigation**
448
- - Remove problematic Docker tags if possible
+ - Yank problematic Docker tags if the issue is critical.
449
- Update release notes with known issues
450
451
2. **Create hotfix release**
0 commit comments