From e27d1a39e2da9c0358b240281eee211c459f99bf Mon Sep 17 00:00:00 2001 From: codejedi365 Date: Tue, 5 Aug 2025 22:17:22 -0600 Subject: [PATCH] docs(github-actions): adjust documentation for direct links to action example workflows Resolves: #1303 --- docs/configuration/automatic-releases/github-actions.rst | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/configuration/automatic-releases/github-actions.rst b/docs/configuration/automatic-releases/github-actions.rst index efc88653f..85b9b4758 100644 --- a/docs/configuration/automatic-releases/github-actions.rst +++ b/docs/configuration/automatic-releases/github-actions.rst @@ -19,6 +19,14 @@ There are two official GitHub Actions for Python Semantic Release: It is used to upload files, such as distribution artifacts and other assets, to a GitHub release. +Included in this documentation are some recommended examples below if you want to get +started quickly. These examples are not exhaustive and you will need to adjust them +for your specific project needs especially if you are using a monorepo. + +- :ref:`GitHub Actions Example Workflows ` + +- :ref:`GitHub Actions with Monorepos ` + .. note:: These GitHub Actions are only simplified wrappers around the python-semantic-release CLI. Ultimately, they download and install the