Tags annotés Git

// git annoted tags
$ git tag -a v1.4 -m "my version 1.4"
$ git tag
v0.1
v1.3
v1.4
Flavio Moreira