diff options
| author | Jeff Carr <[email protected]> | 2025-10-05 05:46:59 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-10-05 05:46:59 -0500 |
| commit | 4fcacb21d72ee64c36a46831ba316f36b84fb43c (patch) | |
| tree | 4fc77e276fd098b26aa2e179b2c20a7760da6736 | |
| parent | 3cb772ddc3dfd2dc574cddc6fa55d806858cd8c3 (diff) | |
make more obviousv0.1.14
| -rw-r--r-- | doPublish.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doPublish.go b/doPublish.go index 94cabbc..4b16657 100644 --- a/doPublish.go +++ b/doPublish.go @@ -22,6 +22,7 @@ func doPublish() error { os.Chdir(saferepo.FullPath) if os.Getenv("GUIRELEASE_REASON") == "" { + log.Info("$ENV[GUIRELEASE_REASON] was not set") reason := fhelp.InputFromUser("set tag message:") if reason == "" { me.sh.BadExit("merge failed", fmt.Errorf("GUIRELEASE_REASON was blank")) |
