From 169e4ec687ce6bc3a514d6309dcaa7f978b86dfc Mon Sep 17 00:00:00 2001 From: Henry Fredrick Schreiner Date: Mon, 9 Apr 2018 16:34:58 +0200 Subject: [PATCH] Adding minor updates to docs to point at the new version --- .github/CONTRIBUTING.md | 13 ++++++++++++- README.md | 4 ++-- 2 files changed, 14 insertions(+), 3 deletions(-) diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index 390cf0f..7dbd9f9 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -25,6 +25,17 @@ Note that the style check is really just: git ls-files -- '.cpp' '.hpp' | xargs clang-format -i -style=file ``` -And, if you want to always use it, feel free to install the git hook provided in stripts. +And, if you want to always use it, feel free to install the git hook provided in scripts. +## For developers releasing to Conan.io +The steps to make a Conan.io release are: + +```bash +conan delete '*' # optional, I like to be clean + +conan create . CLIUtils/stable +conan upload "*" -r cli11 --all +``` + +Here I've assumed that the remote is `cli11`. diff --git a/README.md b/README.md index cd8edfd..44cd7bf 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ [Documentation][GitBook] • [API Reference][api-docs] • [What's new](./CHANGELOG.md) • -[Try CLI11 1.4 online][wandbox-link] +[Try CLI11 1.5 online][wandbox-link] # CLI11: Command line parser for C++11 @@ -439,7 +439,7 @@ CLI11 was developed at the [University of Cincinnati] to support of the [GooFit] [Version 1.0 post]: https://iscinumpy.gitlab.io/post/announcing-cli11-10/ [Version 1.3 post]: https://iscinumpy.gitlab.io/post/announcing-cli11-13/ [wandbox-online]: https://img.shields.io/badge/try%20it-online-orange.svg -[wandbox-link]: https://wandbox.org/permlink/g7tRkuU8xY3aTIVP +[wandbox-link]: https://wandbox.org/permlink/3a2C5qg6vUjSSpr7 [releases-badge]: https://img.shields.io/github/release/CLIUtils/CLI11.svg [cli11-po-compare]: https://iscinumpy.gitlab.io/post/comparing-cli11-and-boostpo/ [DIANA slides]: https://indico.cern.ch/event/619465/contributions/2507949/attachments/1448567/2232649/20170424-diana-2.pdf -- libgit2 0.21.4