# `mix nebula_graph_ex.tag`
[🔗](https://github.com/VChain/nebula_graph_ex/blob/v0.1.10/lib/mix/tasks/nebula_graph_ex.tag.ex#L1)

Creates an annotated git tag that matches the version in `mix.exs`.

Usage:

    mix nebula_graph_ex.tag

The task reads `@version` from `mix.exs` and creates `v<version>`.
It refuses to run if the git worktree is dirty or the tag already exists.

---

*Consult [api-reference.md](api-reference.md) for complete listing*
