[[Git]]で[[注釈付きのタグ]]を作成する方法。 ```bash # local git tag -m '${message}' 1.0.0 # remote (if `followTags = true`) git push ```