erlef / rebar3_hex

Rebar3 Hex library
Apache License 2.0
101 stars 49 forks source link

Handle all types of deps in has_unstable_deps check #223

Closed starbelly closed 3 years ago

starbelly commented 3 years ago

When the has_unstable_deps check was introduced non-hex based deps were not taken into account, this commit fixes this. What this fix doesn't address is whether git deps should be considered unstable, which is a moot point since we don't allow publishing when the project has a git dep and will error out anyway.

Note: That a test was not added as it is not a simple setup without re-working things a bit, which should happen in subsequent PRs as part of v7.

Edit:

Closes #222