Giter Site home page Giter Site logo

Comments (5)

nickl- avatar nickl- commented on June 15, 2024

I find the git flow model useful especially working in larger teams where more contributors have commit privs.

In short it suggests the use of the master branch as production ready with tagged release snapshots.
A develop branch with current development progress which gets merged back into master for release.
Feature branches for more complex feature enhancements which branches from develop and gets rebased on occasion to stay in sync and eliminate conflicts until it is completed and merged back into develop.

As for versioning scheme, I tend to auto-default to, the semantic versioning scheme which needs no introduction and is widely adopted and understood. Does any reservations against its use exist perhaps?

from json-schema-test-suite.

Julian avatar Julian commented on June 15, 2024

Nope, that's all reasonable sounding to me, it's how I generally do it too :). Sounds good to me.

from json-schema-test-suite.

Julian avatar Julian commented on June 15, 2024

Think we should tag a release to start?

from json-schema-test-suite.

nickl- avatar nickl- commented on June 15, 2024

Did you tag?

Excuse the late reply I somehow thought that I did answer this but it was a looong and winding tale on how I usually only release when ready and then tag when releasing. Anyway you're blessed to have missed it.

=)

from json-schema-test-suite.

Julian avatar Julian commented on June 15, 2024

Heh :).

Should be tagged, yeah. https://github.com/json-schema/JSON-Schema-Test-Suite/tags

from json-schema-test-suite.

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.