Skip to content

Commit 2c208a6

Browse files
committed
semver update
1 parent efc0d87 commit 2c208a6

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

Semantic_Versioning.txt

+6-5
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,15 @@ MAJOR version when you make incompatible API changes
66
MINOR version when you add functionality in a backwards-compatible manner
77
PATCH version when you make backwards-compatible bug fixes
88

9-
ex: 3.2.9 -> Nineth patch version of second minor version of third major version
9+
ex: 3.2.9 -> Ninth patch version of second minor version of third major version
1010

1111
Prerelease will add anything to 1.0.0 ex: 1.0.0-alpha or 1.0.0-0.3.7
1212

1313
1.0.0-alpha < 1.0.0-alpha.1 < 1.0.0-alpha.beta < 1.0.0-beta < 1.0.0-beta.2 < 1.0.0-beta.11 < 1.0.0-rc.1 < 1.0.0
1414

15-
http://semver.org/
16-
15+
"package-name-exact-version": "3.2.9",
16+
"package-name-greater-than-version": ">3.2.9",
17+
"package-name-compatible-changes-version": "^3.2.9",
18+
"package-name-minor-level-changes-version": "~3.2.9",
1719

18-
feature/name (pour une nouvelle feature ex: pageperso)
19-
hotfix/name (résolution d'un bug ex: bad-render)
20+
http://semver.org/

0 commit comments

Comments
 (0)