| Tag | Description |
|---|---|
| dotnet-v5 | .NET libs/microservice |
| dotnet-specs-v1 | .NET specs |
| node-v1 | node e.g. libs for node/lerna/cli/ngx etc... |
| fe-v6 | frontend app |
| vor-v2 | vor config checks |
# move tag
git tag -f v1 {new commit hash} (or use ui for this)
git push origin v1 -f
# shorthand
TAG=<TAG> && git tag -f $TAG && git push origin $TAG -f