Thanks to the work of several others, some of the packages I maintain are now ready for julia-0.7. But I am somewhat confused how to register these with METADATA. The old PkgDev appears not to work in 0.7, and the new Pkg system doesn’t seem to have registration functionality, at least, I can’t seem to be able to find anything about it in the Pkg docs.
The currently broken PkdDev provided me with PkgDev.tag() and PkgDev.publish(), which was exactly what I was doing before. Hence my question towards what exactly I should be doing now, in order to get updated versions of my package registered.
I think that using AttoBot (https://github.com/attobot/attobot) and the GitHub webpage (as explained in attobot’s README.md) is the recommended way to tag and publish packages now.
Agree with @davidavdav that it would be really nice for the Julia docs to go through the package release workflow (including details about attobot, if that’s the suggested method). I also have been using PkgDev.tag and PkgDev.publish and spent about an hour this morning trying to figure out how to do this in 0.7+ (and whether the suggested workflow was just to use raw git commands from a terminal).