Skip to main content

Module config

Module config 

Source
Expand description

GitVersion configuration: data model, workflow defaults, effective config, loader.

Re-exports§

pub use model::*;

Modules§

defaults
Built-in default configuration per workflow.
effective
Resolution of the final (effective) configuration applied to a specific branch.
loader
Configuration file discovery, YAML loading, and default merging.
model
GitVersion configuration data model.