Skip to content

v0.2.0

Choose a tag to compare

@github-actions github-actions released this 03 Jul 04:07
· 89 commits to main since this release
Immutable release. Only release title and notes can be modified.

Added

  • /sandpaper:release — draft release notes and a semver bump from
    brain/log.html, then npm version + tag + push.
  • bin/verify-publish.js (npm run verify-publish) — tarball-safety gate:
    no site/, no secrets, size envelope.
  • .github/workflows/ci.yml — tests + verify-publish on every push/PR,
    Node 18/20/22.
  • .github/workflows/release.yml — a pushed tag runs tests → verify-publish
    npm publish --provenance → a GitHub Release.
  • .github/dependabot.yml — weekly Actions + npm dependency checks.