You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@weex.apache.org by gu...@apache.org on 2017/10/13 02:08:35 UTC

incubator-weex git commit: * [doc] update branch flow

Repository: incubator-weex
Updated Branches:
  refs/heads/master a311ae553 -> 223f361ff


* [doc] update branch flow


Project: http://git-wip-us.apache.org/repos/asf/incubator-weex/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-weex/commit/223f361f
Tree: http://git-wip-us.apache.org/repos/asf/incubator-weex/tree/223f361f
Diff: http://git-wip-us.apache.org/repos/asf/incubator-weex/diff/223f361f

Branch: refs/heads/master
Commit: 223f361ff8403721e5c8544e5e1888f4b57b096b
Parents: a311ae5
Author: gurisxie <27...@qq.com>
Authored: Fri Oct 13 10:08:31 2017 +0800
Committer: gurisxie <27...@qq.com>
Committed: Fri Oct 13 10:08:31 2017 +0800

----------------------------------------------------------------------
 CONTRIBUTING.md                     | 8 ++++----
 doc/source/cn/guide/contributing.md | 8 ++++----
 doc/source/guide/contributing.md    | 8 ++++----
 3 files changed, 12 insertions(+), 12 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-weex/blob/223f361f/CONTRIBUTING.md
----------------------------------------------------------------------
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index b9294a1..e18f8de 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -19,7 +19,7 @@ Besides Weex dev mailing list, we also have some other mailing lists for you. Yo
 ```
 release
  ↑
-release-{version}
+{version}
  ↑
 master         <--- PR(feature/hotfix/typo)
 ```
@@ -27,9 +27,9 @@ master         <--- PR(feature/hotfix/typo)
 0. `master` branch
     0. `master` is the stable developing branch.
     0. ***It's RECOMMENDED to commit hotfix (like typo) or feature PR to `master `***.
-0. `release-{version}` branch
-    0. `release-{version}` is used for every version which we consider for stable publish.
-    0. e.g. `release-0.16`
+0. `{version}` branch
+    0. `{version}` is used for every version which we consider for stable publish.
+    0. e.g. `v0.16`
 0. `release` branch
     0. `release` is the latest release branch,we will make tag and publish version on this branch.
 

http://git-wip-us.apache.org/repos/asf/incubator-weex/blob/223f361f/doc/source/cn/guide/contributing.md
----------------------------------------------------------------------
diff --git a/doc/source/cn/guide/contributing.md b/doc/source/cn/guide/contributing.md
index 32e735b..fd3138d 100644
--- a/doc/source/cn/guide/contributing.md
+++ b/doc/source/cn/guide/contributing.md
@@ -27,7 +27,7 @@ version: 2.1
 ```
 release
  ↑
-release-{version}
+{version}
  ↑
 master         <--- PR(feature/hotfix/typo)
 ```
@@ -35,9 +35,9 @@ master         <--- PR(feature/hotfix/typo)
 0. `master` branch
     0. `master` is the stable developing branch.
     0. ***It's RECOMMENDED to commit hotfix (like typo) or feature PR to `master `***.
-0. `release-{version}` branch
-    0. `release-{version}` is used for every version which we consider for stable publish.
-    0. e.g. `release-0.16`
+0. `{version}` branch
+    0. `{version}` is used for every version which we consider for stable publish.
+    0. e.g. `v0.16`
 0. `release` branch
     0. `release` is the latest release branch,we will make tag and publish version on this branch.
 

http://git-wip-us.apache.org/repos/asf/incubator-weex/blob/223f361f/doc/source/guide/contributing.md
----------------------------------------------------------------------
diff --git a/doc/source/guide/contributing.md b/doc/source/guide/contributing.md
index 0d4ba82..00cb979 100644
--- a/doc/source/guide/contributing.md
+++ b/doc/source/guide/contributing.md
@@ -27,7 +27,7 @@ Besides Weex dev mailing list, we also have some other mailing lists for you. Yo
 ```
 release
  ↑
-release-{version}
+{version}
  ↑
 master         <--- PR(feature/hotfix/typo)
 ```
@@ -35,9 +35,9 @@ master         <--- PR(feature/hotfix/typo)
 0. `master` branch
     0. `master` is the stable developing branch.
     0. ***It's RECOMMENDED to commit hotfix (like typo) or feature PR to `master `***.
-0. `release-{version}` branch
-    0. `release-{version}` is used for every version which we consider for stable publish.
-    0. e.g. `release-0.16`
+0. `{version}` branch
+    0. `{version}` is used for every version which we consider for stable publish.
+    0. e.g. `v0.16`
 0. `release` branch
     0. `release` is the latest release branch,we will make tag and publish version on this branch.