summaryrefslogtreecommitdiff
path: root/doPublish.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-10-05 05:46:59 -0500
committerJeff Carr <[email protected]>2025-10-05 05:46:59 -0500
commit4fcacb21d72ee64c36a46831ba316f36b84fb43c (patch)
tree4fc77e276fd098b26aa2e179b2c20a7760da6736 /doPublish.go
parent3cb772ddc3dfd2dc574cddc6fa55d806858cd8c3 (diff)
make more obviousv0.1.14
Diffstat (limited to 'doPublish.go')
-rw-r--r--doPublish.go1
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"))