-
Notifications
You must be signed in to change notification settings - Fork 114
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Would it be possible to release new versions to hex.pm? #256
Comments
Sorry, I'm stuck with this at the moment. An issue with tagging The latest tag appears to be a correct semantic version, with {vsn, git} used in app.src:
However when I try and
Even if I delete the tag locally
Likewise, If I change from using git to statically adding No matter what, it appears to keep choosing this historic, and non-semantic versioned tag. |
Hm, sounds like I've got some tags to rename then? Maybe adding a semver-compliant tag at the same SHA as the existing ones will fix it. I'll take a look this week. |
@lukebakken these are tags that I added over the past few years, so its' my bad. I will try your suggestion of adding semver-compliant tags at the same SHA. I have to be careful about removing old tags, because the Erlang client is now bundled into Riak, and older Riak releases point at that tag ... so I may impact an old release. It doesn't make sense to me why |
This makes it easier to link the latest versions in mix. The current version on hex.pm is outdated:
https://hex.pm/packages/riak_pb
The text was updated successfully, but these errors were encountered: