-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Description
Quick sanity check. I had proposed a process like this:
- All development happens on / to be merged into the
devbranch - Pull requests / the review process are set up to review code before it ends up on
dev. - When we make a "release", it consists of merging
devontomasterand getting endorsements from people. - The gh-pages branch is auto-updated on commit to track only the
masterbranch.
This separates in-progress version from the "released", community-endorsed version.
However, this has the potential con that the master branch no longer is the development version. It being the first thing you see on Github, maybe we instead want a process like this (basically dev -> master and master -> release from above):
- All development happens on / to be merged into the
masterbranch - Pull requests / the review process are set up to review code before it ends up on
master. - When we make a "release", it consists of merging
masteronto thereleasebranch and getting endorsements from people. - The gh-pages branch is auto-updated on commit to track only the
releasebranch.
?
Metadata
Metadata
Assignees
Labels
No labels