Skip to content

ci: add manually triggerable beta release workflow#775

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

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

Conversation

@vdusek
Copy link
Copy Markdown
Contributor

@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 + docstrings_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 adhoc Ad-hoc unplanned task added during the sprint. t-tooling Issues with this label are in the ownership of the tooling team. labels May 4, 2026
@vdusek vdusek self-assigned this May 4, 2026
@vdusek vdusek requested a review from janbuchar May 4, 2026 14:40
@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 97.50%. Comparing base (64998e8) to head (ec44d82).
⚠️ Report is 1 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #775      +/-   ##
==========================================
- Coverage   97.54%   97.50%   -0.05%     
==========================================
  Files          47       47              
  Lines        4725     4725              
==========================================
- Hits         4609     4607       -2     
- Misses        116      118       +2     
Flag Coverage Δ
integration 95.40% <ø> (+0.12%) ⬆️
unit 82.11% <ø> (ø)

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 94d5bf4 into master May 4, 2026
26 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