mirror of
https://github.com/CLIUtils/CLI11.git
synced 2026-01-19 04:52:08 +00:00
ci: remove conan (#853)
Signed-off-by: Henry Schreiner <henryschreineriii@gmail.com>
This commit is contained in:
13
.github/CONTRIBUTING.md
vendored
13
.github/CONTRIBUTING.md
vendored
@@ -60,19 +60,6 @@ name, pre-commit):
|
||||
pre-commit install
|
||||
```
|
||||
|
||||
## For developers releasing to Conan.io
|
||||
|
||||
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
|
||||
conan create . cliutils/stable
|
||||
conan upload "*" -r cli11 --all
|
||||
```
|
||||
|
||||
Here I've assumed that the remote is `cli11`.
|
||||
|
||||
## For maintainers: remember to add contributions
|
||||
|
||||
In a commit to a PR, just add
|
||||
|
||||
Reference in New Issue
Block a user