File: index.rst

package info (click to toggle)
python-semantic-release 10.3.1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 3,236 kB
  • sloc: python: 36,523; sh: 340; makefile: 156
file content (17 lines) | stat: -rw-r--r-- 354 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
.. _concepts:

Concepts
========

This section covers the core concepts of Python Semantic Release and how it
works. Understanding these concepts will help you effectively use Python
Semantic Release in your projects.

.. toctree::
    :maxdepth: 1

    getting_started
    commit_parsing
    changelog_templates
    multibranch_releases
    strict_mode