Skip to content

v0.1.1

Choose a tag to compare

@robert-northmind robert-northmind released this 04 Feb 14:16
· 4 commits to main since this release
f8fea98

Added

  • Release automation with tag-based publishing to pub.dev
  • Numbered steps in RELEASING.md Quick Reference for easier scanning
  • Version bump tooling (dart tool/version_bump.dart)
  • Pre-release validation (dart tool/pre_release_check.dart)
  • Release creation script (dart tool/create_release.dart) - creates tag, pushes, and creates GitHub release with changelog
  • CI changelog check with skip-changelog label escape hatch
  • Smart changelog validation (dart tool/check_changelog.dart) - auto-detects release branches
  • CONTRIBUTING.md with development workflow and PR guidelines
  • RELEASING.md documentation for maintainers
  • Contributing section in README