Image Version Number
修改时间:2025-01-17T09:55:24+08:00
Image Version Number Description
1. The image version number defaults to start from 1.0 and increments by 0.1 with each compilation.
- The image version number after the first compilation is 1.0, the second compilation is 1.1, the third is 1.2, and so on.
2. If the image version number is modified, the version number update strategy when the project is compiled again is as follows:
- If the last digit is a numerical value, take the number after the last dot and add 1. For example, 0.1.12 becomes 0.1.13.
- If the last digit is not a numerical value, add an incrementing digit. For example, 1.0.RELEASE becomes 1.0.RELEASE.1.
- If the submitted version number already exists, obtain the latest version number of the image and handle it according to the previous two steps.