From f0a91a71d2746e29caf8de78dc3c192df8e54ae4 Mon Sep 17 00:00:00 2001 From: Andronik Ordian Date: Wed, 19 Sep 2018 18:41:31 +0200 Subject: [PATCH] docs(rpc): annotate tag with the provided message --- 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 c4738f4d897..cb2a00278bb 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() {