@@ -16,6 +16,7 @@ public TestEffectiveConfiguration(
16
16
string nextVersion = null ,
17
17
string branchPrefixToTrim = "" ,
18
18
bool preventIncrementForMergedBranchVersion = false ,
19
+ string tagNamePattern = null ,
19
20
string tagNumberPattern = null ,
20
21
string continuousDeploymentFallbackTag = "ci" ,
21
22
bool trackMergeTarget = false ,
@@ -29,7 +30,7 @@ public TestEffectiveConfiguration(
29
30
IEnumerable < IVersionFilter > versionFilters = null
30
31
) :
31
32
base ( assemblyVersioningScheme , assemblyInformationalFormat , versioningMode , gitTagPrefix , tag , nextVersion , IncrementStrategy . Patch ,
32
- branchPrefixToTrim , preventIncrementForMergedBranchVersion , tagNumberPattern , continuousDeploymentFallbackTag ,
33
+ branchPrefixToTrim , preventIncrementForMergedBranchVersion , tagNamePattern , tagNumberPattern , continuousDeploymentFallbackTag ,
33
34
trackMergeTarget ,
34
35
majorMessage , minorMessage , patchMessage ,
35
36
commitMessageMode , legacySemVerPadding , buildMetaDataPadding , commitsSinceVersionSourcePadding ,
0 commit comments