AUTHORS.rst
LICENSE
MANIFEST.in
README.rst
pyproject.toml
./semantic_release/data/templates/CHANGELOG.md.j2
./semantic_release/data/templates/release_notes.md.j2
docs/Makefile
docs/algorithm.rst
docs/changelog_templates.rst
docs/commands.rst
docs/commit-parsing.rst
docs/conf.py
docs/configuration.rst
docs/contributing.rst
docs/contributors.rst
docs/github-action.rst
docs/index.rst
docs/make.bat
docs/migrating_from_v7.rst
docs/multibranch_releases.rst
docs/strict_mode.rst
docs/troubleshooting.rst
docs/automatic-releases/cronjobs.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/const.py
semantic_release/enums.py
semantic_release/errors.py
semantic_release/helpers.py
semantic_release/changelog/__init__.py
semantic_release/changelog/context.py
semantic_release/changelog/release_history.py
semantic_release/changelog/template.py
semantic_release/cli/__init__.py
semantic_release/cli/common.py
semantic_release/cli/config.py
semantic_release/cli/const.py
semantic_release/cli/github_actions_output.py
semantic_release/cli/masking_filter.py
semantic_release/cli/util.py
semantic_release/cli/commands/__init__.py
semantic_release/cli/commands/changelog.py
semantic_release/cli/commands/cli_context.py
semantic_release/cli/commands/generate_config.py
semantic_release/cli/commands/main.py
semantic_release/cli/commands/publish.py
semantic_release/cli/commands/version.py
semantic_release/commit_parser/__init__.py
semantic_release/commit_parser/_base.py
semantic_release/commit_parser/angular.py
semantic_release/commit_parser/emoji.py
semantic_release/commit_parser/scipy.py
semantic_release/commit_parser/tag.py
semantic_release/commit_parser/token.py
semantic_release/commit_parser/util.py
semantic_release/data/templates/CHANGELOG.md.j2
semantic_release/data/templates/release_notes.md.j2
semantic_release/hvcs/__init__.py
semantic_release/hvcs/_base.py
semantic_release/hvcs/bitbucket.py
semantic_release/hvcs/gitea.py
semantic_release/hvcs/github.py
semantic_release/hvcs/gitlab.py
semantic_release/hvcs/token_auth.py
semantic_release/hvcs/util.py
semantic_release/version/__init__.py
semantic_release/version/algorithm.py
semantic_release/version/declaration.py
semantic_release/version/translator.py
semantic_release/version/version.py
tests/__init__.py
tests/conftest.py
tests/const.py
tests/util.py
tests/command_line/__init__.py
tests/command_line/conftest.py
tests/command_line/test_changelog.py
tests/command_line/test_generate_config.py
tests/command_line/test_help.py
tests/command_line/test_main.py
tests/command_line/test_publish.py
tests/command_line/test_version.py
tests/fixtures/__init__.py
tests/fixtures/commit_parsers.py
tests/fixtures/example_project.py
tests/fixtures/git_repo.py
tests/fixtures/scipy.py
tests/fixtures/repos/__init__.py
tests/fixtures/repos/git_flow/__init__.py
tests/fixtures/repos/git_flow/repo_w_2_release_channels.py
tests/fixtures/repos/git_flow/repo_w_3_release_channels.py
tests/fixtures/repos/github_flow/__init__.py
tests/fixtures/repos/github_flow/repo_w_release_channels.py
tests/fixtures/repos/trunk_based_dev/__init__.py
tests/fixtures/repos/trunk_based_dev/repo_w_no_tags.py
tests/fixtures/repos/trunk_based_dev/repo_w_prereleases.py
tests/fixtures/repos/trunk_based_dev/repo_w_tags.py
tests/scenario/__init__.py
tests/scenario/test_next_version.py
tests/scenario/test_release_history.py
tests/scenario/test_template_render.py
tests/unit/__init__.py
tests/unit/semantic_release/__init__.py
tests/unit/semantic_release/test_helpers.py
tests/unit/semantic_release/changelog/__init__.py
tests/unit/semantic_release/changelog/test_default_changelog.py
tests/unit/semantic_release/changelog/test_release_notes.py
tests/unit/semantic_release/changelog/test_template.py
tests/unit/semantic_release/cli/__init__.py
tests/unit/semantic_release/cli/test_config.py
tests/unit/semantic_release/cli/test_github_actions_output.py
tests/unit/semantic_release/cli/test_masking_filter.py
tests/unit/semantic_release/cli/test_util.py
tests/unit/semantic_release/cli/test_version.py
tests/unit/semantic_release/commit_parser/__init__.py
tests/unit/semantic_release/commit_parser/helper.py
tests/unit/semantic_release/commit_parser/test_angular.py
tests/unit/semantic_release/commit_parser/test_emoji.py
tests/unit/semantic_release/commit_parser/test_scipy.py
tests/unit/semantic_release/commit_parser/test_tag.py
tests/unit/semantic_release/commit_parser/test_token.py
tests/unit/semantic_release/commit_parser/test_util.py
tests/unit/semantic_release/hvcs/__init__.py
tests/unit/semantic_release/hvcs/test__base.py
tests/unit/semantic_release/hvcs/test_bitbucket.py
tests/unit/semantic_release/hvcs/test_gitea.py
tests/unit/semantic_release/hvcs/test_github.py
tests/unit/semantic_release/hvcs/test_gitlab.py
tests/unit/semantic_release/hvcs/test_token_auth.py
tests/unit/semantic_release/hvcs/test_util.py
tests/unit/semantic_release/version/__init__.py
tests/unit/semantic_release/version/test_algorithm.py
tests/unit/semantic_release/version/test_declaration.py
tests/unit/semantic_release/version/test_translator.py
tests/unit/semantic_release/version/test_version.py