colcon-xmake Release Notes Process
- Update version in:
setup.cfgcolcon_xmake/__init__.py
- Run checks:
python3 -m pytest -q- workspace E2E scripts from root repo
- Tag release:
git tag vX.Y.Z
- Build artifacts:
python3 -m pip install buildpython3 -m build
- Publish artifacts according to your package index policy.