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