File tree Expand file tree Collapse file tree 3 files changed +3
-19
lines changed Expand file tree Collapse file tree 3 files changed +3
-19
lines changed Original file line number Diff line number Diff line change @@ -15,19 +15,6 @@ Details:
15
15
- Purpose: official release
16
16
- Suitable environment: production
17
17
18
- ## ⚠️ [ Beta Releases] [ log_beta ]
19
-
20
- These are releases that are pretty stable, but may have still some bugs to be fixed before official release.
21
-
22
- > ### “Please try out, we’d love your feedback!”
23
-
24
- Details:
25
- - Stability: * pretty stable*
26
- - NPM channel: ` @beta `
27
- - Branch: [ beta] [ branch_beta ]
28
- - Purpose: feature maturation
29
- - Suitable environment: development
30
-
31
18
## 🔥 [ Alpha Releases] [ log_alpha ]
32
19
33
20
> ### “If you are curious to see what's next!”
@@ -43,8 +30,6 @@ Details:
43
30
44
31
45
32
[ log_release ] : https://github.com/parse-community/parse-dashboard/blob/release/changelogs/CHANGELOG_release.md
46
- [ log_beta ] : https://github.com/parse-community/parse-dashboard/blob/beta/changelogs/CHANGELOG_beta.md
47
33
[ log_alpha ] : https://github.com/parse-community/parse-dashboard/blob/alpha/changelogs/CHANGELOG_alpha.md
48
34
[ branch_release ] : https://github.com/parse-community/parse-dashboard/tree/release
49
- [ branch_beta ] : https://github.com/parse-community/parse-dashboard/tree/beta
50
35
[ branch_alpha ] : https://github.com/parse-community/parse-dashboard/tree/alpha
Original file line number Diff line number Diff line change 3
3
---
4
4
5
5
[ ![ Build Status] ( https://github.com/parse-community/parse-dashboard/workflows/ci/badge.svg?branch=alpha )] ( https://github.com/parse-community/parse-dashboard/actions?query=workflow%3Aci+branch%3Aalpha )
6
- [ ![ Build Status] ( https://github.com/parse-community/parse-dashboard/workflows/ci/badge.svg?branch=beta )] ( https://github.com/parse-community/parse-dashboard/actions?query=workflow%3Aci+branch%3Abeta )
7
6
[ ![ Build Status] ( https://github.com/parse-community/parse-dashboard/workflows/ci/badge.svg?branch=release )] ( https://github.com/parse-community/parse-dashboard/actions?query=workflow%3Aci+branch%3Arelease )
8
7
[ ![ Snyk Badge] ( https://snyk.io/test/github/parse-community/parse-dashboard/badge.svg )] ( https://snyk.io/test/github/parse-community/parse-dashboard )
9
8
10
9
[ ![ Node Version] ( https://img.shields.io/badge/nodejs-18,_20-green.svg?logo=node.js&style=flat )] ( https://nodejs.org/ )
11
10
[ ![ auto-release] ( https://img.shields.io/badge/%F0%9F%9A%80-auto--release-9e34eb.svg )] ( https://github.com/parse-community/parse-dashboard/releases )
12
11
13
12
[ ![ npm latest version] ( https://img.shields.io/npm/v/parse-dashboard/latest.svg )] ( https://www.npmjs.com/package/parse-dashboard )
14
- [ ![ npm beta version] ( https://img.shields.io/npm/v/parse-dashboard/beta.svg )] ( https://www.npmjs.com/package/parse-dashboard )
15
13
[ ![ npm alpha version] ( https://img.shields.io/npm/v/parse-dashboard/alpha.svg )] ( https://www.npmjs.com/package/parse-dashboard )
16
14
17
15
[ ![ Backers on Open Collective] ( https://opencollective.com/parse-server/backers/badge.svg )] [ open-collective-link ]
Original file line number Diff line number Diff line change @@ -92,8 +92,9 @@ async function config() {
92
92
'@saithodev/semantic-release-backmerge' ,
93
93
{
94
94
'branches' : [
95
- { from : 'beta' , to : 'alpha' } ,
96
- { from : 'release' , to : 'beta' } ,
95
+ // { from: 'beta', to: 'alpha' },
96
+ // { from: 'release', to: 'beta' },
97
+ { from : 'release' , to : 'alpha' } ,
97
98
]
98
99
}
99
100
] ,
You can’t perform that action at this time.
0 commit comments