From 3f21f3fc47a0dacc11ec95feb2a23f8cf132e77b Mon Sep 17 00:00:00 2001 From: codejedi365 Date: Wed, 10 Sep 2025 21:24:07 -0600 Subject: [PATCH] docs(getting-started-guide): remove notice about lack of monorepo support (#1327) Closes: #1326 --- docs/concepts/getting_started.rst | 7 ------- 1 file changed, 7 deletions(-) diff --git a/docs/concepts/getting_started.rst b/docs/concepts/getting_started.rst index d34062457..81e5842ad 100644 --- a/docs/concepts/getting_started.rst +++ b/docs/concepts/getting_started.rst @@ -175,13 +175,6 @@ behavior, you will need to specify the parser options you want to override. parse_squash_commits = true ignore_merge_commits = true -.. important:: - Python Semantic Release does not currently support Monorepo projects. You will need to provide - a custom commit parser that is built for Monorepos. Follow the Monorepo-support progress in - `Issue #168 `_, - `Issue #614 `_, - and `PR #1143 `_. - Choosing your Changelog '''''''''''''''''''''''