Skip to content

Release v3.3.1

Choose a tag to compare

@github-actions github-actions released this 18 Aug 13:47
8078cd1

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.