Skip to content

Commit 53116f8

Browse files
author
Vladimir Kotal
authored
on downgrading
1 parent a41e838 commit 53116f8

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,13 @@ See https://github.com/oracle/opengrok/wiki/How-to-setup-OpenGrok
3333

3434
### 2. 1. Updating
3535

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:
3737

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.
4143

4244
## 3. Information for developers
4345

0 commit comments

Comments
 (0)