I have an application which is in a private github repo, and am wondering if the releases could be made public so that the app can auto-update itself from github instead of us h
A workaround would be to create a public repo, composed of:
git commit --allow-empty
)That way, you have a visible repo dedicated for release hosting, and a private repos for source development.