Skip to content

Chain resolver

Pre-release
Pre-release

Choose a tag to compare

@yannickl88 yannickl88 released this 21 Jan 10:24

With this release the chain resolver is added as a build-in resolver. You can use this as follows:

features:
    tags:
        beta:
            chain:
                request: ["beta", "on"]
                other: ~
                more: ["foo"]

The chain resolver only requires one resolver to resolve to true in order for it to be active.