Add beta branch support for releases#282
Conversation
Updated release workflow and semantic-release config to include the beta branch and pattern-matched branches for release automation. The beta branch is now marked as a prerelease.
There was a problem hiding this comment.
Pull Request Overview
This PR adds beta branch support for automated releases by configuring semantic-release to handle beta prereleases and updating the GitHub workflow to trigger on beta branch pushes.
- Configures semantic-release to treat the beta branch as a prerelease branch
- Updates the release workflow to trigger on beta branch pushes and pattern-matched version branches
Reviewed Changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| package.json | Adds beta branch configuration to semantic-release with prerelease flag |
| .github/workflows/release.yml | Updates workflow triggers to include beta branch and pattern-matched branches |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
You can also share your feedback on Copilot code review for a chance to win a $100 gift card. Take the survey.
|
🎉 This PR is included in version 3.0.0-beta.1 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
|
🎉 This PR is included in version 2.1.2 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
Updated release workflow and semantic-release config to include the beta branch and pattern-matched branches for release automation. The beta branch is now marked as a prerelease.