summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2014-07-15 09:43:17 +0300
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2014-07-15 09:43:17 +0300
commit59bffe6b1ed6ed425723cf6d98259bdee9f75f0a (patch)
tree440fb68731a5ffc145bfc150b85b1f3dfdf3c82d /README.md
parentf959bd4d1f80811bb41a9fd6197a44a9ce641157 (diff)
parentdf90f59c25d9d42181af31eb7c9f4219ab7a36ba (diff)
downloadgitlab-shell-59bffe6b1ed6ed425723cf6d98259bdee9f75f0a.tar.gz
Merge pull request #162 from asedge/annotated_tags
Adding support+tests for annotated tags.
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index 5740f3f..1915e5b 100644
--- a/README.md
+++ b/README.md
@@ -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