Update documentation to ensure README.md changelog is maintained

This commit is contained in:
2025-04-14 22:33:59 +01:00
parent 65f784a461
commit ef3108113e
2 changed files with 26 additions and 4 deletions

View File

@ -23,13 +23,15 @@ Detailed workflow documentation is available in the `.ai-workflows/` directory:
## Version Management
We follow [Semantic Versioning](https://semver.org/):
- **MAJOR.MINOR.PATCH** (e.g., 2.2.1)
- **MAJOR.MINOR.PATCH** (e.g., 2.2.2)
- **MAJOR**: Breaking changes
- **MINOR**: New features, non-breaking
- **PATCH**: Bug fixes, non-breaking
When updating version numbers, see **@.ai-workflows/release-process.md** for the complete checklist.
**IMPORTANT**: Always keep the changelogs in README.md, readme.txt, and CHANGELOG.md in sync to avoid confusion. All three files must be updated with the same changes for each release.
## Git Workflow
### Branch Naming Convention