@@ -11,7 +11,7 @@ These are the official, stable releases that you can use in your production envi
11
11
Details:
12
12
- Stability: * stable*
13
13
- NPM channel: ` @latest `
14
- - Branch: [ master ] [ branch_release ]
14
+ - Branch: [ release ] [ branch_release ]
15
15
- Purpose: official release
16
16
- Suitable environment: production
17
17
@@ -24,7 +24,7 @@ These are releases that are pretty stable, but may have still some bugs to be fi
24
24
Details:
25
25
- Stability: * pretty stable*
26
26
- NPM channel: ` @beta `
27
- - Branch: [ master ] [ branch_beta ]
27
+ - Branch: [ beta ] [ branch_beta ]
28
28
- Purpose: feature maturation
29
29
- Suitable environment: development
30
30
@@ -37,13 +37,14 @@ These releases contain the latest development changes, but you should be prepare
37
37
Details:
38
38
- Stability: * unstable*
39
39
- NPM channel: ` @alpha `
40
- - Branch: [ master ] [ branch_alpha ]
40
+ - Branch: [ alpha ] [ branch_alpha ]
41
41
- Purpose: product development
42
42
- Suitable environment: experimental
43
43
44
- [ log_release ] : https://github.com/parse-community/parse-server/blob/master/changelogs/CHANGELOG_release.md
45
- [ log_beta ] : https://github.com/parse-community/parse-server/blob/master/changelogs/CHANGELOG_beta.md
46
- [ log_alpha ] : https://github.com/parse-community/parse-server/blob/master/changelogs/CHANGELOG_alpha.md
47
- [ branch_release ] : https://github.com/parse-community/parse-server/tree/master
48
- [ branch_beta ] : https://github.com/parse-community/parse-server/tree/master
49
- [ branch_alpha ] : https://github.com/parse-community/parse-server/tree/master
44
+
45
+ [ log_release ] : https://github.com/parse-community/parse-server/blob/release/changelogs/CHANGELOG_release.md
46
+ [ log_beta ] : https://github.com/parse-community/parse-server/blob/beta/changelogs/CHANGELOG_beta.md
47
+ [ log_alpha ] : https://github.com/parse-community/parse-server/blob/alpha/changelogs/CHANGELOG_alpha.md
48
+ [ branch_release ] : https://github.com/parse-community/parse-server/tree/release
49
+ [ branch_beta ] : https://github.com/parse-community/parse-server/tree/beta
50
+ [ branch_alpha ] : https://github.com/parse-community/parse-server/tree/alpha
0 commit comments