-
Notifications
You must be signed in to change notification settings - Fork 120
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
Switch from METADATA to registrator #172
Conversation
Does it? I don't think so, as nothing changes at all for users (the registries already generated the Project.tool file automatically under the hood). |
Before the new release, I would like to merge #168, which is a (small) API change warranting a major version bump. |
Fine by me either way. Let me know if you want me to change it or leave it alone :-) |
I think the consensus now is that the next release will be 0.13.2. |
Co-Authored-By: Milan Bouchet-Valat <[email protected]>
@alyst All set! |
@kescobo Thanks! Actually, I've never used Registrator before :) Should I add the comment |
Pull request comments will not trigger Registrator as it is disabled. Please trying using a commit or issue comment. |
@alyst Evidently not? 😆 I've only used BioJulia's registrator, but I did it in an issue after the PR was merged. Seems like it makes the most sense to do in in the PR once it's merged but ¯_(ツ)_/¯ |
Also I should be careful calling the registrator by name, since it doesn't understand the quotes. :) |
With the new package registration system, REQUIRE is out and Project.toml is in.
This is an annoying but necessary task, so I thought I'd just do it. I used this script, and added a version (
0.14.0
, since I figured this warranted a major version bump).