episode: Rebase feature branch onto next-release before PR to avoid merge conflicts

This commit is contained in:
Cal Corum 2026-02-22 16:41:43 -06:00
parent fb173f9398
commit b2eae87985

View File

@ -60,3 +60,7 @@ Work types: configuration,
## 16:41 - Fix: UTC/CST timezone ambiguity in transaction freeze/thaw scheduling — utils/timezone.py
- **Type:** fix
- **Tags:** major-domo, timezone, transaction-freeze, production-fix, discord-bot, python, fix
## 16:41 - Rebase feature branch onto next-release before PR to avoid merge conflicts
- **Type:** procedure
- **Tags:** major-domo, git-workflow, next-release, rebase, discord-bot, procedure