Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions docs/configuration/automatic-releases/github-actions.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 <gh_actions-examples>`

- :ref:`GitHub Actions with Monorepos <gh_actions-monorepo>`

.. note::
These GitHub Actions are only simplified wrappers around the
python-semantic-release CLI. Ultimately, they download and install the
Expand Down