-
Notifications
You must be signed in to change notification settings - Fork 989
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
#3671 Add attribute tags #3702
#3671 Add attribute tags #3702
Conversation
- Support new attribute on Conafile: tags Signed-off-by: Uilian Ries <uilianries@gmail.com>
- Validate both inspect and info commands using tags as attribute Signed-off-by: Uilian Ries <uilianries@gmail.com>
- Fix attribute order to validate inspect command Signed-off-by: Uilian Ries <uilianries@gmail.com>
- We believe that topics is a better name, because tags remember svn and git features. - We voted also for labels but topics sounds better. - Thanks to @SSE4 for 'topics' Signed-off-by: Uilian Ries <uilianries@gmail.com>
- Homepage is optional but will be listed by info and inspect commands - Update unit tests to validate homepage - Update topics to be used as tuple Signed-off-by: Uilian Ries <uilianries@gmail.com>
5a64a34
to
7a90b4f
Compare
what does mean that error? https://conan-ci.jfrog.info/blue/organizations/jenkins/ConanTestSuite/detail/PR-3702/4/pipeline |
Relaunched CI |
This is adding |
There is a PR related to topics on conan-io/docs but I don't know how to proceed about changelog |
We generate the changelog for a version automatically by parsing all the PRs that are merged into that version, our script takes the |
nice 👍 |
Signed-off-by: Uilian Ries <uilianries@gmail.com>
conan-io#3671 Add attribute tags
Changelog: Feature: Added
topics
attribute to theConanFile
to specify topics (a.k.a tags, a.k.a keywords) to the recipe.This PR is related to #3671
Also, I added
author
as default attribute when runningconan new
Docs PR: conan-io/docs#875
develop
branch, documenting this one.