File: index.rst

package info (click to toggle)
python-semantic-release 10.3.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 3,112 kB
  • sloc: python: 36,523; sh: 340; makefile: 156
file content (24 lines) | stat: -rw-r--r-- 729 bytes parent folder | download
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