I have a github org with private registry and I'm registering new package versions manually with LocalRegistry:
using LocalRegistry
register(package)
Now I'm lacking automatic git tag and github releases bound to each new version.
So I've added TagBot to my package but it didn't work. Seems like TagBot relies on Registrator github app. Should I enable it for my private registry and switch to it to register new versions?