From 7763ab8809a4db8e423029958731d065526f88ed Mon Sep 17 00:00:00 2001 From: Henry Fredrick Schreiner Date: Thu, 19 Apr 2018 13:17:19 +0200 Subject: [PATCH] Fixing CI upload for Conan.io [skip ci] --- .github/CONTRIBUTING.md | 2 +- .travis.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index 7c92e819..f09e1f28 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -29,7 +29,7 @@ And, if you want to always use it, feel free to install the git hook provided in ## For developers releasing to Conan.io -The steps to make a Conan.io release are: +This is now done by the CI system on tagged releases. Previously, the steps to make a Conan.io release were: ```bash conan remove '*' # optional, I like to be clean diff --git a/.travis.yml b/.travis.yml index ac8ba761..1e452a54 100644 --- a/.travis.yml +++ b/.travis.yml @@ -96,7 +96,7 @@ matrix: script: - .ci/make_and_test.sh 11 after_success: - - conan create . CLIUtils/stable + - conan create . cliutils/stable - | if [ "${TRAVIS_TAG}" ] then