bazelbuild / migration-tooling

Migration tools for Bazel
Apache License 2.0
45 stars 30 forks source link

Zip Release #26

Closed cpenner-va closed 7 years ago

cpenner-va commented 7 years ago

Thanks for all your work on this! I'm wondering if we could get a tagged release; specifically I'd like to include the project via bazel's http_archive rule, but I need a released zip file for this. Thanks!

kchodorow commented 7 years ago

You can actually get a zip for any commit (e.g., https://github.com/bazelbuild/migration-tooling/archive/1e2ef5948247998a714fc75acae30fe6ca7ede6b.zip), but that's kind of gross, I'll try to cut a release today.

kchodorow commented 7 years ago

Cut https://github.com/bazelbuild/migration-tooling/releases/tag/0.0.1, you can use https://github.com/bazelbuild/migration-tooling/archive/0.0.1.zip.

cpenner-va commented 7 years ago

Thanks! 🎉