File tree 1 file changed +6
-5
lines changed
1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -6,14 +6,15 @@ MAJOR version when you make incompatible API changes
6
6
MINOR version when you add functionality in a backwards-compatible manner
7
7
PATCH version when you make backwards-compatible bug fixes
8
8
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
10
10
11
11
Prerelease will add anything to 1.0.0 ex: 1.0.0-alpha or 1.0.0-0.3.7
12
12
13
13
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
14
14
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",
17
19
18
- feature/name (pour une nouvelle feature ex: pageperso)
19
- hotfix/name (résolution d'un bug ex: bad-render)
20
+ http://semver.org/
You can’t perform that action at this time.
0 commit comments