docs: Add daemon restart step to post-release checklist
This commit is contained in:
16
RELEASING.md
16
RELEASING.md
@@ -557,11 +557,17 @@ jobs:
|
|||||||
|
|
||||||
After a successful release:
|
After a successful release:
|
||||||
|
|
||||||
1. **Announce** on relevant channels (Twitter, blog, etc.)
|
1. **Restart local daemons** to pick up the new version:
|
||||||
2. **Update documentation** if needed
|
```bash
|
||||||
3. **Close milestone** on GitHub if using milestones
|
bd daemons killall --json
|
||||||
4. **Update project board** if using project management
|
# Daemons will auto-restart with new version on next bd command
|
||||||
5. **Monitor** for issues in the first 24-48 hours
|
```
|
||||||
|
|
||||||
|
2. **Announce** on relevant channels (Twitter, blog, etc.)
|
||||||
|
3. **Update documentation** if needed
|
||||||
|
4. **Close milestone** on GitHub if using milestones
|
||||||
|
5. **Update project board** if using project management
|
||||||
|
6. **Monitor** for issues in the first 24-48 hours
|
||||||
|
|
||||||
## Troubleshooting
|
## Troubleshooting
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user