From 6253308e2edbc2931c7c898b17a623e1b982e199 Mon Sep 17 00:00:00 2001 From: Andronik Ordian Date: Wed, 19 Sep 2018 20:23:47 +0200 Subject: [PATCH] docs(rpc): annotate tag with the provided message (#9601) --- scripts/gitlab/rpc-docs.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/gitlab/rpc-docs.sh b/scripts/gitlab/rpc-docs.sh index c4738f4d8..cb2a00278 100755 --- a/scripts/gitlab/rpc-docs.sh +++ b/scripts/gitlab/rpc-docs.sh @@ -34,7 +34,7 @@ commit_files() { git checkout -b rpcdoc-update-${CI_COMMIT_REF_NAME} git add . git commit -m "Update docs to ${CI_COMMIT_REF_NAME}" - git tag -a "${CI_COMMIT_REF_NAME}" + git tag -a "${CI_COMMIT_REF_NAME}" -m "Update RPC docs to ${CI_COMMIT_REF_NAME}" } upload_files() {