Release Process
Detailed description of the automated release process.
See Development Workflow for the complete description of the release workflow.
Overview
Push code changes to
mainGitHub Actions calculates new version
Release is created
PyPI and PlatformIO are updated
Both have identical version
Semantic Versioning
feat:→ Minor Bump (0.X.0)fix:→ Patch Bump (0.0.X)BREAKING CHANGE:→ Major Bump (X.0.0)
See Also
Development Workflow - Development workflow