Search code examples
githubreleasepublicrepo

Is it possible to do a private release from public repository in github?


I have a public github repo, I want to release some of my changes but don't want to make them public. Can anyone let me know Is it possible to do a private release from a public repository?

Thanks in advance.


Solution

  • We can't make release as private, but we can use the pre-release option provided by github. Something like below.

    enter image description here