iterative / gto

🏷️ Git Tag Ops. Turn your Git repository into Artifact Registry or Model Registry.
https://dvc.org/doc/gto
Apache License 2.0
140 stars 16 forks source link

Tag increment doesn't calculated right #371

Closed aguschin closed 1 year ago

aguschin commented 1 year ago
# commit 1
gto register results/train:pool-segmentation --version v1.0.0
gto assign results/train:pool-segmentation --version v1.0.0 --stage dev
# tag `results/train:pool-segmentation#stage#1` is created
# commit 2
gto register results/train:pool-segmentation --version v2.0.0
gto assign results/train:pool-segmentation --version v2.0.0 --stage dev

getting error that "tag exists" - since GTO again creates the same tag