Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Sign In with Facebook Sign In with Google Sign In with OpenID Sign In with Twitter

Categories

In this Discussion

Who's Online 13

CurtisOdenMaluchicbielichqwenty +9 guests

GitHub: Switched to master branch

For those interested, we're now doing active development against the 'master' branch instead of the 'unstable' branch. I just synced the branches a moment ago and will be using master from here on out.

We changed to better follow convention and so we can implement a new branching plan to make releases go smoother.

Vanilla developer [GitHub, Twitter]

Tagged:

Comments

  • Posts: 418
    Hooray! I still have a pull request on master :)

    My addons: NillaBlog | Vanoogle

  • Posts: 2,058
    @luc Very similar. I don't see the utility of keeping 'master' stuck at the latest release because so much on GitHub assumes that is the primary dev branch. So the main difference is we're making 'master' the develop branch. We will indeed be branching for point releases (did you notice the 2.0.17 branch appear?) so we can easily issue hotfixes for the last point release or two as needed.

    We've already been using feature branches to an extent. I think their model is a little more complicated than necessary but agree with the overall idea.

    Vanilla developer [GitHub, Twitter]

  • lucluc
    Posts: 1,015
    Indeed, I saw. But I'm a little behind because github rss got stuck when they changed the way the commit appears (which I don't like for the commit message at least).
Sign In or Register to comment.