ci: add release-please-develop pre-release workflow - #362
Conversation
There was a problem hiding this comment.
Pull request overview
Adds a new GitHub Actions workflow to support a pre-release (alpha/beta/rc) release lane from the develop branch, implemented as a thin caller to the shared openfga/.github reusable release-please-prerelease.yml workflow (mirroring the existing stable release-please workflow on main).
Changes:
- Introduces
.github/workflows/release-please-develop.ymlto trigger pre-release automation ondevelop(push) and via manual dispatch. - Wires the workflow to the shared reusable pre-release workflow with pinned SHA and appropriate permissions, inputs, and required secrets.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #362 +/- ##
=========================================
Coverage 38.69% 38.69%
Complexity 1290 1290
=========================================
Files 198 198
Lines 7707 7707
Branches 900 900
=========================================
Hits 2982 2982
Misses 4579 4579
Partials 146 146 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (1)
WalkthroughAdds a GitHub Actions workflow that publishes prereleases from ChangesDevelop prerelease publication
Estimated code review effort: 2 (Simple) | ~10 minutes Suggested reviewers: 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Adds a
release-please-developworkflow enabling pre-release (alpha/beta/rc) releases from thedevelopbranch, viaworkflow_dispatchor on merge of arelease:PR. It is a thin caller around the sharedopenfga/.githubreusablerelease-please-prerelease.yml, mirroring the existingrelease-pleasemain flow.Reference: https://github.com/openfga/js-sdk/blob/main/.github/workflows/release-please-develop.yml
Summary by CodeRabbit
developbranch.