File tree Expand file tree Collapse file tree 1 file changed +1
-9
lines changed
Expand file tree Collapse file tree 1 file changed +1
-9
lines changed Original file line number Diff line number Diff line change @@ -100,15 +100,7 @@ string will not be semver compliant.
100100The plugin supports 2-digit versioning (major.minor) in addition to the standard 3-digit semantic versioning (major.minor.patch).
101101This can be useful for projects that follow a simpler versioning scheme.
102102
103- To enable 2-digit versioning, set ` useTwoDigitVersion = true ` in your configuration:
104-
105- #### Accessing 2-Digit Versions
106-
107- When ` useTwoDigitVersion ` is enabled, the standard version properties automatically use the 2-digit format:
108-
109- * ` semver.version ` - Returns the 2-digit version (e.g., ` 5.2 ` )
110- * ` semver.infoVersion ` - Returns the 2-digit version with commit count (e.g., ` 5.2+001 ` )
111- * ` semver.semVersion.toString() ` - Returns the 2-digit version with SHA (e.g., ` 5.2+001.sha.1c792d5 ` )
103+ To enable 2-digit versioning, set ` useTwoDigitVersion = true ` in your configuration.
112104
113105## Tasks
114106
You can’t perform that action at this time.
0 commit comments