diff options
| author | Jeff Carr <[email protected]> | 2025-02-15 18:55:19 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-02-15 18:55:19 -0600 |
| commit | 93b659020b6228d8ce587b0ea15e145ca73f4632 (patch) | |
| tree | 95d7c3d9771b5c2e71e226c6e6243cbc2980de68 | |
| parent | a128a45ef978f1512c5acec2c138a360c4ea9870 (diff) | |
remove wrong code
| -rw-r--r-- | prepareRelease.go | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/prepareRelease.go b/prepareRelease.go index 7bc05e8..2bd6652 100644 --- a/prepareRelease.go +++ b/prepareRelease.go @@ -156,6 +156,7 @@ func rePrepareRelease() { // actually identical. do nothing continue } + /* this was wrong because the gitpb logic was bad if b1 == 0 && b2 == 1 { if ok, err := me.forge.ValidGoVersion(master); ok { log.Info("GO version valid", check.GetGoPath(), master, lastTag) @@ -179,6 +180,7 @@ func rePrepareRelease() { log.Info("got to log", oldlhash, newmhash) os.Exit(-1) } + */ if gitpb.IsGoTagVersionGreater(lastTag, master) { // this function is not right really. the hash error above should catch it correctly // log.Printf("PROBABLY NOT NEE %-50s tag %s < %s\n", check.GetGoPath(), lastTag, master) |
