Skip to content

Release v0.2.1

Choose a tag to compare

@github-actions github-actions released this 22 Aug 09:45
3fdcd2a

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, minor or patch label before a pull request can be merged.

Changed

  • Releases are cut on push to main instead 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.