From f82743d487dccd5ee3154e5e95f03f1f1427cc98 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Fri, 16 Feb 2024 21:20:52 -0600 Subject: redo the merge code --- git.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'git.go') diff --git a/git.go b/git.go index 0f5255a..690412f 100644 --- a/git.go +++ b/git.go @@ -421,7 +421,7 @@ func (rs *RepoStatus) GetStatus() string { return "merge to main" } if rs.lasttag.String() != rs.GetMasterVersion() { - return "ready to tag version" + return "unchanged" } if rs.CheckBranches() { -- cgit v1.2.3