Skip to content

Commit f4b6b1b

Browse files
authored
ci: Remove release config for beta branch (#2470)
1 parent c1d4746 commit f4b6b1b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
---
44

55
[![Build Status CI alpha](https://github.com/parse-community/Parse-SDK-JS/actions/workflows/ci.yml/badge.svg?branch=alpha&subject=alpha)](https://github.com/parse-community/Parse-SDK-JS/actions?query=workflow%3Aci+branch%3Aalpha)
6-
[![Build Status CI beta](https://github.com/parse-community/Parse-SDK-JS/actions/workflows/ci.yml/badge.svg?branch=beta)](https://github.com/parse-community/Parse-SDK-JS/actions?query=workflow%3Aci+branch%3Abeta)
76
[![Build Status CI release](https://github.com/parse-community/Parse-SDK-JS/actions/workflows/ci.yml/badge.svg?branch=release)](https://github.com/parse-community/Parse-SDK-JS/actions?query=workflow%3Aci+branch%3Arelease)
87
[![Snyk Badge](https://snyk.io/test/github/parse-community/Parse-SDK-JS/badge.svg)](https://snyk.io/test/github/parse-community/Parse-SDK-JS)
98
[![Coverage](https://codecov.io/gh/parse-community/Parse-SDK-JS/branch/alpha/graph/badge.svg)](https://codecov.io/gh/parse-community/Parse-SDK-JS)

release.config.js

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ async function config() {
3838
branches: [
3939
'release',
4040
{ name: 'alpha', prerelease: true },
41-
{ name: 'beta', prerelease: true },
41+
// { name: 'beta', prerelease: true },
4242
'next-major',
4343
// Long-Term-Support branches
4444
// { name: 'release-1', range: '1.x.x', channel: '1.x' },
@@ -92,8 +92,9 @@ async function config() {
9292
'@saithodev/semantic-release-backmerge',
9393
{
9494
'backmergeBranches': [
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' },
9798
]
9899
}
99100
],

0 commit comments

Comments
 (0)