.. _configuration:

Configuration
=============

Python Semantic Release is highly configurable, allowing you to tailor it to your
project's needs. It supports various runtime environments and can be integrated with
different CI/CD services.

#.  Check out our set of :ref:`configuration guides <config-guides>` to help walk
    you through the set up of common project customizations.

#.  Dive in deep and explore the full set of possible :ref:`customization options <config>`.

#.  Go Automatic and Configure your :ref:`CI/CD services <automatic>` to use Python
    Semantic Release.

.. toctree::
    :maxdepth: 1
    :hidden:

    Guides <configuration-guides/index>
    Options <configuration>
    automatic-releases/index
