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: README.md
+6-4Lines changed: 6 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -33,11 +33,13 @@ See https://github.com/oracle/opengrok/wiki/How-to-setup-OpenGrok
33
33
34
34
### 2. 1. Updating
35
35
36
-
OpenGrok uses [semantic versioning](https://semver.org/) and the version components further indicate more details about updating to newer version. The version scheme is x.y.z and change in any component is interpreted as:
36
+
OpenGrok uses [semantic versioning](https://semver.org/) and the version components further indicate more details about updating to newer version. The version scheme is *major.minor.micro* and change in any component is interpreted as:
37
37
38
-
- x - major backwards incompatible update
39
-
- y - full clean reindex of your repositories is needed (e. g. index format has changed)
40
-
- z - redeploy web application
38
+
- major - major backwards incompatible update
39
+
- minor - full clean reindex of your repositories is needed (e. g. index format has changed)
40
+
- micro - redeploy web application
41
+
42
+
Generally it is possible to go backward only within the micro version.
0 commit comments