Replies: 1 comment 3 replies
-
Since people may already have several GitVersion configuration files, I think we need to do this with an opt-in flag of some sort to not break anything. Alternatively, we postpone this feature to v7. Thoughts? |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Given the new release that supports multiple versions on the same repository, would you consider handing configuration values in a fashion similar to Directory.Build.props by msbuild? That is, merge files in the parent folders, with the current directory overriding all parents.
That way, we could maintain a centralized configuration for branches & deployment modes, while being able to override items such as ignore-paths & tag-prefix. An alternative solution would be to add ignore-paths as an available key for overrideconfig.
Beta Was this translation helpful? Give feedback.
All reactions