Git Product home page Git Product logo

Comments (4)

sque avatar sque commented on August 27, 2024

bump!
There was no opinion expressed in this bug, and it is crucial to establish a release policy. I would like to create v1.0-series branch so that I can checrry pick fixed bugs, but I would like to see your opinions first.

from wind.

nikalexis avatar nikalexis commented on August 27, 2024

+1

On Sun, Jan 5, 2014 at 2:53 PM, sque [email protected] wrote:

bump!
There was no opinion expressed in this bug, and it is crucial to establish
a release policy. I would like to create v1.0-series branch so that I can
checrry pick fixed bugs, but I would like to see your opinions first.


Reply to this email directly or view it on GitHubhttps://github.com//issues/22#issuecomment-31603465
.

from wind.

acinonyx avatar acinonyx commented on August 27, 2024

My thoughts:

Branches

Diverting from "master" always creates a branch in Git. The difference is wether you want the branch publicized, before it becomes ready. The criteria should not be the number of commits or the time it takes to complete a feature, but the quality of the code changes and if they are good enought to get public. This means that the branch should be in a shape where other developers are able to contribute, otherwise publicizing it is useless.

Major&Minor Releases

Master branch should always be the latest and never freeze. We can always tag a release candidate from it and branch if we need to backport some fixes for bugs later discovered. Normally, we could end up for a branch for each minor release. Each of these branches would usually contain backported fixes preparing the next patch release.

from wind.

ysamouhos avatar ysamouhos commented on August 27, 2024

+1

from wind.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.