Skip to content

ci: add manually triggerable beta release workflow#886

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

ci: add manually triggerable beta release workflow#886
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 + 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.

Extract the beta release pipeline into `manual_release_beta.yaml` with both
`workflow_dispatch` (for manual triggers) and `workflow_call` (so `on_master`
can keep auto-publishing betas), so that beta releases can be cut on demand
without needing a release-triggering commit 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 11: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 87.01%. Comparing base (2406996) to head (c88788d).
⚠️ Report is 1 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #886   +/-   ##
=======================================
  Coverage   87.01%   87.01%           
=======================================
  Files          48       48           
  Lines        2942     2942           
=======================================
  Hits         2560     2560           
  Misses        382      382           
Flag Coverage Δ
e2e 37.72% <ø> (ø)
integration 59.04% <ø> (ø)
unit 75.76% <ø> (ø)

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 6f82da9 into master May 4, 2026
30 of 31 checks passed
@vdusek vdusek deleted the ci/manual-beta-release branch May 4, 2026 12:36
vdusek added a commit to apify/crawlee-python that referenced this pull request May 4, 2026
## Summary

- Extract the beta release pipeline (`release_prepare` →
`changelog_update` → `pypi_publish` → `doc_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.
vdusek added a commit to apify/apify-client-python that referenced this pull request May 4, 2026
## Summary

- Extract the beta release pipeline (`release_prepare` →
`changelog_update` → `pypi_publish` → `doc_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.
vdusek added a commit to apify/apify-shared-python that referenced this pull request May 4, 2026
## Summary

- Extract the beta release pipeline (`release_prepare` →
`changelog_update` → `pypi_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, preserving the existing skip condition
(`!ci`/`!docs`/`!test` + `apify/` org gate) and `code_checks` + `tests`
dependencies.

## 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.
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