// test the release passed to the HTTPClient since the response is mocked
release:=getReleaseFromRequest(t,mhc)
require.Equal(t,expectedRelease,release)
for_,entry:=rangehook.AllEntries(){
require.Contains(t,[]string{"Creating Release...","file does not exist, using string value for --description","release created successfully!"},entry.Message)
require.Contains(t,[]string{"Creating Release...","release created successfully!"},entry.Message)