summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG4
-rw-r--r--README.md20
2 files changed, 24 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 8c25ffe..a0db4ea 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,7 @@
+v1.6.0
+ - Create branch/tag functionality
+ - Remove branch/tag functionality
+
v1.5.0
- Logger
- Ability to specify ca_file/ca_path
diff --git a/README.md b/README.md
index ab001ab..90f532d 100644
--- a/README.md
+++ b/README.md
@@ -40,6 +40,26 @@ Fork repo
./bin/gitlab-projects fork-project gitlab/gitlab-ci.git randx
+Update HEAD
+
+ ./bin/gitlab-projects update-head gitlab/gitlab-ci.git 3-2-stable
+
+Create branch
+
+ ./bin/gitlab-projects create-branch gitlab/gitlab-ci.git 3-2-stable master
+
+Remove branch
+
+ ./bin/gitlab-projects rm-branch gitlab/gitlab-ci.git 3-0-stable
+
+Create tag
+
+ ./bin/gitlab-projects create-tag gitlab/gitlab-ci.git v3.0.0 3-0-stable
+
+Remove tag
+
+ ./bin/gitlab-projects rm-tag gitlab/gitlab-ci.git v3.0.0
+
### Keys: