version_info 1.1.0 → 1.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/README.md +1 -1
- data/lib/version_info/version_info.yml +1 -1
- metadata +1 -1
data/README.md
CHANGED
|
@@ -111,7 +111,7 @@ using the segment names, expecting their values are numbers:
|
|
|
111
111
|
@tag_format ||= VersionInfo.segments.map { |k| "%<#{k}>d"}.join('.')
|
|
112
112
|
end
|
|
113
113
|
|
|
114
|
-
So tag_format return some like "
|
|
114
|
+
So tag_format return some like "%\<major\>d.%\<minor\>d%\<patch\>d".
|
|
115
115
|
|
|
116
116
|
If your VersionInfo yaml file is like:
|
|
117
117
|
|