As we've seen over the past year, the pre-release branches alpha, beta are of little use in Parse Server modules since they have a low release frequency. The additional work to manage pre-releases isn't worth it given the few PRs that are actually occurring in these modules.
Feature / Enhancement Description
Remove auto-release for pre-release branches
Lock existing pre-release branches alpha, beta
Change GitHub working branch to release branch
That means, any PRs will be merged into the release branch. There won't be any new alpha or beta releases published.
New Feature / Enhancement Checklist
Current Limitation
As we've seen over the past year, the pre-release branches
alpha
,beta
are of little use in Parse Server modules since they have a low release frequency. The additional work to manage pre-releases isn't worth it given the few PRs that are actually occurring in these modules.Feature / Enhancement Description
alpha
,beta
release
branchThat means, any PRs will be merged into the
release
branch. There won't be any new alpha or beta releases published.