@@ -11,7 +11,7 @@ These are the official, stable releases that you can use in your production envi
1111Details:
1212- Stability: * stable*
1313- NPM channel: ` @latest `
14- - Branch: [ master ] [ branch_release ]
14+ - Branch: [ release ] [ branch_release ]
1515- Purpose: official release
1616- Suitable environment: production
1717
@@ -24,7 +24,7 @@ These are releases that are pretty stable, but may have still some bugs to be fi
2424Details:
2525- Stability: * pretty stable*
2626- NPM channel: ` @beta `
27- - Branch: [ master ] [ branch_beta ]
27+ - Branch: [ beta ] [ branch_beta ]
2828- Purpose: feature maturation
2929- Suitable environment: development
3030
@@ -37,13 +37,14 @@ These releases contain the latest development changes, but you should be prepare
3737Details:
3838- Stability: * unstable*
3939- NPM channel: ` @alpha `
40- - Branch: [ master ] [ branch_alpha ]
40+ - Branch: [ alpha ] [ branch_alpha ]
4141- Purpose: product development
4242- Suitable environment: experimental
4343
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