Page:
AUTO-BUMP
Clone
Wiki
/
features
/
AUTO-BUMP.-
Table of Contents
Auto Version Bump
Every push to dev triggers an automatic patch version bump via auto-bump.yml.
How It Works
version_bump.phpincrements the patch segment (ZZ+1)version_set_platform.phppropagates to all platform filesversion_check.php --fixensures consistency- Commits with
[skip ci]to avoid retriggering
Skip Conditions
[skip ci]in commit message[skip bump]in commit message
Version Bump Sequence
| Trigger | Bump Type | Example |
|---|---|---|
| Push to dev | Patch (ZZ+1) | 09.02.00 -> 09.02.01 |
| Pre-release (alpha/beta/rc) | None (already bumped) | uses current |
| PR merge to main (stable) | Minor (YY+1) | 09.02.01 -> 09.03.00 |
Files Updated
version_bump.php writes to all version sources:
- .mokogitea/manifest.xml
- README.md
- Joomla XML manifests
- Dolibarr mod*.class.php
- composer.json
- package.json (Node.js)
- pyproject.toml (Python)
Pages
- features
- operations
- reference
- workflows-release-system
- workflows-renovate
- workflows-reusable-workflows
- workflows-rs-deployment
- workflows-secret-scanning
- workflows-shared-workflows
- workflows-standards-compliance
- workflows-static-analysis
- workflows-sub-issue-management
- workflows-update-server
- workflows-workflow-architecture
- workflows