Plans for CI
Plans for CI
Versioning
Number: X.Y.ZCI will automatically handle versioning, committing it directly to the main branch as part of the automated release pipeline ("Tuesday Snap"). For Patch Tuesday, it sets Z to zero and increments Y; X remains unchanged. For emergency patches, only Z is incremented, leaving the others untouched. The version is automatically incremented, pushed to main by CI, and then tagged and released.
Patch Notes
Patch notes will be auto-generated, with PRs checked against a standard format. PR titles should start with one of these words (in this order):- Stabilised
- Added
- Updated
- Improved
- Fixed
- Removed
- Discontinued
- Miscellaneous