Releases and Versioning¶
When the pipeline is stable, Dr. X creates a release:
- Navigate to "Releases" → "Create a new release"
- Tag version:
v1.0.0 - Title:
CellClusterFlow v1.0.0 - First stable release - Description: Changelog of features
- Attach compiled files (if needed)
- Click "Publish release"
Now users can reference specific versions:
%%{init: {'theme':'base'}}%%
gitGraph
commit id: "Initial commit"
commit id: "Add QC"
commit id: "Add clustering" tag: "v0.1.0"
commit id: "Fix bugs"
commit id: "Add UMAP" tag: "v1.0.0"
commit id: "Dev continues..."