diff options
author | Sean Edge <asedge@gmail.com> | 2014-07-09 22:16:52 -0400 |
---|---|---|
committer | Sean Edge <asedge@gmail.com> | 2014-07-09 22:16:52 -0400 |
commit | 5bf1363ea66517561386a6a9b56226ed1fd97a5a (patch) | |
tree | 5a12c47de58f6dac126f75121e9767acf3cd3292 /README.md | |
parent | f959bd4d1f80811bb41a9fd6197a44a9ce641157 (diff) | |
download | gitlab-shell-5bf1363ea66517561386a6a9b56226ed1fd97a5a.tar.gz |
Adding support+tests for annotated tags.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -58,9 +58,10 @@ Remove branch ./bin/gitlab-projects rm-branch gitlab/gitlab-ci.git 3-0-stable -Create tag +Create tag (lightweight & annotated) ./bin/gitlab-projects create-tag gitlab/gitlab-ci.git v3.0.0 3-0-stable + ./bin/gitlab-projects create-tag gitlab/gitlab-ci.git v3.0.0 3-0-stable 'annotated message goes here' Remove tag |