-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ditch gh-pages? #1070
Comments
Probably not. This situation has been confusing for some users in the past, and surely still is. |
Is there any info in master that we should retain or is it sufficient to delete the master branch and rename gh-pages to master? |
I just compared the two branches. There does not seem to be any info in master that is not already in gh-pages (we just did some weird reverting once after an accidental merge of a PR directly on master). So I think your idea is the way to go ;) |
Awesome thanks, will do it in a few days (currently rushing to meet a deadline)! |
@Golmote Can we go ahead with this? |
@mAAdhaTTah Having never used Github pages, I must admit I'm not confident at all doing this. I was hoping @LeaVerou would handle it. Also, I think some people used to reference the Finally, we do need to remember we are currently referencing the |
Fair enough. I don't really feel strongly that we need to change it. We're working with |
Sorry for dropping the ball on this 😳 |
I like this idea @LeaVerou, that way we don't break anything! 👍 |
Ok, I just set Github Pages to come from We need to decide on a few things:
|
Sweet!
I think we should. There's not so much churn / new features in Prism where we need to be able to hotfix off master to release bugfixes while we develop new features on a separate branch.
I don't think it's necessary, for the same reason. Tagging the branch triggers a release with Travis (I think?), so that should work well.
This, I'm not so sure. For the most part, I expect we could just point those PRs at Alternatively, for the ones we decide we want to include, we could include them "manually", as I did with the tap component–just make the changes ourselves and merge them in to clear out the PRs we have open that we like. I tried to do a little bit of cleaning of the PRs over the weekend, but the currently-opened ones felt like things we should merge in. |
I think we also need to merge gh-pages -> master? |
I agree with everything you said. I think we'll use |
I'm going to reopen this, as there's still the open question as to what to do with the open PRs pointing @ |
The are currently no open PRs which point to |
@RunDevelopment Sounds good to me! |
Now that Github supports running Github Pages from master, is there still any reason to have two branches?
The text was updated successfully, but these errors were encountered: