Skip to content

Releases and Versioning

When the pipeline is stable, Dr. X creates a release:

  1. Navigate to "Releases""Create a new release"
  2. Tag version: v1.0.0
  3. Title: CellClusterFlow v1.0.0 - First stable release
  4. Description: Changelog of features
  5. Attach compiled files (if needed)
  6. Click "Publish release"

Now users can reference specific versions:

git clone --branch v1.0.0 https://github.com/DrX/CellClusterFlow.git
%%{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..."