jmhodges / bazel_gomock

Code to create Go mocks for bazel targets using mockgen
MIT License
58 stars 30 forks source link

Requesting releases #20

Closed detiber closed 4 years ago

detiber commented 5 years ago

It would be great if this project had releases. We are using this for rebuilding mocks with Bazel in https://github.com/kubernetes-sigs/cluster-api-provider-aws and recently hit the Bazel 0.27 issue that #19 is attempting to address.

I would love it if we could watch this repo for releases and use that to track when to update our WORKSPACE file.

justaugustus commented 4 years ago

Hey @jmhodges, any thoughts on this?

jmhodges commented 4 years ago

Oh, some releases had been made, but I hadn't updated this ticket.

The latest is v1.1 https://github.com/jmhodges/bazel_gomock/releases/tag/v1.1

justaugustus commented 4 years ago

Thanks @jmhodges!