Skip to main content

Module effective

Module effective 

Source
Expand description

Resolution of the final (effective) configuration applied to a specific branch.

Simplified port of the inheritance/merge rules from the original GitVersion.Core/Configuration/EffectiveConfiguration.cs and EffectiveBranchConfigurationFinder.cs.

Structs§

EffectiveConfiguration
All configuration values flattened to those effective for a given branch.

Functions§

find_branch_config
Return the branch-config key and its configuration that match branch_name. Concrete (non-unknown) branches take priority; falls back to unknown when nothing else matches.