release-process
Installation
SKILL.md
Cloud Foundation Fabric Release Process
This skill guides maintainers through the process of cutting a new release for the Cloud Foundation Fabric (CFF) repository.
CRITICAL: Release names and tags MUST ALWAYS be prefixed with
v(e.g.,v55.1.0,v56.0.0).
Prerequisites
- Permissions: You must have write/release permissions on the repository.
- GitHub Token: A valid GitHub token (can be easily derived by running
gh auth token). - Environment: You can run the tools using either
uv(recommended) or a standard Python virtual environment withtools/requirements.txtinstalled.
1. Preparation
Start from the master branch and ensure you are up to date: