erlef / rebar3_hex

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

Add catch all for publishing when a message is available #153

Closed starbelly closed 4 years ago

starbelly commented 4 years ago
starbelly commented 4 years ago

We should be moving towards using rebar3_hex_client, yet I'd rather refactor for that in another PR, so here is a small patch that deals directly with the issue at hand.

Manually tested against a hex.pm instance, but need to add a "integration" test to go with this.

starbelly commented 4 years ago

Added test, this one is good got review and merge.