📝 Add CHANGELOG update requirement to Git Flow Workflow guidelines

This commit is contained in:
Dan Jones 2025-11-05 16:34:04 -06:00
commit 193eb43c93

View file

@ -33,6 +33,7 @@
- `hot/version` - Hotfixes for production issues, merge to **both** `stable` and `develop` - `hot/version` - Hotfixes for production issues, merge to **both** `stable` and `develop`
- `rel/version` - Release preparation branches - `rel/version` - Release preparation branches
- **Version tags**: Prefix all version tags with `v` (e.g., `v1.0.2`, `v0.0.6`) - **Version tags**: Prefix all version tags with `v` (e.g., `v1.0.2`, `v0.0.6`)
- **Releases**: Update CHANGELOG.md with a summary of changes for each new version
- **Never commit directly to**: `stable` branch (only merge from `rel/` or `hot/` branches) - **Never commit directly to**: `stable` branch (only merge from `rel/` or `hot/` branches)
- **Before starting work**: Ensure you're on `develop` branch or create an appropriate feature branch from it - **Before starting work**: Ensure you're on `develop` branch or create an appropriate feature branch from it