What is your question?
Hello
When writing up a conandata.yml, how can we use or specify RC versions? For example, if I want to apply a particular patch to RC versions of a particular version,
sources:
"1.0.0":
url: "someprojectURL"
tag: "4526537665"
patches:
"1.0.0-*"
- patch_file: "patches/somePatch.patch"
Is this possible? Can we use wild cards for referencing version numbers?
Have you read the CONTRIBUTING guide?