Skip to content

ci: add manually triggerable beta release workflow#1868

Merged
vdusek merged 1 commit intomasterfrom
ci/manual-beta-release
May 4, 2026
Merged

ci: add manually triggerable beta release workflow#1868
vdusek merged 1 commit intomasterfrom
ci/manual-beta-release

Conversation

@vdusek
Copy link
Copy Markdown
Collaborator

@vdusek vdusek commented May 4, 2026

Summary

  • Extract the beta release pipeline (release_preparechangelog_updatepypi_publishdoc_release_post_publish) from on_master.yaml into a new manual_release_beta.yaml reusable workflow.
  • The new workflow exposes both workflow_dispatch (manual trigger from the GitHub UI) and workflow_call (so on_master can keep auto-publishing betas after master pushes).
  • on_master.yaml now has a single beta_release job that calls the new workflow, gated on the same feat|fix|perf|refactor|style: commit prefixes and on code_checks + tests passing.

Why

We previously had no way to cut a beta without pushing a release-triggering commit to master. With this change, a beta can be released on demand from the Actions tab, while the existing automatic flow on master is preserved.

Mirrors apify/apify-sdk-python#886.

Extract the beta release pipeline into a new reusable workflow that
can be invoked both manually from the GitHub UI and from on_master.
@vdusek vdusek added t-tooling Issues with this label are in the ownership of the tooling team. adhoc Ad-hoc unplanned task added during the sprint. labels May 4, 2026
@vdusek vdusek self-assigned this May 4, 2026
@vdusek vdusek requested a review from janbuchar May 4, 2026 14:39
@github-actions github-actions Bot added this to the 140th sprint - Tooling team milestone May 4, 2026
@codecov
Copy link
Copy Markdown

codecov Bot commented May 4, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 92.45%. Comparing base (6b78f38) to head (9ec381e).
⚠️ Report is 1 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #1868      +/-   ##
==========================================
+ Coverage   92.42%   92.45%   +0.02%     
==========================================
  Files         158      158              
  Lines       11027    11027              
==========================================
+ Hits        10192    10195       +3     
+ Misses        835      832       -3     
Flag Coverage Δ
unit 92.45% <ø> (+0.02%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@vdusek vdusek merged commit cbe4699 into master May 4, 2026
32 checks passed
@vdusek vdusek deleted the ci/manual-beta-release branch May 4, 2026 15:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

adhoc Ad-hoc unplanned task added during the sprint. t-tooling Issues with this label are in the ownership of the tooling team.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants