Tags: anjannath/crc
Tags
Add a github workflow to run the gh-release.sh script from github act… …ions this would allow a developer to publish release to github by running the workflow and not having to run the script from her computer, it currently doesnot handle the notable changes section of the release notes, that needs to be manually added by editing the release after its published
[Segment] Capture SSH_TTY env This patch captures following scenario and set true for `SSH_TTY` which able to provide us bit detail around how many user are using crc on remote host. - User ssh to a remote box - User run `crc` commands from that box fixes crc-org#2204