python-semantic-release 9.18.0__tar.gz → 9.18.1__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {python_semantic_release-9.18.0/src/python_semantic_release.egg-info → python_semantic_release-9.18.1}/PKG-INFO +1 -1
- {python_semantic_release-9.18.0 → python_semantic_release-9.18.1}/docs/automatic-releases/github-actions.rst +7 -7
- {python_semantic_release-9.18.0 → python_semantic_release-9.18.1}/docs/changelog_templates.rst +4 -4
- {python_semantic_release-9.18.0 → python_semantic_release-9.18.1}/docs/commit_parsing.rst +3 -3
- {python_semantic_release-9.18.0 → python_semantic_release-9.18.1}/pyproject.toml +1 -1
- {python_semantic_release-9.18.0 → python_semantic_release-9.18.1/src/python_semantic_release.egg-info}/PKG-INFO +1 -1
- {python_semantic_release-9.18.0 → python_semantic_release-9.18.1}/src/semantic_release/__init__.py +1 -1
- {python_semantic_release-9.18.0 → python_semantic_release-9.18.1}/src/semantic_release/cli/config.py +10 -8
- {python_semantic_release-9.18.0 → python_semantic_release-9.18.1}/AUTHORS.rst +0 -0
- {python_semantic_release-9.18.0 → python_semantic_release-9.18.1}/LICENSE +0 -0
- {python_semantic_release-9.18.0 → python_semantic_release-9.18.1}/MANIFEST.in +0 -0
- {python_semantic_release-9.18.0 → python_semantic_release-9.18.1}/README.rst +0 -0
- {python_semantic_release-9.18.0 → python_semantic_release-9.18.1}/docs/Makefile +0 -0
- {python_semantic_release-9.18.0 → python_semantic_release-9.18.1}/docs/algorithm.rst +0 -0
- {python_semantic_release-9.18.0 → python_semantic_release-9.18.1}/docs/automatic-releases/cronjobs.rst +0 -0
- {python_semantic_release-9.18.0 → python_semantic_release-9.18.1}/docs/automatic-releases/index.rst +0 -0
- {python_semantic_release-9.18.0 → python_semantic_release-9.18.1}/docs/automatic-releases/travis.rst +0 -0
- {python_semantic_release-9.18.0 → python_semantic_release-9.18.1}/docs/commands.rst +0 -0
- {python_semantic_release-9.18.0 → python_semantic_release-9.18.1}/docs/conf.py +0 -0
- {python_semantic_release-9.18.0 → python_semantic_release-9.18.1}/docs/configuration.rst +0 -0
- {python_semantic_release-9.18.0 → python_semantic_release-9.18.1}/docs/contributing.rst +0 -0
- {python_semantic_release-9.18.0 → python_semantic_release-9.18.1}/docs/contributors.rst +0 -0
- {python_semantic_release-9.18.0 → python_semantic_release-9.18.1}/docs/index.rst +0 -0
- {python_semantic_release-9.18.0 → python_semantic_release-9.18.1}/docs/make.bat +0 -0
- {python_semantic_release-9.18.0 → python_semantic_release-9.18.1}/docs/migrating_from_v7.rst +0 -0
- {python_semantic_release-9.18.0 → python_semantic_release-9.18.1}/docs/multibranch_releases.rst +0 -0
- {python_semantic_release-9.18.0 → python_semantic_release-9.18.1}/docs/psr_changelog.rst +0 -0
- {python_semantic_release-9.18.0 → python_semantic_release-9.18.1}/docs/strict_mode.rst +0 -0
- {python_semantic_release-9.18.0 → python_semantic_release-9.18.1}/docs/troubleshooting.rst +0 -0
- {python_semantic_release-9.18.0 → python_semantic_release-9.18.1}/setup.cfg +0 -0
- {python_semantic_release-9.18.0 → python_semantic_release-9.18.1}/src/python_semantic_release.egg-info/SOURCES.txt +0 -0
- {python_semantic_release-9.18.0 → python_semantic_release-9.18.1}/src/python_semantic_release.egg-info/dependency_links.txt +0 -0
- {python_semantic_release-9.18.0 → python_semantic_release-9.18.1}/src/python_semantic_release.egg-info/entry_points.txt +0 -0
- {python_semantic_release-9.18.0 → python_semantic_release-9.18.1}/src/python_semantic_release.egg-info/requires.txt +0 -0
- {python_semantic_release-9.18.0 → python_semantic_release-9.18.1}/src/python_semantic_release.egg-info/top_level.txt +0 -0
- {python_semantic_release-9.18.0 → python_semantic_release-9.18.1}/src/semantic_release/__main__.py +0 -0
- {python_semantic_release-9.18.0 → python_semantic_release-9.18.1}/src/semantic_release/changelog/__init__.py +0 -0
- {python_semantic_release-9.18.0 → python_semantic_release-9.18.1}/src/semantic_release/changelog/context.py +0 -0
- {python_semantic_release-9.18.0 → python_semantic_release-9.18.1}/src/semantic_release/changelog/release_history.py +0 -0
- {python_semantic_release-9.18.0 → python_semantic_release-9.18.1}/src/semantic_release/changelog/template.py +0 -0
- {python_semantic_release-9.18.0 → python_semantic_release-9.18.1}/src/semantic_release/cli/__init__.py +0 -0
- {python_semantic_release-9.18.0 → python_semantic_release-9.18.1}/src/semantic_release/cli/changelog_writer.py +0 -0
- {python_semantic_release-9.18.0 → python_semantic_release-9.18.1}/src/semantic_release/cli/cli_context.py +0 -0
- {python_semantic_release-9.18.0 → python_semantic_release-9.18.1}/src/semantic_release/cli/commands/__init__.py +0 -0
- {python_semantic_release-9.18.0 → python_semantic_release-9.18.1}/src/semantic_release/cli/commands/changelog.py +0 -0
- {python_semantic_release-9.18.0 → python_semantic_release-9.18.1}/src/semantic_release/cli/commands/generate_config.py +0 -0
- {python_semantic_release-9.18.0 → python_semantic_release-9.18.1}/src/semantic_release/cli/commands/main.py +0 -0
- {python_semantic_release-9.18.0 → python_semantic_release-9.18.1}/src/semantic_release/cli/commands/publish.py +0 -0
- {python_semantic_release-9.18.0 → python_semantic_release-9.18.1}/src/semantic_release/cli/commands/version.py +0 -0
- {python_semantic_release-9.18.0 → python_semantic_release-9.18.1}/src/semantic_release/cli/const.py +0 -0
- {python_semantic_release-9.18.0 → python_semantic_release-9.18.1}/src/semantic_release/cli/github_actions_output.py +0 -0
- {python_semantic_release-9.18.0 → python_semantic_release-9.18.1}/src/semantic_release/cli/masking_filter.py +0 -0
- {python_semantic_release-9.18.0 → python_semantic_release-9.18.1}/src/semantic_release/cli/util.py +0 -0
- {python_semantic_release-9.18.0 → python_semantic_release-9.18.1}/src/semantic_release/commit_parser/__init__.py +0 -0
- {python_semantic_release-9.18.0 → python_semantic_release-9.18.1}/src/semantic_release/commit_parser/_base.py +0 -0
- {python_semantic_release-9.18.0 → python_semantic_release-9.18.1}/src/semantic_release/commit_parser/angular.py +0 -0
- {python_semantic_release-9.18.0 → python_semantic_release-9.18.1}/src/semantic_release/commit_parser/emoji.py +0 -0
- {python_semantic_release-9.18.0 → python_semantic_release-9.18.1}/src/semantic_release/commit_parser/scipy.py +0 -0
- {python_semantic_release-9.18.0 → python_semantic_release-9.18.1}/src/semantic_release/commit_parser/tag.py +0 -0
- {python_semantic_release-9.18.0 → python_semantic_release-9.18.1}/src/semantic_release/commit_parser/token.py +0 -0
- {python_semantic_release-9.18.0 → python_semantic_release-9.18.1}/src/semantic_release/commit_parser/util.py +0 -0
- {python_semantic_release-9.18.0 → python_semantic_release-9.18.1}/src/semantic_release/const.py +0 -0
- {python_semantic_release-9.18.0 → python_semantic_release-9.18.1}/src/semantic_release/data/templates/angular/md/.components/changelog_header.md.j2 +0 -0
- {python_semantic_release-9.18.0 → python_semantic_release-9.18.1}/src/semantic_release/data/templates/angular/md/.components/changelog_init.md.j2 +0 -0
- {python_semantic_release-9.18.0 → python_semantic_release-9.18.1}/src/semantic_release/data/templates/angular/md/.components/changelog_update.md.j2 +0 -0
- {python_semantic_release-9.18.0 → python_semantic_release-9.18.1}/src/semantic_release/data/templates/angular/md/.components/changes.md.j2 +0 -0
- {python_semantic_release-9.18.0 → python_semantic_release-9.18.1}/src/semantic_release/data/templates/angular/md/.components/first_release.md.j2 +0 -0
- {python_semantic_release-9.18.0 → python_semantic_release-9.18.1}/src/semantic_release/data/templates/angular/md/.components/macros.md.j2 +0 -0
- {python_semantic_release-9.18.0 → python_semantic_release-9.18.1}/src/semantic_release/data/templates/angular/md/.components/unreleased_changes.md.j2 +0 -0
- {python_semantic_release-9.18.0 → python_semantic_release-9.18.1}/src/semantic_release/data/templates/angular/md/.components/versioned_changes.md.j2 +0 -0
- {python_semantic_release-9.18.0 → python_semantic_release-9.18.1}/src/semantic_release/data/templates/angular/md/.release_notes.md.j2 +0 -0
- {python_semantic_release-9.18.0 → python_semantic_release-9.18.1}/src/semantic_release/data/templates/angular/md/CHANGELOG.md.j2 +0 -0
- {python_semantic_release-9.18.0 → python_semantic_release-9.18.1}/src/semantic_release/data/templates/angular/rst/.components/changelog_header.rst.j2 +0 -0
- {python_semantic_release-9.18.0 → python_semantic_release-9.18.1}/src/semantic_release/data/templates/angular/rst/.components/changelog_init.rst.j2 +0 -0
- {python_semantic_release-9.18.0 → python_semantic_release-9.18.1}/src/semantic_release/data/templates/angular/rst/.components/changelog_update.rst.j2 +0 -0
- {python_semantic_release-9.18.0 → python_semantic_release-9.18.1}/src/semantic_release/data/templates/angular/rst/.components/changes.rst.j2 +0 -0
- {python_semantic_release-9.18.0 → python_semantic_release-9.18.1}/src/semantic_release/data/templates/angular/rst/.components/first_release.rst.j2 +0 -0
- {python_semantic_release-9.18.0 → python_semantic_release-9.18.1}/src/semantic_release/data/templates/angular/rst/.components/macros.rst.j2 +0 -0
- {python_semantic_release-9.18.0 → python_semantic_release-9.18.1}/src/semantic_release/data/templates/angular/rst/.components/unreleased_changes.rst.j2 +0 -0
- {python_semantic_release-9.18.0 → python_semantic_release-9.18.1}/src/semantic_release/data/templates/angular/rst/.components/versioned_changes.rst.j2 +0 -0
- {python_semantic_release-9.18.0 → python_semantic_release-9.18.1}/src/semantic_release/data/templates/angular/rst/CHANGELOG.rst.j2 +0 -0
- {python_semantic_release-9.18.0 → python_semantic_release-9.18.1}/src/semantic_release/enums.py +0 -0
- {python_semantic_release-9.18.0 → python_semantic_release-9.18.1}/src/semantic_release/errors.py +0 -0
- {python_semantic_release-9.18.0 → python_semantic_release-9.18.1}/src/semantic_release/gitproject.py +0 -0
- {python_semantic_release-9.18.0 → python_semantic_release-9.18.1}/src/semantic_release/globals.py +0 -0
- {python_semantic_release-9.18.0 → python_semantic_release-9.18.1}/src/semantic_release/helpers.py +0 -0
- {python_semantic_release-9.18.0 → python_semantic_release-9.18.1}/src/semantic_release/hvcs/__init__.py +0 -0
- {python_semantic_release-9.18.0 → python_semantic_release-9.18.1}/src/semantic_release/hvcs/_base.py +0 -0
- {python_semantic_release-9.18.0 → python_semantic_release-9.18.1}/src/semantic_release/hvcs/bitbucket.py +0 -0
- {python_semantic_release-9.18.0 → python_semantic_release-9.18.1}/src/semantic_release/hvcs/gitea.py +0 -0
- {python_semantic_release-9.18.0 → python_semantic_release-9.18.1}/src/semantic_release/hvcs/github.py +0 -0
- {python_semantic_release-9.18.0 → python_semantic_release-9.18.1}/src/semantic_release/hvcs/gitlab.py +0 -0
- {python_semantic_release-9.18.0 → python_semantic_release-9.18.1}/src/semantic_release/hvcs/remote_hvcs_base.py +0 -0
- {python_semantic_release-9.18.0 → python_semantic_release-9.18.1}/src/semantic_release/hvcs/token_auth.py +0 -0
- {python_semantic_release-9.18.0 → python_semantic_release-9.18.1}/src/semantic_release/hvcs/util.py +0 -0
- {python_semantic_release-9.18.0 → python_semantic_release-9.18.1}/src/semantic_release/py.typed +0 -0
- {python_semantic_release-9.18.0 → python_semantic_release-9.18.1}/src/semantic_release/version/__init__.py +0 -0
- {python_semantic_release-9.18.0 → python_semantic_release-9.18.1}/src/semantic_release/version/algorithm.py +0 -0
- {python_semantic_release-9.18.0 → python_semantic_release-9.18.1}/src/semantic_release/version/declaration.py +0 -0
- {python_semantic_release-9.18.0 → python_semantic_release-9.18.1}/src/semantic_release/version/translator.py +0 -0
- {python_semantic_release-9.18.0 → python_semantic_release-9.18.1}/src/semantic_release/version/version.py +0 -0
- {python_semantic_release-9.18.0 → python_semantic_release-9.18.1}/tests/__init__.py +0 -0
- {python_semantic_release-9.18.0 → python_semantic_release-9.18.1}/tests/conftest.py +0 -0
- {python_semantic_release-9.18.0 → python_semantic_release-9.18.1}/tests/const.py +0 -0
- {python_semantic_release-9.18.0 → python_semantic_release-9.18.1}/tests/e2e/__init__.py +0 -0
- {python_semantic_release-9.18.0 → python_semantic_release-9.18.1}/tests/e2e/cmd_changelog/__init__.py +0 -0
- {python_semantic_release-9.18.0 → python_semantic_release-9.18.1}/tests/e2e/cmd_changelog/test_changelog.py +0 -0
- {python_semantic_release-9.18.0 → python_semantic_release-9.18.1}/tests/e2e/cmd_changelog/test_changelog_custom_parser.py +0 -0
- {python_semantic_release-9.18.0 → python_semantic_release-9.18.1}/tests/e2e/cmd_changelog/test_changelog_parsing.py +0 -0
- {python_semantic_release-9.18.0 → python_semantic_release-9.18.1}/tests/e2e/cmd_changelog/test_changelog_release_notes.py +0 -0
- {python_semantic_release-9.18.0 → python_semantic_release-9.18.1}/tests/e2e/cmd_config/__init__.py +0 -0
- {python_semantic_release-9.18.0 → python_semantic_release-9.18.1}/tests/e2e/cmd_config/test_generate_config.py +0 -0
- {python_semantic_release-9.18.0 → python_semantic_release-9.18.1}/tests/e2e/cmd_publish/__init__.py +0 -0
- {python_semantic_release-9.18.0 → python_semantic_release-9.18.1}/tests/e2e/cmd_publish/test_publish.py +0 -0
- {python_semantic_release-9.18.0 → python_semantic_release-9.18.1}/tests/e2e/cmd_version/__init__.py +0 -0
- {python_semantic_release-9.18.0 → python_semantic_release-9.18.1}/tests/e2e/cmd_version/bump_version/__init__.py +0 -0
- {python_semantic_release-9.18.0 → python_semantic_release-9.18.1}/tests/e2e/cmd_version/bump_version/conftest.py +0 -0
- {python_semantic_release-9.18.0 → python_semantic_release-9.18.1}/tests/e2e/cmd_version/bump_version/git_flow/__init__.py +0 -0
- {python_semantic_release-9.18.0 → python_semantic_release-9.18.1}/tests/e2e/cmd_version/bump_version/git_flow/test_repo_1_channel.py +0 -0
- {python_semantic_release-9.18.0 → python_semantic_release-9.18.1}/tests/e2e/cmd_version/bump_version/git_flow/test_repo_2_channels.py +0 -0
- {python_semantic_release-9.18.0 → python_semantic_release-9.18.1}/tests/e2e/cmd_version/bump_version/git_flow/test_repo_3_channels.py +0 -0
- {python_semantic_release-9.18.0 → python_semantic_release-9.18.1}/tests/e2e/cmd_version/bump_version/git_flow/test_repo_4_channels.py +0 -0
- {python_semantic_release-9.18.0 → python_semantic_release-9.18.1}/tests/e2e/cmd_version/bump_version/github_flow/__init__.py +0 -0
- {python_semantic_release-9.18.0 → python_semantic_release-9.18.1}/tests/e2e/cmd_version/bump_version/github_flow/test_repo_1_channel.py +0 -0
- {python_semantic_release-9.18.0 → python_semantic_release-9.18.1}/tests/e2e/cmd_version/bump_version/github_flow/test_repo_2_channels.py +0 -0
- {python_semantic_release-9.18.0 → python_semantic_release-9.18.1}/tests/e2e/cmd_version/bump_version/trunk_based_dev/__init__.py +0 -0
- {python_semantic_release-9.18.0 → python_semantic_release-9.18.1}/tests/e2e/cmd_version/bump_version/trunk_based_dev/test_repo_trunk.py +0 -0
- {python_semantic_release-9.18.0 → python_semantic_release-9.18.1}/tests/e2e/cmd_version/bump_version/trunk_based_dev/test_repo_trunk_dual_version_support.py +0 -0
- {python_semantic_release-9.18.0 → python_semantic_release-9.18.1}/tests/e2e/cmd_version/bump_version/trunk_based_dev/test_repo_trunk_dual_version_support_w_prereleases.py +0 -0
- {python_semantic_release-9.18.0 → python_semantic_release-9.18.1}/tests/e2e/cmd_version/bump_version/trunk_based_dev/test_repo_trunk_w_prereleases.py +0 -0
- {python_semantic_release-9.18.0 → python_semantic_release-9.18.1}/tests/e2e/cmd_version/test_version.py +0 -0
- {python_semantic_release-9.18.0 → python_semantic_release-9.18.1}/tests/e2e/cmd_version/test_version_build.py +0 -0
- {python_semantic_release-9.18.0 → python_semantic_release-9.18.1}/tests/e2e/cmd_version/test_version_bump.py +0 -0
- {python_semantic_release-9.18.0 → python_semantic_release-9.18.1}/tests/e2e/cmd_version/test_version_changelog.py +0 -0
- {python_semantic_release-9.18.0 → python_semantic_release-9.18.1}/tests/e2e/cmd_version/test_version_changelog_custom_commit_msg.py +0 -0
- {python_semantic_release-9.18.0 → python_semantic_release-9.18.1}/tests/e2e/cmd_version/test_version_github_actions.py +0 -0
- {python_semantic_release-9.18.0 → python_semantic_release-9.18.1}/tests/e2e/cmd_version/test_version_print.py +0 -0
- {python_semantic_release-9.18.0 → python_semantic_release-9.18.1}/tests/e2e/cmd_version/test_version_release_notes.py +0 -0
- {python_semantic_release-9.18.0 → python_semantic_release-9.18.1}/tests/e2e/cmd_version/test_version_stamp.py +0 -0
- {python_semantic_release-9.18.0 → python_semantic_release-9.18.1}/tests/e2e/cmd_version/test_version_strict.py +0 -0
- {python_semantic_release-9.18.0 → python_semantic_release-9.18.1}/tests/e2e/conftest.py +0 -0
- {python_semantic_release-9.18.0 → python_semantic_release-9.18.1}/tests/e2e/test_help.py +0 -0
- {python_semantic_release-9.18.0 → python_semantic_release-9.18.1}/tests/e2e/test_main.py +0 -0
- {python_semantic_release-9.18.0 → python_semantic_release-9.18.1}/tests/fixtures/__init__.py +0 -0
- {python_semantic_release-9.18.0 → python_semantic_release-9.18.1}/tests/fixtures/commit_parsers.py +0 -0
- {python_semantic_release-9.18.0 → python_semantic_release-9.18.1}/tests/fixtures/example_project.py +0 -0
- {python_semantic_release-9.18.0 → python_semantic_release-9.18.1}/tests/fixtures/git_repo.py +0 -0
- {python_semantic_release-9.18.0 → python_semantic_release-9.18.1}/tests/fixtures/repos/__init__.py +0 -0
- {python_semantic_release-9.18.0 → python_semantic_release-9.18.1}/tests/fixtures/repos/git_flow/__init__.py +0 -0
- {python_semantic_release-9.18.0 → python_semantic_release-9.18.1}/tests/fixtures/repos/git_flow/repo_w_1_release_channel.py +0 -0
- {python_semantic_release-9.18.0 → python_semantic_release-9.18.1}/tests/fixtures/repos/git_flow/repo_w_2_release_channels.py +0 -0
- {python_semantic_release-9.18.0 → python_semantic_release-9.18.1}/tests/fixtures/repos/git_flow/repo_w_3_release_channels.py +0 -0
- {python_semantic_release-9.18.0 → python_semantic_release-9.18.1}/tests/fixtures/repos/git_flow/repo_w_4_release_channels.py +0 -0
- {python_semantic_release-9.18.0 → python_semantic_release-9.18.1}/tests/fixtures/repos/github_flow/__init__.py +0 -0
- {python_semantic_release-9.18.0 → python_semantic_release-9.18.1}/tests/fixtures/repos/github_flow/repo_w_default_release.py +0 -0
- {python_semantic_release-9.18.0 → python_semantic_release-9.18.1}/tests/fixtures/repos/github_flow/repo_w_release_channels.py +0 -0
- {python_semantic_release-9.18.0 → python_semantic_release-9.18.1}/tests/fixtures/repos/repo_initial_commit.py +0 -0
- {python_semantic_release-9.18.0 → python_semantic_release-9.18.1}/tests/fixtures/repos/trunk_based_dev/__init__.py +0 -0
- {python_semantic_release-9.18.0 → python_semantic_release-9.18.1}/tests/fixtures/repos/trunk_based_dev/repo_w_dual_version_support.py +0 -0
- {python_semantic_release-9.18.0 → python_semantic_release-9.18.1}/tests/fixtures/repos/trunk_based_dev/repo_w_dual_version_support_w_prereleases.py +0 -0
- {python_semantic_release-9.18.0 → python_semantic_release-9.18.1}/tests/fixtures/repos/trunk_based_dev/repo_w_no_tags.py +0 -0
- {python_semantic_release-9.18.0 → python_semantic_release-9.18.1}/tests/fixtures/repos/trunk_based_dev/repo_w_prereleases.py +0 -0
- {python_semantic_release-9.18.0 → python_semantic_release-9.18.1}/tests/fixtures/repos/trunk_based_dev/repo_w_tags.py +0 -0
- {python_semantic_release-9.18.0 → python_semantic_release-9.18.1}/tests/fixtures/scipy.py +0 -0
- {python_semantic_release-9.18.0 → python_semantic_release-9.18.1}/tests/unit/__init__.py +0 -0
- {python_semantic_release-9.18.0 → python_semantic_release-9.18.1}/tests/unit/conftest.py +0 -0
- {python_semantic_release-9.18.0 → python_semantic_release-9.18.1}/tests/unit/semantic_release/__init__.py +0 -0
- {python_semantic_release-9.18.0 → python_semantic_release-9.18.1}/tests/unit/semantic_release/changelog/__init__.py +0 -0
- {python_semantic_release-9.18.0 → python_semantic_release-9.18.1}/tests/unit/semantic_release/changelog/conftest.py +0 -0
- {python_semantic_release-9.18.0 → python_semantic_release-9.18.1}/tests/unit/semantic_release/changelog/test_changelog_context.py +0 -0
- {python_semantic_release-9.18.0 → python_semantic_release-9.18.1}/tests/unit/semantic_release/changelog/test_default_changelog.py +0 -0
- {python_semantic_release-9.18.0 → python_semantic_release-9.18.1}/tests/unit/semantic_release/changelog/test_release_history.py +0 -0
- {python_semantic_release-9.18.0 → python_semantic_release-9.18.1}/tests/unit/semantic_release/changelog/test_release_notes.py +0 -0
- {python_semantic_release-9.18.0 → python_semantic_release-9.18.1}/tests/unit/semantic_release/changelog/test_template.py +0 -0
- {python_semantic_release-9.18.0 → python_semantic_release-9.18.1}/tests/unit/semantic_release/changelog/test_template_render.py +0 -0
- {python_semantic_release-9.18.0 → python_semantic_release-9.18.1}/tests/unit/semantic_release/cli/__init__.py +0 -0
- {python_semantic_release-9.18.0 → python_semantic_release-9.18.1}/tests/unit/semantic_release/cli/test_config.py +0 -0
- {python_semantic_release-9.18.0 → python_semantic_release-9.18.1}/tests/unit/semantic_release/cli/test_github_actions_output.py +0 -0
- {python_semantic_release-9.18.0 → python_semantic_release-9.18.1}/tests/unit/semantic_release/cli/test_masking_filter.py +0 -0
- {python_semantic_release-9.18.0 → python_semantic_release-9.18.1}/tests/unit/semantic_release/cli/test_util.py +0 -0
- {python_semantic_release-9.18.0 → python_semantic_release-9.18.1}/tests/unit/semantic_release/cli/test_version.py +0 -0
- {python_semantic_release-9.18.0 → python_semantic_release-9.18.1}/tests/unit/semantic_release/commit_parser/__init__.py +0 -0
- {python_semantic_release-9.18.0 → python_semantic_release-9.18.1}/tests/unit/semantic_release/commit_parser/test_angular.py +0 -0
- {python_semantic_release-9.18.0 → python_semantic_release-9.18.1}/tests/unit/semantic_release/commit_parser/test_emoji.py +0 -0
- {python_semantic_release-9.18.0 → python_semantic_release-9.18.1}/tests/unit/semantic_release/commit_parser/test_parsed_commit.py +0 -0
- {python_semantic_release-9.18.0 → python_semantic_release-9.18.1}/tests/unit/semantic_release/commit_parser/test_scipy.py +0 -0
- {python_semantic_release-9.18.0 → python_semantic_release-9.18.1}/tests/unit/semantic_release/commit_parser/test_util.py +0 -0
- {python_semantic_release-9.18.0 → python_semantic_release-9.18.1}/tests/unit/semantic_release/hvcs/__init__.py +0 -0
- {python_semantic_release-9.18.0 → python_semantic_release-9.18.1}/tests/unit/semantic_release/hvcs/test__base.py +0 -0
- {python_semantic_release-9.18.0 → python_semantic_release-9.18.1}/tests/unit/semantic_release/hvcs/test_bitbucket.py +0 -0
- {python_semantic_release-9.18.0 → python_semantic_release-9.18.1}/tests/unit/semantic_release/hvcs/test_gitea.py +0 -0
- {python_semantic_release-9.18.0 → python_semantic_release-9.18.1}/tests/unit/semantic_release/hvcs/test_github.py +0 -0
- {python_semantic_release-9.18.0 → python_semantic_release-9.18.1}/tests/unit/semantic_release/hvcs/test_gitlab.py +0 -0
- {python_semantic_release-9.18.0 → python_semantic_release-9.18.1}/tests/unit/semantic_release/hvcs/test_token_auth.py +0 -0
- {python_semantic_release-9.18.0 → python_semantic_release-9.18.1}/tests/unit/semantic_release/hvcs/test_util.py +0 -0
- {python_semantic_release-9.18.0 → python_semantic_release-9.18.1}/tests/unit/semantic_release/test_helpers.py +0 -0
- {python_semantic_release-9.18.0 → python_semantic_release-9.18.1}/tests/unit/semantic_release/version/__init__.py +0 -0
- {python_semantic_release-9.18.0 → python_semantic_release-9.18.1}/tests/unit/semantic_release/version/test_algorithm.py +0 -0
- {python_semantic_release-9.18.0 → python_semantic_release-9.18.1}/tests/unit/semantic_release/version/test_declaration.py +0 -0
- {python_semantic_release-9.18.0 → python_semantic_release-9.18.1}/tests/unit/semantic_release/version/test_translator.py +0 -0
- {python_semantic_release-9.18.0 → python_semantic_release-9.18.1}/tests/unit/semantic_release/version/test_version.py +0 -0
- {python_semantic_release-9.18.0 → python_semantic_release-9.18.1}/tests/util.py +0 -0
|
@@ -337,7 +337,7 @@ before the :ref:`version <cmd-version>` subcommand.
|
|
|
337
337
|
|
|
338
338
|
.. code:: yaml
|
|
339
339
|
|
|
340
|
-
- uses: python-semantic-release/python-semantic-release@v9.
|
|
340
|
+
- uses: python-semantic-release/python-semantic-release@v9.18.0
|
|
341
341
|
with:
|
|
342
342
|
root_options: "-vv --noop"
|
|
343
343
|
|
|
@@ -576,7 +576,7 @@ before the :ref:`publish <cmd-publish>` subcommand.
|
|
|
576
576
|
|
|
577
577
|
.. code:: yaml
|
|
578
578
|
|
|
579
|
-
- uses: python-semantic-release/publish-action@v9.
|
|
579
|
+
- uses: python-semantic-release/publish-action@v9.18.0
|
|
580
580
|
with:
|
|
581
581
|
root_options: "-vv --noop"
|
|
582
582
|
|
|
@@ -684,7 +684,7 @@ to the GitHub Release Assets as well.
|
|
|
684
684
|
- name: Action | Semantic Version Release
|
|
685
685
|
id: release
|
|
686
686
|
# Adjust tag with desired version if applicable.
|
|
687
|
-
uses: python-semantic-release/python-semantic-release@v9.
|
|
687
|
+
uses: python-semantic-release/python-semantic-release@v9.18.0
|
|
688
688
|
with:
|
|
689
689
|
github_token: ${{ secrets.GITHUB_TOKEN }}
|
|
690
690
|
git_committer_name: "github-actions"
|
|
@@ -695,7 +695,7 @@ to the GitHub Release Assets as well.
|
|
|
695
695
|
if: steps.release.outputs.released == 'true'
|
|
696
696
|
|
|
697
697
|
- name: Publish | Upload to GitHub Release Assets
|
|
698
|
-
uses: python-semantic-release/publish-action@v9.
|
|
698
|
+
uses: python-semantic-release/publish-action@v9.18.0
|
|
699
699
|
if: steps.release.outputs.released == 'true'
|
|
700
700
|
with:
|
|
701
701
|
github_token: ${{ secrets.GITHUB_TOKEN }}
|
|
@@ -744,7 +744,7 @@ The equivalent GitHub Action configuration would be:
|
|
|
744
744
|
|
|
745
745
|
- name: Action | Semantic Version Release
|
|
746
746
|
# Adjust tag with desired version if applicable.
|
|
747
|
-
uses: python-semantic-release/python-semantic-release@v9.
|
|
747
|
+
uses: python-semantic-release/python-semantic-release@v9.18.0
|
|
748
748
|
with:
|
|
749
749
|
github_token: ${{ secrets.GITHUB_TOKEN }}
|
|
750
750
|
force: patch
|
|
@@ -772,13 +772,13 @@ Publish Action.
|
|
|
772
772
|
.. code:: yaml
|
|
773
773
|
|
|
774
774
|
- name: Release Project 1
|
|
775
|
-
uses: python-semantic-release/python-semantic-release@v9.
|
|
775
|
+
uses: python-semantic-release/python-semantic-release@v9.18.0
|
|
776
776
|
with:
|
|
777
777
|
directory: ./project1
|
|
778
778
|
github_token: ${{ secrets.GITHUB_TOKEN }}
|
|
779
779
|
|
|
780
780
|
- name: Release Project 2
|
|
781
|
-
uses: python-semantic-release/python-semantic-release@v9.
|
|
781
|
+
uses: python-semantic-release/python-semantic-release@v9.18.0
|
|
782
782
|
with:
|
|
783
783
|
directory: ./project2
|
|
784
784
|
github_token: ${{ secrets.GITHUB_TOKEN }}
|
{python_semantic_release-9.18.0 → python_semantic_release-9.18.1}/docs/changelog_templates.rst
RENAMED
|
@@ -286,7 +286,7 @@ The default template provided by PSR will respect the
|
|
|
286
286
|
will also add a comparison link to the previous release if one exists without
|
|
287
287
|
customization.
|
|
288
288
|
|
|
289
|
-
As of
|
|
289
|
+
As of ``v9.18.0``, the default release notes will also include a statement to
|
|
290
290
|
declare which license the project was released under. PSR determines which license
|
|
291
291
|
to declare based on the value of ``project.license-expression`` in the ``pyproject.toml``
|
|
292
292
|
file as defined in the `PEP 639`_ specification.
|
|
@@ -689,7 +689,7 @@ The filters provided vary based on the VCS configured and available features:
|
|
|
689
689
|
point to the specific version page. If no version is provided, the URL will point to the package
|
|
690
690
|
page.
|
|
691
691
|
|
|
692
|
-
*Introduced in
|
|
692
|
+
*Introduced in v9.18.0.*
|
|
693
693
|
|
|
694
694
|
**Example Usage:**
|
|
695
695
|
|
|
@@ -709,7 +709,7 @@ The filters provided vary based on the VCS configured and available features:
|
|
|
709
709
|
page on the remote vcs. This filter is useful when you want to link to the release page on the
|
|
710
710
|
remote vcs.
|
|
711
711
|
|
|
712
|
-
*Introduced in
|
|
712
|
+
*Introduced in v9.18.0.*
|
|
713
713
|
|
|
714
714
|
**Example Usage:**
|
|
715
715
|
|
|
@@ -887,7 +887,7 @@ The filters provided vary based on the VCS configured and available features:
|
|
|
887
887
|
display the proper name of the VCS type in a changelog or release notes. The filter supports
|
|
888
888
|
three different replace formats: ``%s``, ``{}``, and ``{vcs_name}``.
|
|
889
889
|
|
|
890
|
-
*Introduced in
|
|
890
|
+
*Introduced in v9.18.0.*
|
|
891
891
|
|
|
892
892
|
**Example Usage:**
|
|
893
893
|
|
|
@@ -118,7 +118,7 @@ logic in relation to how PSR's core features:
|
|
|
118
118
|
:ref:`commit_parser-builtin-release_notice_footer_detection`, which is a custom extension
|
|
119
119
|
to traditional `Angular Commit Style Guidelines`_ to use the ``NOTICE`` keyword as a git
|
|
120
120
|
footer to document additional release information that is not considered a breaking change.
|
|
121
|
-
*Feature available in
|
|
121
|
+
*Feature available in v9.18.0+.*
|
|
122
122
|
|
|
123
123
|
**Limitations**:
|
|
124
124
|
|
|
@@ -194,7 +194,7 @@ how PSR's core features:
|
|
|
194
194
|
- **Release Notice Footer Detection**: This parser implements PSR's
|
|
195
195
|
:ref:`commit_parser-builtin-release_notice_footer_detection`, which is a custom extension
|
|
196
196
|
that uses the ``NOTICE`` keyword as a git footer to document additional release information
|
|
197
|
-
that is not considered a breaking change. *Feature available in
|
|
197
|
+
that is not considered a breaking change. *Feature available in v9.18.0+.*
|
|
198
198
|
|
|
199
199
|
If no commit parser options are provided via the configuration, the parser will use PSR's
|
|
200
200
|
built-in :py:class:`defaults <semantic_release.commit_parser.emoji.EmojiParserOptions>`.
|
|
@@ -326,7 +326,7 @@ return an empty tuple.
|
|
|
326
326
|
Common Release Notice Footer Detection
|
|
327
327
|
""""""""""""""""""""""""""""""""""""""
|
|
328
328
|
|
|
329
|
-
*Introduced in
|
|
329
|
+
*Introduced in v9.18.0**
|
|
330
330
|
|
|
331
331
|
All of the PSR built-in parsers implement common release notice footer detection logic
|
|
332
332
|
to identify and extract a ``NOTICE`` git trailer that documents any additional release
|
{python_semantic_release-9.18.0 → python_semantic_release-9.18.1}/src/semantic_release/cli/config.py
RENAMED
|
@@ -54,7 +54,6 @@ from semantic_release.errors import (
|
|
|
54
54
|
ParserLoadError,
|
|
55
55
|
)
|
|
56
56
|
from semantic_release.helpers import dynamic_import
|
|
57
|
-
from semantic_release.hvcs.remote_hvcs_base import RemoteHvcsBase
|
|
58
57
|
from semantic_release.version.declaration import (
|
|
59
58
|
PatternVersionDeclaration,
|
|
60
59
|
TomlVersionDeclaration,
|
|
@@ -287,15 +286,18 @@ class RemoteConfig(BaseModel):
|
|
|
287
286
|
|
|
288
287
|
def _get_default_token(self) -> str | None:
|
|
289
288
|
hvcs_client_class = _known_hvcs[self.type]
|
|
290
|
-
default_hvcs_instance = hvcs_client_class("git@example.com:owner/project.git")
|
|
291
|
-
if not isinstance(default_hvcs_instance, RemoteHvcsBase):
|
|
292
|
-
return None
|
|
293
289
|
|
|
294
|
-
default_token_name =
|
|
295
|
-
|
|
296
|
-
|
|
290
|
+
default_token_name = (
|
|
291
|
+
getattr(hvcs_client_class, "DEFAULT_ENV_TOKEN_NAME") # noqa: B009
|
|
292
|
+
if hasattr(hvcs_client_class, "DEFAULT_ENV_TOKEN_NAME")
|
|
293
|
+
else ""
|
|
294
|
+
)
|
|
297
295
|
|
|
298
|
-
return
|
|
296
|
+
return (
|
|
297
|
+
EnvConfigVar(env=default_token_name).getvalue()
|
|
298
|
+
if default_token_name
|
|
299
|
+
else None
|
|
300
|
+
)
|
|
299
301
|
|
|
300
302
|
@model_validator(mode="after")
|
|
301
303
|
def check_url_scheme(self) -> Self:
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{python_semantic_release-9.18.0 → python_semantic_release-9.18.1}/docs/automatic-releases/index.rst
RENAMED
|
File without changes
|
{python_semantic_release-9.18.0 → python_semantic_release-9.18.1}/docs/automatic-releases/travis.rst
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{python_semantic_release-9.18.0 → python_semantic_release-9.18.1}/docs/migrating_from_v7.rst
RENAMED
|
File without changes
|
{python_semantic_release-9.18.0 → python_semantic_release-9.18.1}/docs/multibranch_releases.rst
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{python_semantic_release-9.18.0 → python_semantic_release-9.18.1}/src/semantic_release/__main__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{python_semantic_release-9.18.0 → python_semantic_release-9.18.1}/src/semantic_release/cli/const.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{python_semantic_release-9.18.0 → python_semantic_release-9.18.1}/src/semantic_release/cli/util.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{python_semantic_release-9.18.0 → python_semantic_release-9.18.1}/src/semantic_release/const.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{python_semantic_release-9.18.0 → python_semantic_release-9.18.1}/src/semantic_release/enums.py
RENAMED
|
File without changes
|
{python_semantic_release-9.18.0 → python_semantic_release-9.18.1}/src/semantic_release/errors.py
RENAMED
|
File without changes
|
{python_semantic_release-9.18.0 → python_semantic_release-9.18.1}/src/semantic_release/gitproject.py
RENAMED
|
File without changes
|
{python_semantic_release-9.18.0 → python_semantic_release-9.18.1}/src/semantic_release/globals.py
RENAMED
|
File without changes
|
{python_semantic_release-9.18.0 → python_semantic_release-9.18.1}/src/semantic_release/helpers.py
RENAMED
|
File without changes
|
|
File without changes
|
{python_semantic_release-9.18.0 → python_semantic_release-9.18.1}/src/semantic_release/hvcs/_base.py
RENAMED
|
File without changes
|
|
File without changes
|
{python_semantic_release-9.18.0 → python_semantic_release-9.18.1}/src/semantic_release/hvcs/gitea.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{python_semantic_release-9.18.0 → python_semantic_release-9.18.1}/src/semantic_release/hvcs/util.py
RENAMED
|
File without changes
|
{python_semantic_release-9.18.0 → python_semantic_release-9.18.1}/src/semantic_release/py.typed
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{python_semantic_release-9.18.0 → python_semantic_release-9.18.1}/tests/e2e/cmd_config/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
{python_semantic_release-9.18.0 → python_semantic_release-9.18.1}/tests/e2e/cmd_publish/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
{python_semantic_release-9.18.0 → python_semantic_release-9.18.1}/tests/e2e/cmd_version/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{python_semantic_release-9.18.0 → python_semantic_release-9.18.1}/tests/fixtures/__init__.py
RENAMED
|
File without changes
|
{python_semantic_release-9.18.0 → python_semantic_release-9.18.1}/tests/fixtures/commit_parsers.py
RENAMED
|
File without changes
|
{python_semantic_release-9.18.0 → python_semantic_release-9.18.1}/tests/fixtures/example_project.py
RENAMED
|
File without changes
|
{python_semantic_release-9.18.0 → python_semantic_release-9.18.1}/tests/fixtures/git_repo.py
RENAMED
|
File without changes
|
{python_semantic_release-9.18.0 → python_semantic_release-9.18.1}/tests/fixtures/repos/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|