From 7e8212870d341607b8d53dfbb50695060d15fc26 Mon Sep 17 00:00:00 2001 From: steve-chavez Date: Tue, 4 Aug 2026 19:48:00 -0500 Subject: [PATCH] docs: release cycle --- docs/index.rst | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/docs/index.rst b/docs/index.rst index a645cfb3a..b02d7acb3 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -119,11 +119,14 @@ Releases PostgREST follows ``MAJOR.PATCH`` two-part versioning: - ``MAJOR``: feature release, may deprecate or remove things. -- ``PATCH``: fix/security release only; no features, no behavior changes. +- ``PATCH``: fix/security release only, no features and no behavior changes. -Starting from ``v14.0``, only even-numbered MAJOR versions will be released, reserving odd-numbered MAJOR versions for development. +MAJOR releases are published twice a year, with their scope and target dates tracked through `GitHub milestones `_. +PATCH releases are published on an as-needed basis. -All the releases are published on `PostgREST's GitHub release page `_. +Starting from ``v14.0``, only even-numbered MAJOR versions are released, reserving odd-numbered MAJOR versions for development. + +All releases are published on `PostgREST's GitHub release page `_, along with the corresponding upgrade guides. Tutorials ---------