google / subpar

Subpar is a utility for creating self-contained python executables. It is designed to work well with Bazel.
Apache License 2.0
567 stars 69 forks source link

Remove specific release tag in README.md #109

Open nicmcd opened 5 years ago

nicmcd commented 5 years ago

The WORKSPACE git_repository listing has a stale release tag. We could likely try to keep it up to date, but that would likely be a pain. Instead, use a bogus tag like "" because then it will fail if the user doesn't overwrite it. Otherwise it won't fail and users will just be using an old version.