The following flowchart shows how tc can be used in a CI/CD system to tag and version topologies.
tc
PR Merge
tc tag --next patch
Release to QA (bump Minor)
tc tag --next minor
Release step is optional.