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 5a5cde5 commit 36ddebb
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 @@ -39,6 +39,22 @@ These are the hooks currently available in this repository
This hook checks that some important attributes are present in the ``ConanFile``: url,
license and description, and will output a warning for the missing ones.

### [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 36ddebb

Please sign in to comment.