We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42a2a1e commit 24d257eCopy full SHA for 24d257e
src/GitVersionCore/Configuration/BranchConfig.cs
@@ -16,6 +16,8 @@ public BranchConfig(BranchConfig branchConfiguration)
16
PreventIncrementOfMergedBranchVersion = branchConfiguration.PreventIncrementOfMergedBranchVersion;
17
TagNumberPattern = branchConfiguration.TagNumberPattern;
18
TrackMergeTarget = branchConfiguration.TrackMergeTarget;
19
+ MajorVersionBumpMessage = branchConfiguration.MajorVersionBumpMessage;
20
+ MinorVersionBumpMessage = branchConfiguration.MinorVersionBumpMessage;
21
PatchVersionBumpMessage = branchConfiguration.PatchVersionBumpMessage;
22
CommitMessageVersionBumpMode = branchConfiguration.CommitMessageVersionBumpMode;
23
}
0 commit comments