Closed wojtekmach closed 2 years ago
Ah yup, definitely needs to tell you the version it tried to publish for.
If you do the publishing from main
and you have commits beyond the tag release then it'll be a new vsn
and result in trying to publish for that package (which won't exist).
Adding this for V7 todo.
Edit:
Note that rebar3 hex docs
will not be used for publishing in v7 to be aligned with mix hex.
I have:
I was running the following:
It isn't immediately clear from the error message what is going on. I assume what is going on is since
{vsn, "git"}
is used, the current tag/branch is used,"main"
in my case. I think it would be helpful to mention which version was attempted to be published to.