13 Star 49 Fork 0

Gitee 极速下载 / etcd

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
此仓库是为了提升国内下载速度的镜像仓库,每日同步一次。 原始仓库: https://github.com/coreos/etcd
克隆/下载
branch_management.md 1.26 KB
一键复制 编辑 原始数据 按行查看 历史
kayrus 提交于 2016-02-04 18:36 . docs: Relink and fix broken links

Branch Management

Guide

  • New development occurs on the master branch.
  • Master branch should always have a green build!
  • Backwards-compatible bug fixes should target the master branch and subsequently be ported to stable branches.
  • Once the master branch is ready for release, it will be tagged and become the new stable branch.

The etcd team has adopted a rolling release model and supports one stable version of etcd.

Master branch

The master branch is our development branch. All new features land here first.

If you want to try new features, pull master and play with it. Note that master may not be stable because new features may introduce bugs.

Before the release of the next stable version, feature PRs will be frozen. We will focus on the testing, bug-fix and documentation for one to two weeks.

Stable branches

All branches with prefix release- are considered stable branches.

After every minor release (http://semver.org/), we will have a new stable branch for that release. We will keep fixing the backwards-compatible bugs for the latest stable release, but not previous releases. The patch release, incorporating any bug fixes, will be once every two weeks, given any patches.

Go
1
https://gitee.com/mirrors/etcd.git
git@gitee.com:mirrors/etcd.git
mirrors
etcd
etcd
v2.3.8

搜索帮助

53164aa7 5694891 3bd8fe86 5694891