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: docs/about/01-versioning.md
+3-5Lines changed: 3 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,12 +1,10 @@
1
-
Karma uses [Semantic Versioning] with a little exception:
2
-
- even versions (eg. `0.6.x`, `0.8.x`) are considered stable - no breaking changes or new features, only bug fixes will be pushed into this branch
3
-
- odd versions (eg. `0.7.x`, `0.9.x`) are unstable - anything can happen ;-)
1
+
Karma uses [Semantic Versioning]. We publish unstable versions as `rc` versions, e.g. the current stable could look like `0.12.36` and the unstable would be something like `0.13.0-rc.4`.
4
2
5
-
Therefore, it is recommended that you rely on the latest stable (even) version, which will give you automatic bug fixes, but will not break your test setup:
3
+
It is recommended that you rely on the latest stable version, which will give you automatic bug fixes, but will not break your test setup:
0 commit comments