Backports for 2.1.1 beta (#9599)

* parity: bump version to 2.1.1 beta

* ci: fix regex 🙄

* docs(rpc): annotate tag with the provided message
This commit is contained in:
Afri Schoedon
2018-09-19 20:31:26 +02:00
committed by GitHub
parent 363ad10906
commit cb09330cb3
5 changed files with 13 additions and 13 deletions

View File

@@ -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() {