Closed coreyhaines closed 6 years ago
When building against dns_erlang, we get a warning that the rebar config for a git dependency should prefer {branch, "master"} instead of "master" to be more specific about whether this is a branch, a tag, etc.
dns_erlang
{branch, "master"}
"master"
When building against
dns_erlang
, we get a warning that the rebar config for a git dependency should prefer{branch, "master"}
instead of"master"
to be more specific about whether this is a branch, a tag, etc.