We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c59b4f1 commit 6faca0dCopy full SHA for 6faca0d
cmd/semantic-release/main.go
@@ -77,7 +77,7 @@ func cliHandler(cmd *cobra.Command, args []string) {
77
pluginManager.Stop()
78
}
79
80
- c := make(chan os.Signal)
+ c := make(chan os.Signal, 1)
81
signal.Notify(c, os.Interrupt, syscall.SIGTERM)
82
go func() {
83
<-c
0 commit comments