Skip to content

Versioning Topologies

The following flowchart shows how tc can be used in a CI/CD system to tag and version topologies.

Stage1 image

  1. PR Merge

    Terminal window
    tc tag --next patch
  2. Release to QA (bump Minor)

    Terminal window
    tc tag --next minor

    Release step is optional.