summaryrefslogtreecommitdiff
path: root/merge.go
diff options
context:
space:
mode:
Diffstat (limited to 'merge.go')
-rw-r--r--merge.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/merge.go b/merge.go
index 76566ed..0ca2227 100644
--- a/merge.go
+++ b/merge.go
@@ -186,6 +186,7 @@ func (rs *RepoStatus) setTag() bool {
rs.newversion.SetLabel(newver)
return true
}
+
// the newversion field goes through some sanity checking
// to make sure it's greater than the existing tag and
// valid according to golang -- it must be format 'v1.2.3'