mirror of
https://github.com/lukaszraczylo/semver-generator.git
synced 2026-06-18 01:41:19 +00:00
Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
5878e650f7
|
+1
-1
@@ -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()))
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user