summaryrefslogtreecommitdiff
path: root/doPublish.go
diff options
context:
space:
mode:
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"))