space-cli icon indicating copy to clipboard operation
space-cli copied to clipboard

`space release` from GitHub Action workflow ask for release notes

Open somespecialone opened this issue 2 years ago • 0 comments

Hi! Trying to do space release --version "version" --confirm with filled Discovery.md prompts for release notes. I guess that

func IsOutputInteractive() bool {
	return isatty.IsTerminal(os.Stdout.Fd())
}

from cmd/utils/messages.go return true even in github runner environment.

somespecialone avatar Oct 27 '23 15:10 somespecialone