For example, in Go modules are required to have a specific version tag format (v1.2.3).
Is there such a requirement in Zig? If I’m creating a library should I create git tags like v1.2.3 or is just 1.2.3 ok?
If there isn’t a strict requirement, is there a convention that most libraries follow?