I am working with a project on a private GitHub repository. I'm looking to bundle up source code (based on a given tag) plus some binary objects as a release.
My question is what does it truly mean to "publish" a release? The docs only tell me that publishing a release will "publicize" it:
If you're ready to publicize your release, click Publish release.
When the "publish" button is clicked, does a notification get sent out? Who gets notified, and/or who can see the actual release? Since this is a private repository I don't want notification or visibility to the GitHub community as a whole.