Skip to content

Commit

Permalink
- update README
Browse files Browse the repository at this point in the history
Signed-off-by: SSE4 <[email protected]>
  • Loading branch information
SSE4 committed Jan 29, 2019
1 parent b62bf90 commit a58acf2
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,22 @@ If you handle multiple dependencies in your project is better to add a *conan.co
conan-center
```

### [GitHub Update](plugins/github-updater.py)

This Conan hook reads your recipe and updates its GitHub repository properties using the attributes.

The following attributes are updated:

- homepage

- description

- topics

It's necessary to pass GitHub token by environment variable: *GITHUB_TOKEN*.

The hook is automatically called when *export* command is executed.

## License

[MIT License](LICENSE)

0 comments on commit a58acf2

Please sign in to comment.