Skip to content

[question] Use of Release Candidate versioning in Conandata yml files #19401

@iamastic

Description

@iamastic

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?

  • I've read the CONTRIBUTING guide

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions