summaryrefslogtreecommitdiff
path: root/update.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-01-20 21:18:03 -0600
committerJeff Carr <[email protected]>2024-01-20 21:18:03 -0600
commit7a05ee53abcc5585a727f541a7d685121b7f8145 (patch)
tree6ce2bb006c323a7bc73f25485b4f1b2d8c9c3031 /update.go
parente3cc044efc879682911c8f62f77d07ca7c49b7e9 (diff)
changes for the autotypistv0.12.17
go mod automation testing read tags Signed-off-by: Jeff Carr <[email protected]> Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'update.go')
-rw-r--r--update.go3
1 files changed, 3 insertions, 0 deletions
diff --git a/update.go b/update.go
index 0feb90a..8c234d8 100644
--- a/update.go
+++ b/update.go
@@ -116,6 +116,9 @@ func (rs *RepoStatus) EnableSelectTag() {
// disable adding a tag message
rs.versionMessage.Enable()
+ rs.versionMessage.SetText("")
+
+ rs.develMerge.SetLabel("ready to release")
// force there to be a commit message
rs.releaseVersion.Disable()