I realized that I failed to add a README.md to the release package describing how to do the release. While writing it up, I noticed that your version tags don't have the v prefix. I updated bazel-starlib to not require this and ran a new release. Also, I realized that bazel-starlib was still in deps.bzl. So, I moved it to the WORKSPACE.
Related to #11.
I realized that I failed to add a
README.md
to therelease
package describing how to do the release. While writing it up, I noticed that your version tags don't have thev
prefix. I updatedbazel-starlib
to not require this and ran a new release. Also, I realized thatbazel-starlib
was still indeps.bzl
. So, I moved it to theWORKSPACE
.