Giter VIP home page Giter VIP logo

Comments (4)

xaprb avatar xaprb commented on May 19, 2024

I agree, I love gitflow. However I do it manually -- I do not use any
tools/plugins. This way I know what I'm actually doing and I don't have to
worry about leaky abstractions :-) It is quite simple. The only thing I've
done is change the repo's default branch to 'develop' which is easy to do
in the repo settings.

from mysql.

julienschmidt avatar julienschmidt commented on May 19, 2024

The current approach is to leave the "tip" code in master, but use a branch for every release. E.g. the 1.0 line will get a branch where only hotfixes are committed after the release.
Moreover we make use of "Go-tags". The latest compatible release will be tagged with the according Go-version tag, so that go get always loads the latest stable release for this version.

Since now enough people are actively watching this repository, I'd like to try a new Code-Review model to make the master branch more usable. See #60 for details.

from mysql.

hgfischer avatar hgfischer commented on May 19, 2024

I don't know what is "Go-tags" and I would like to. Can you point me to some documentation about this?

from mysql.

julienschmidt avatar julienschmidt commented on May 19, 2024

http://golang.org/cmd/go/#hdr-Download_and_install_packages_and_dependencies

When checking out or updating a package, get looks for a branch or tag that matches the locally installed version of Go. The most important rule is that if the local installation is running version "go1", get searches for a branch or tag named "go1". If no such version exists it retrieves the most recent version of the package.

from mysql.

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.