Hacker News new | ask | show | jobs
by amerine 4729 days ago
It would be amazing to have public Releases from a private repo.
4 comments

This, along with a separate/editable changelog (hidden commit log.) Some people manage a separate private repo, code review things over a period of weeks there, and then make a "release" by doing a single commit to the public repo with the final changes, minus any private keys/strings/etc.
+1 - I would LOVE this feature.
GitHub, if you're reading this, please add this feature!
Extra-awesome if we could include a snapshot of the source code without the git repo or commits.

  git archive HEAD --format=zip > release_v1.zip
And then ship the code.