Skip to content

Commit 60e92e7

Browse files
authored
docs(README): Updated documentation
Removed section on accessing 2-digit versions from README.
1 parent 398ed17 commit 60e92e7

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

README.md

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -100,15 +100,7 @@ string will not be semver compliant.
100100
The plugin supports 2-digit versioning (major.minor) in addition to the standard 3-digit semantic versioning (major.minor.patch).
101101
This 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

0 commit comments

Comments
 (0)