Part of OpenBeat v0.1.0 public launch map.
Question
What documentation changes make the Build Installers artifact-upload behavior match the workflow exactly?
Problem
docs/development.md says push and pull-request builds upload installer artifacts. The workflow now builds on those events but uploads artifacts only for workflow_dispatch and workflow_call.
Work
- Update the development and release documentation to match the workflow.
- Explain when a contributor should use a manual build versus the Release workflow.
- Confirm the release checklist tells maintainers where the downloadable artifacts come from.
Acceptance criteria
The documented artifact behavior exactly matches .github/workflows/build-installers.yml.
Part of OpenBeat v0.1.0 public launch map.
Question
What documentation changes make the Build Installers artifact-upload behavior match the workflow exactly?
Problem
docs/development.mdsays push and pull-request builds upload installer artifacts. The workflow now builds on those events but uploads artifacts only forworkflow_dispatchandworkflow_call.Work
Acceptance criteria
The documented artifact behavior exactly matches
.github/workflows/build-installers.yml.