Skip to content

v3.0.0-beta.1

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 01 Sep 13:07
· 4 commits to develop since this release
ed81a1c

3.0.0-beta.1 (2026-09-01)

Continuous Integration

  • config: add independent release automation for @supabase/config (CLI-2233) (#6381) (ed81a1c), closes #6366 #6366

BREAKING CHANGES

  • config: outside packages/config/ must not produce a major —
    plus merge-commit, root-commit (--root), and non-ASCII-path (-z vs
    core.quotePath) edges.
  • The plan refuses to run without a baseline config-v* tag: with none,
    semantic-release would cut 1.0.0 with notes generated from the entire
    monorepo history — a whole-history changelog as the approval artifact.
    Escape hatch: CONFIG_RELEASE_ALLOW_NO_BASELINE=1.
  • While private: true (until CLI-2169 flips it), the plan job still
    runs everything — version, gate, pack — and reports
    blocked_on_private; every config push to develop rehearses the plan
    half of the train while publishing nothing.