You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Roadmap.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,17 +28,17 @@
28
28
- Exception will be major bug fixes on a case by case basis.
29
29
- Please use the [working development branch](https://github.com/Microsoft/MixedRealityToolkit-Unity/tree/Dev_Working_Branch) for daily feature work.
30
30
-[Working development branch](https://github.com/Microsoft/MixedRealityToolkit-Unity/tree/Dev_Working_Branch) will be snapshot every 3 weeks for stabilization into a separate branch. Working branch will still be open for contributions.
31
-
- That stabilization branch will be worked on for 1 week.
31
+
- That stabilization branch will be worked on for at least 1 week.
32
32
- Only bug fixes will be accepted in the stabilization branch before being merged into master.
33
33
34
34
-**Master branch releases** will align with **major Unity releases marking a release every 3 months**. Please read the [Unity roadmap](https://unity3d.com/unity/roadmap).
35
35
- Each release will be marked as a GitHub [release tag](https://github.com/Microsoft/HoloToolkit-Unity/releases). You can consume this release by:
36
36
- Using the zip file available in the release notes
37
37
- Unity packages available in the release notes
38
38
- Syncing to the specific git tag you would like to lock on.
39
-
- Release tag name convention: v1.Unity release major number.Unity release minor number.Iteration number
40
-
- For example: For Unity version 2017.1.0 our release tag would be **v1.2017.1.0**
41
-
- If we marked another release with the same Unity version: **v1.2017.1.1**
39
+
- Release tag name convention: <Unityreleasemajornumber>.<Unityreleaseminornumber>.Iteration number
40
+
- For example: For Unity version 2017.1.0 our release tag would be **2017.1.0.0**
41
+
- If we marked another release with the same Unity version: **2017.1.0.1**
0 commit comments