JuliaRegistries / JuliaRegistries/TagBot
How to use it with private registry?
Open
- Dominant language
- Python
- Stars
- 107
- Forks
- 27
- Avg merge
- 12d 10h
- Merged PRs (30d)
- 2
Description
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?
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.