|
1 |
| -UMA - Unity Multipurpose Avatar 2.X |
2 |
| - |
3 |
| -Git repo: https://github.com/umasteeringgroup/UMA |
4 |
| -Wiki: http://umawiki.secretanorak.com/ |
5 |
| -Forum: http://forum.unity3d.com/threads/uma-unity-multipurpose-avatar-on-the-asset-store.219175 |
6 |
| -License: MIT |
7 |
| - |
8 |
| -========================================================== |
9 |
| -GitHub Branching Model |
10 |
| -========================================================== |
11 |
| ----------------------------------------------------------- |
12 |
| -Main Branches |
13 |
| ----------------------------------------------------------- |
14 |
| - |
15 |
| -Never commit directly to these branches! |
16 |
| - |
17 |
| -Master: This branch matches the current version on the asset store. |
18 |
| - |
19 |
| -Develop: This branch is where new feature branches are merged in to as they are completed. |
20 |
| - |
21 |
| ----------------------------------------------------------- |
22 |
| -Supporting Branches |
23 |
| ----------------------------------------------------------- |
24 |
| - |
25 |
| -Release(version#) |
26 |
| - |
27 |
| -May branch from: develop |
28 |
| - |
29 |
| -Must merge back into: develop and master |
30 |
| - |
31 |
| -Branch naming convention: release-* |
32 |
| - |
33 |
| ----------------------------------------------------------- |
34 |
| -Feature |
35 |
| - |
36 |
| -May branch from: develop |
37 |
| - |
38 |
| -Must merge back into: develop |
39 |
| - |
40 |
| -Branch naming convention: feature-* |
41 |
| - |
42 |
| ----------------------------------------------------------- |
43 |
| -Hotfix |
44 |
| - |
45 |
| -May branch from: master |
46 |
| - |
47 |
| -Must merge back into: develop and master |
48 |
| - |
49 |
| -Branch naming convention: hotfix-* |
| 1 | +========================================================== |
| 2 | +GitHub Branching Model |
| 3 | +========================================================== |
| 4 | +---------------------------------------------------------- |
| 5 | +Main Branches |
| 6 | +---------------------------------------------------------- |
| 7 | + |
| 8 | +Never commit directly to these branches! |
| 9 | + |
| 10 | +Master: This branch matches the current version on the asset store. |
| 11 | + |
| 12 | +Develop: This branch is where new feature branches are merged in to as they are completed. |
| 13 | + |
| 14 | +---------------------------------------------------------- |
| 15 | +Supporting Branches |
| 16 | +---------------------------------------------------------- |
| 17 | + |
| 18 | +Release(version#) |
| 19 | + |
| 20 | +May branch from: develop |
| 21 | + |
| 22 | +Must merge back into: develop and master |
| 23 | + |
| 24 | +Branch naming convention: release-* |
| 25 | + |
| 26 | +---------------------------------------------------------- |
| 27 | +Feature |
| 28 | + |
| 29 | +May branch from: develop |
| 30 | + |
| 31 | +Must merge back into: develop |
| 32 | + |
| 33 | +Branch naming convention: feature-* |
| 34 | + |
| 35 | +---------------------------------------------------------- |
| 36 | +Hotfix |
| 37 | + |
| 38 | +May branch from: master |
| 39 | + |
| 40 | +Must merge back into: develop and master |
| 41 | + |
| 42 | +Branch naming convention: hotfix-* |
0 commit comments