1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
|
.. _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
|