Skip to content

Commit 1f925d1

Browse files
author
yupengzte
committed
fix the bare url and the Summary of http://semver.org
Signed-off-by: yupengzte <[email protected]>
1 parent a7c3389 commit 1f925d1

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

VENDORING.md

+6-5
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,14 @@ dependency on a package of a specific version or greater up to the next major
2626
release, without encountering breaking changes.
2727

2828
## Semantic Versioning
29-
Annotated version tags should follow Schema Versioning policies.
30-
According to http://semver.org:
29+
Annotated version tags should follow [Semantic Versioning](http://semver.org) policies:
3130

3231
"Given a version number MAJOR.MINOR.PATCH, increment the:
33-
MAJOR version when you make incompatible API changes,
34-
MINOR version when you add functionality in a backwards-compatible manner, and
35-
PATCH version when you make backwards-compatible bug fixes.
32+
33+
1. MAJOR version when you make incompatible API changes,
34+
2. MINOR version when you add functionality in a backwards-compatible manner, and
35+
3. PATCH version when you make backwards-compatible bug fixes.
36+
3637
Additional labels for pre-release and build metadata are available as extensions
3738
to the MAJOR.MINOR.PATCH format."
3839

0 commit comments

Comments
 (0)