Skip to content

v0.8.0

Choose a tag to compare

@github-actions github-actions released this 01 Jul 04:27
baba76d

Highlights

septiembre changes now includes a readiness checklist — a quick, at-a-glance view of what a change set contains.

✨ Added

  • Readiness checklist on the changes graph. Files are classified with regular expressions into four independent signals:
    • Source code.go, .js/.ts/.tsx, .py, .astro, and more (tests excluded)
    • Tests_test.go, *.test.*, *.spec.*, test_*.py, tests/, __tests__/
    • Documentation.md/.mdx/.rst/.adoc, docs/, README (changelog excluded)
    • ChangelogCHANGELOG*
  • Shown in the interactive HTML sidebar, the --output json payload (checklist), and --output table.

Each signal is matched independently, so a changelog is never miscounted as documentation and a test file is never miscounted as source code.

Full changelog: v0.7.0...v0.8.0