.dockerignore
.gitignore
.readthedocs.yml
AUTHORS.rst
CHANGELOG.md
CONTRIBUTING.rst
Dockerfile
LICENSE
MANIFEST.in
README.rst
action.sh
action.yml
setup.cfg
setup.py
tox.ini
.github/ISSUE_TEMPLATE/bug-report.md
.github/ISSUE_TEMPLATE/documentation.md
.github/ISSUE_TEMPLATE/feature_request.md
.github/ISSUE_TEMPLATE/question.md
.github/workflows/main.yml
.github/workflows/pr.yml
.github/workflows/stale.yml
docs/Makefile
docs/commands.rst
docs/commit-log-parsing.rst
docs/conf.py
docs/configuration.rst
docs/contributing.rst
docs/contributors.rst
docs/envvars.rst
docs/index.rst
docs/make.bat
docs/troubleshooting.rst
docs/automatic-releases/github-actions.rst
docs/automatic-releases/index.rst
docs/automatic-releases/travis.rst
python_semantic_release.egg-info/PKG-INFO
python_semantic_release.egg-info/SOURCES.txt
python_semantic_release.egg-info/dependency_links.txt
python_semantic_release.egg-info/entry_points.txt
python_semantic_release.egg-info/requires.txt
python_semantic_release.egg-info/top_level.txt
semantic_release/__init__.py
semantic_release/__main__.py
semantic_release/ci_checks.py
semantic_release/cli.py
semantic_release/defaults.cfg
semantic_release/dist.py
semantic_release/errors.py
semantic_release/helpers.py
semantic_release/hvcs.py
semantic_release/pypi.py
semantic_release/settings.py
semantic_release/vcs_helpers.py
semantic_release/changelog/__init__.py
semantic_release/changelog/changelog.py
semantic_release/changelog/compare.py
semantic_release/history/__init__.py
semantic_release/history/logs.py
semantic_release/history/parser_angular.py
semantic_release/history/parser_emoji.py
semantic_release/history/parser_helpers.py
semantic_release/history/parser_tag.py
tests/__init__.py
tests/test_changelog.py
tests/test_cli.py
tests/test_dist.py
tests/test_hvcs.py
tests/test_pypi.py
tests/test_settings.py
tests/test_setup_py_hook.py
tests/test_vcs_helpers.py
tests/ci_checks/__init__.py
tests/ci_checks/test_bitbucket.py
tests/ci_checks/test_checker.py
tests/ci_checks/test_circle.py
tests/ci_checks/test_frigg.py
tests/ci_checks/test_gitlab.py
tests/ci_checks/test_jenkins.py
tests/ci_checks/test_semaphore.py
tests/ci_checks/test_travis.py
tests/history/__init__.py
tests/history/test_changelog.py
tests/history/test_version.py
tests/history/test_version_bump.py
tests/mocks/__init__.py
tests/mocks/mock_gitlab.py
tests/parsers/__init__.py
tests/parsers/test_angular.py
tests/parsers/test_emoji.py
tests/parsers/test_helpers.py
tests/parsers/test_tag.py