Update deployment docs, complete Deployment Strategy epic
Rewrite DEPLOYMENT.md to reflect current state (CI/CD, backups, merge strategy). Expand CI paths-ignore to skip docs, license, gitignore, and deploy workflow changes. Add merge strategy to CLAUDE.md. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -4,6 +4,8 @@
|
||||
- Day-to-day work happens on `develop`.
|
||||
- New work is done on `feature/*` branches off `develop`.
|
||||
- Merge flow: `feature/*` → `develop` → `main`.
|
||||
- **Squash merge** `feature/*` into `develop` (one clean commit per feature).
|
||||
- **Merge commit** `develop` into `main` (marks deploy points).
|
||||
|
||||
# Instructions
|
||||
|
||||
|
||||
Reference in New Issue
Block a user