Fix minor version incrementation
parent
efdf01c071
commit
d7c5ec16cb
|
@ -45,7 +45,7 @@ func ResolveVersion(cfg *config.RepoConfig, last *gitea.Release, changelog *Chan
|
|||
if incMajor {
|
||||
nextVersion = lastVersion.IncMajor()
|
||||
} else if incMinor {
|
||||
nextVersion = lastVersion.IncMajor()
|
||||
nextVersion = lastVersion.IncMinor()
|
||||
} else if incPatch {
|
||||
nextVersion = lastVersion.IncPatch()
|
||||
} else {
|
||||
|
|
Loading…
Reference in New Issue