Frank Schröder

Results 241 comments of Frank Schröder

If master is stable then I can cut a release today. Maybe then we can do a release every three months? Feb, May, Aug, Nov. Would that work? — Frank...

Also, if someone is willing to put in the effort to automate the release process with `goreleaser` all the way then we can probably release more often with less effort....

Note, we are already using goreleaser but there is still a substantial amount of manual steps.

working on a release now. lets see how far I get. Haven't done this in a while.

There is this problem with the modules: ``` verifying github.com/mwitkow/[email protected]: checksum mismatch downloaded: h1:0xuRacu/Zr+jX+KyLLPPktbwXqyOvnOPUQmMLzX1jxU= go.sum: h1:LxaK681Aane3f53b4qVTXXq83lL9fWwBTaaZOf9VizA= ``` but I can only see deltas in not-relevant files: ```shell ~/src/github.com/fabiolb/fabio $ (...

one more ``` verifying github.com/hashicorp/[email protected]: checksum mismatch downloaded: h1:VBj0QYQ0u2MCJzBfeYXGexnAl17GsH1yidnoxCqqD9E= go.sum: h1:9HVkPxOpo+yO93Ah4yrO67d/qh0fbLLWbKqhYjyHq9A= ``` ```shell ~/src/github.com/fabiolb/fabio $ ( cd ../../hashicorp/go-rootcerts && git log --oneline | head -1 ) 6bb64b3 (HEAD) Fix reversed...

next one ``` verifying github.com/apache/[email protected]: checksum mismatch downloaded: h1:GGI45yUJ942DZsI3uodzVabeRUbxPsioScY/EmmE5ek= go.sum: h1:QMpU5E8/FWWRvfhkkX/R6hwoMbvVAV89qdKV/vfJogw= ``` ```shell ~/src/github.com/fabiolb/fabio $ ( cd ../../apache/thrift && git log --oneline | head -1 ) da1169d7 (HEAD) THRIFT-4653: ES6...

pushed some cleanup.

codeship green