Compare commits

...

1 Commits

2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -146,7 +146,7 @@ func (s *Setup) CalculateSemver() SemVer {
} }
} }
if !params.varStrict { if !params.varStrict && !s.Force.Strict {
s.Semver.Patch++ s.Semver.Patch++
debugPrint(fmt.Sprintln("Incrementing patch (DEFAULT) on ", strings.TrimSuffix(commit.Message, "\n"), "| Semver:", s.getSemver())) debugPrint(fmt.Sprintln("Incrementing patch (DEFAULT) on ", strings.TrimSuffix(commit.Message, "\n"), "| Semver:", s.getSemver()))
} }
+1
View File
@@ -3,6 +3,7 @@ force:
major: 1 major: 1
minor: 4 minor: 4
existing: true existing: true
strict: false
commit: 960207e4677476ad31a9f389f74eaf9f33d49613 commit: 960207e4677476ad31a9f389f74eaf9f33d49613
wording: wording:
patch: patch: