Release v0.2.1
Summary
A pull request from a fork cannot cut a release, and the run reports success anyway — so a merged, labeled contribution silently publishes nothing.
Added
- A check requiring exactly one
major,minororpatchlabel before a pull request can be merged.
Changed
- Releases are cut on push to
maininstead of on the pull request closing, so contributions from forks publish like any other. - The Publish run now fails when a merge releases nothing because the version label was missing, instead of reporting success.