python-semantic-release 9.16.0__tar.gz → 9.16.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.16.0/src/python_semantic_release.egg-info → python_semantic_release-9.16.1}/PKG-INFO +1 -1
- {python_semantic_release-9.16.0 → python_semantic_release-9.16.1}/docs/automatic-releases/github-actions.rst +2 -2
- {python_semantic_release-9.16.0 → python_semantic_release-9.16.1}/pyproject.toml +1 -3
- {python_semantic_release-9.16.0 → python_semantic_release-9.16.1/src/python_semantic_release.egg-info}/PKG-INFO +1 -1
- {python_semantic_release-9.16.0 → python_semantic_release-9.16.1}/src/semantic_release/__init__.py +1 -1
- {python_semantic_release-9.16.0 → python_semantic_release-9.16.1}/src/semantic_release/helpers.py +4 -2
- {python_semantic_release-9.16.0 → python_semantic_release-9.16.1}/AUTHORS.rst +0 -0
- {python_semantic_release-9.16.0 → python_semantic_release-9.16.1}/LICENSE +0 -0
- {python_semantic_release-9.16.0 → python_semantic_release-9.16.1}/MANIFEST.in +0 -0
- {python_semantic_release-9.16.0 → python_semantic_release-9.16.1}/README.rst +0 -0
- {python_semantic_release-9.16.0 → python_semantic_release-9.16.1}/docs/Makefile +0 -0
- {python_semantic_release-9.16.0 → python_semantic_release-9.16.1}/docs/algorithm.rst +0 -0
- {python_semantic_release-9.16.0 → python_semantic_release-9.16.1}/docs/automatic-releases/cronjobs.rst +0 -0
- {python_semantic_release-9.16.0 → python_semantic_release-9.16.1}/docs/automatic-releases/index.rst +0 -0
- {python_semantic_release-9.16.0 → python_semantic_release-9.16.1}/docs/automatic-releases/travis.rst +0 -0
- {python_semantic_release-9.16.0 → python_semantic_release-9.16.1}/docs/changelog_templates.rst +0 -0
- {python_semantic_release-9.16.0 → python_semantic_release-9.16.1}/docs/commands.rst +0 -0
- {python_semantic_release-9.16.0 → python_semantic_release-9.16.1}/docs/commit_parsing.rst +0 -0
- {python_semantic_release-9.16.0 → python_semantic_release-9.16.1}/docs/conf.py +0 -0
- {python_semantic_release-9.16.0 → python_semantic_release-9.16.1}/docs/configuration.rst +0 -0
- {python_semantic_release-9.16.0 → python_semantic_release-9.16.1}/docs/contributing.rst +0 -0
- {python_semantic_release-9.16.0 → python_semantic_release-9.16.1}/docs/contributors.rst +0 -0
- {python_semantic_release-9.16.0 → python_semantic_release-9.16.1}/docs/index.rst +0 -0
- {python_semantic_release-9.16.0 → python_semantic_release-9.16.1}/docs/make.bat +0 -0
- {python_semantic_release-9.16.0 → python_semantic_release-9.16.1}/docs/migrating_from_v7.rst +0 -0
- {python_semantic_release-9.16.0 → python_semantic_release-9.16.1}/docs/multibranch_releases.rst +0 -0
- {python_semantic_release-9.16.0 → python_semantic_release-9.16.1}/docs/strict_mode.rst +0 -0
- {python_semantic_release-9.16.0 → python_semantic_release-9.16.1}/docs/troubleshooting.rst +0 -0
- {python_semantic_release-9.16.0 → python_semantic_release-9.16.1}/setup.cfg +0 -0
- {python_semantic_release-9.16.0 → python_semantic_release-9.16.1}/src/python_semantic_release.egg-info/SOURCES.txt +0 -0
- {python_semantic_release-9.16.0 → python_semantic_release-9.16.1}/src/python_semantic_release.egg-info/dependency_links.txt +0 -0
- {python_semantic_release-9.16.0 → python_semantic_release-9.16.1}/src/python_semantic_release.egg-info/entry_points.txt +0 -0
- {python_semantic_release-9.16.0 → python_semantic_release-9.16.1}/src/python_semantic_release.egg-info/requires.txt +0 -0
- {python_semantic_release-9.16.0 → python_semantic_release-9.16.1}/src/python_semantic_release.egg-info/top_level.txt +0 -0
- {python_semantic_release-9.16.0 → python_semantic_release-9.16.1}/src/semantic_release/__main__.py +0 -0
- {python_semantic_release-9.16.0 → python_semantic_release-9.16.1}/src/semantic_release/changelog/__init__.py +0 -0
- {python_semantic_release-9.16.0 → python_semantic_release-9.16.1}/src/semantic_release/changelog/context.py +0 -0
- {python_semantic_release-9.16.0 → python_semantic_release-9.16.1}/src/semantic_release/changelog/release_history.py +0 -0
- {python_semantic_release-9.16.0 → python_semantic_release-9.16.1}/src/semantic_release/changelog/template.py +0 -0
- {python_semantic_release-9.16.0 → python_semantic_release-9.16.1}/src/semantic_release/cli/__init__.py +0 -0
- {python_semantic_release-9.16.0 → python_semantic_release-9.16.1}/src/semantic_release/cli/changelog_writer.py +0 -0
- {python_semantic_release-9.16.0 → python_semantic_release-9.16.1}/src/semantic_release/cli/cli_context.py +0 -0
- {python_semantic_release-9.16.0 → python_semantic_release-9.16.1}/src/semantic_release/cli/commands/__init__.py +0 -0
- {python_semantic_release-9.16.0 → python_semantic_release-9.16.1}/src/semantic_release/cli/commands/changelog.py +0 -0
- {python_semantic_release-9.16.0 → python_semantic_release-9.16.1}/src/semantic_release/cli/commands/generate_config.py +0 -0
- {python_semantic_release-9.16.0 → python_semantic_release-9.16.1}/src/semantic_release/cli/commands/main.py +0 -0
- {python_semantic_release-9.16.0 → python_semantic_release-9.16.1}/src/semantic_release/cli/commands/publish.py +0 -0
- {python_semantic_release-9.16.0 → python_semantic_release-9.16.1}/src/semantic_release/cli/commands/version.py +0 -0
- {python_semantic_release-9.16.0 → python_semantic_release-9.16.1}/src/semantic_release/cli/config.py +0 -0
- {python_semantic_release-9.16.0 → python_semantic_release-9.16.1}/src/semantic_release/cli/const.py +0 -0
- {python_semantic_release-9.16.0 → python_semantic_release-9.16.1}/src/semantic_release/cli/github_actions_output.py +0 -0
- {python_semantic_release-9.16.0 → python_semantic_release-9.16.1}/src/semantic_release/cli/masking_filter.py +0 -0
- {python_semantic_release-9.16.0 → python_semantic_release-9.16.1}/src/semantic_release/cli/util.py +0 -0
- {python_semantic_release-9.16.0 → python_semantic_release-9.16.1}/src/semantic_release/commit_parser/__init__.py +0 -0
- {python_semantic_release-9.16.0 → python_semantic_release-9.16.1}/src/semantic_release/commit_parser/_base.py +0 -0
- {python_semantic_release-9.16.0 → python_semantic_release-9.16.1}/src/semantic_release/commit_parser/angular.py +0 -0
- {python_semantic_release-9.16.0 → python_semantic_release-9.16.1}/src/semantic_release/commit_parser/emoji.py +0 -0
- {python_semantic_release-9.16.0 → python_semantic_release-9.16.1}/src/semantic_release/commit_parser/scipy.py +0 -0
- {python_semantic_release-9.16.0 → python_semantic_release-9.16.1}/src/semantic_release/commit_parser/tag.py +0 -0
- {python_semantic_release-9.16.0 → python_semantic_release-9.16.1}/src/semantic_release/commit_parser/token.py +0 -0
- {python_semantic_release-9.16.0 → python_semantic_release-9.16.1}/src/semantic_release/commit_parser/util.py +0 -0
- {python_semantic_release-9.16.0 → python_semantic_release-9.16.1}/src/semantic_release/const.py +0 -0
- {python_semantic_release-9.16.0 → python_semantic_release-9.16.1}/src/semantic_release/data/templates/angular/md/.components/changelog_header.md.j2 +0 -0
- {python_semantic_release-9.16.0 → python_semantic_release-9.16.1}/src/semantic_release/data/templates/angular/md/.components/changelog_init.md.j2 +0 -0
- {python_semantic_release-9.16.0 → python_semantic_release-9.16.1}/src/semantic_release/data/templates/angular/md/.components/changelog_update.md.j2 +0 -0
- {python_semantic_release-9.16.0 → python_semantic_release-9.16.1}/src/semantic_release/data/templates/angular/md/.components/changes.md.j2 +0 -0
- {python_semantic_release-9.16.0 → python_semantic_release-9.16.1}/src/semantic_release/data/templates/angular/md/.components/first_release.md.j2 +0 -0
- {python_semantic_release-9.16.0 → python_semantic_release-9.16.1}/src/semantic_release/data/templates/angular/md/.components/macros.md.j2 +0 -0
- {python_semantic_release-9.16.0 → python_semantic_release-9.16.1}/src/semantic_release/data/templates/angular/md/.components/unreleased_changes.md.j2 +0 -0
- {python_semantic_release-9.16.0 → python_semantic_release-9.16.1}/src/semantic_release/data/templates/angular/md/.components/versioned_changes.md.j2 +0 -0
- {python_semantic_release-9.16.0 → python_semantic_release-9.16.1}/src/semantic_release/data/templates/angular/md/.release_notes.md.j2 +0 -0
- {python_semantic_release-9.16.0 → python_semantic_release-9.16.1}/src/semantic_release/data/templates/angular/md/CHANGELOG.md.j2 +0 -0
- {python_semantic_release-9.16.0 → python_semantic_release-9.16.1}/src/semantic_release/data/templates/angular/rst/.components/changelog_header.rst.j2 +0 -0
- {python_semantic_release-9.16.0 → python_semantic_release-9.16.1}/src/semantic_release/data/templates/angular/rst/.components/changelog_init.rst.j2 +0 -0
- {python_semantic_release-9.16.0 → python_semantic_release-9.16.1}/src/semantic_release/data/templates/angular/rst/.components/changelog_update.rst.j2 +0 -0
- {python_semantic_release-9.16.0 → python_semantic_release-9.16.1}/src/semantic_release/data/templates/angular/rst/.components/changes.rst.j2 +0 -0
- {python_semantic_release-9.16.0 → python_semantic_release-9.16.1}/src/semantic_release/data/templates/angular/rst/.components/first_release.rst.j2 +0 -0
- {python_semantic_release-9.16.0 → python_semantic_release-9.16.1}/src/semantic_release/data/templates/angular/rst/.components/macros.rst.j2 +0 -0
- {python_semantic_release-9.16.0 → python_semantic_release-9.16.1}/src/semantic_release/data/templates/angular/rst/.components/unreleased_changes.rst.j2 +0 -0
- {python_semantic_release-9.16.0 → python_semantic_release-9.16.1}/src/semantic_release/data/templates/angular/rst/.components/versioned_changes.rst.j2 +0 -0
- {python_semantic_release-9.16.0 → python_semantic_release-9.16.1}/src/semantic_release/data/templates/angular/rst/CHANGELOG.rst.j2 +0 -0
- {python_semantic_release-9.16.0 → python_semantic_release-9.16.1}/src/semantic_release/enums.py +0 -0
- {python_semantic_release-9.16.0 → python_semantic_release-9.16.1}/src/semantic_release/errors.py +0 -0
- {python_semantic_release-9.16.0 → python_semantic_release-9.16.1}/src/semantic_release/gitproject.py +0 -0
- {python_semantic_release-9.16.0 → python_semantic_release-9.16.1}/src/semantic_release/globals.py +0 -0
- {python_semantic_release-9.16.0 → python_semantic_release-9.16.1}/src/semantic_release/hvcs/__init__.py +0 -0
- {python_semantic_release-9.16.0 → python_semantic_release-9.16.1}/src/semantic_release/hvcs/_base.py +0 -0
- {python_semantic_release-9.16.0 → python_semantic_release-9.16.1}/src/semantic_release/hvcs/bitbucket.py +0 -0
- {python_semantic_release-9.16.0 → python_semantic_release-9.16.1}/src/semantic_release/hvcs/gitea.py +0 -0
- {python_semantic_release-9.16.0 → python_semantic_release-9.16.1}/src/semantic_release/hvcs/github.py +0 -0
- {python_semantic_release-9.16.0 → python_semantic_release-9.16.1}/src/semantic_release/hvcs/gitlab.py +0 -0
- {python_semantic_release-9.16.0 → python_semantic_release-9.16.1}/src/semantic_release/hvcs/remote_hvcs_base.py +0 -0
- {python_semantic_release-9.16.0 → python_semantic_release-9.16.1}/src/semantic_release/hvcs/token_auth.py +0 -0
- {python_semantic_release-9.16.0 → python_semantic_release-9.16.1}/src/semantic_release/hvcs/util.py +0 -0
- {python_semantic_release-9.16.0 → python_semantic_release-9.16.1}/src/semantic_release/py.typed +0 -0
- {python_semantic_release-9.16.0 → python_semantic_release-9.16.1}/src/semantic_release/version/__init__.py +0 -0
- {python_semantic_release-9.16.0 → python_semantic_release-9.16.1}/src/semantic_release/version/algorithm.py +0 -0
- {python_semantic_release-9.16.0 → python_semantic_release-9.16.1}/src/semantic_release/version/declaration.py +0 -0
- {python_semantic_release-9.16.0 → python_semantic_release-9.16.1}/src/semantic_release/version/translator.py +0 -0
- {python_semantic_release-9.16.0 → python_semantic_release-9.16.1}/src/semantic_release/version/version.py +0 -0
- {python_semantic_release-9.16.0 → python_semantic_release-9.16.1}/tests/__init__.py +0 -0
- {python_semantic_release-9.16.0 → python_semantic_release-9.16.1}/tests/conftest.py +0 -0
- {python_semantic_release-9.16.0 → python_semantic_release-9.16.1}/tests/const.py +0 -0
- {python_semantic_release-9.16.0 → python_semantic_release-9.16.1}/tests/e2e/__init__.py +0 -0
- {python_semantic_release-9.16.0 → python_semantic_release-9.16.1}/tests/e2e/cmd_changelog/__init__.py +0 -0
- {python_semantic_release-9.16.0 → python_semantic_release-9.16.1}/tests/e2e/cmd_changelog/test_changelog.py +0 -0
- {python_semantic_release-9.16.0 → python_semantic_release-9.16.1}/tests/e2e/cmd_changelog/test_changelog_custom_parser.py +0 -0
- {python_semantic_release-9.16.0 → python_semantic_release-9.16.1}/tests/e2e/cmd_config/__init__.py +0 -0
- {python_semantic_release-9.16.0 → python_semantic_release-9.16.1}/tests/e2e/cmd_config/test_generate_config.py +0 -0
- {python_semantic_release-9.16.0 → python_semantic_release-9.16.1}/tests/e2e/cmd_publish/__init__.py +0 -0
- {python_semantic_release-9.16.0 → python_semantic_release-9.16.1}/tests/e2e/cmd_publish/test_publish.py +0 -0
- {python_semantic_release-9.16.0 → python_semantic_release-9.16.1}/tests/e2e/cmd_version/__init__.py +0 -0
- {python_semantic_release-9.16.0 → python_semantic_release-9.16.1}/tests/e2e/cmd_version/bump_version/__init__.py +0 -0
- {python_semantic_release-9.16.0 → python_semantic_release-9.16.1}/tests/e2e/cmd_version/bump_version/conftest.py +0 -0
- {python_semantic_release-9.16.0 → python_semantic_release-9.16.1}/tests/e2e/cmd_version/bump_version/git_flow/__init__.py +0 -0
- {python_semantic_release-9.16.0 → python_semantic_release-9.16.1}/tests/e2e/cmd_version/bump_version/git_flow/test_repo_1_channel.py +0 -0
- {python_semantic_release-9.16.0 → python_semantic_release-9.16.1}/tests/e2e/cmd_version/bump_version/git_flow/test_repo_2_channels.py +0 -0
- {python_semantic_release-9.16.0 → python_semantic_release-9.16.1}/tests/e2e/cmd_version/bump_version/git_flow/test_repo_3_channels.py +0 -0
- {python_semantic_release-9.16.0 → python_semantic_release-9.16.1}/tests/e2e/cmd_version/bump_version/git_flow/test_repo_4_channels.py +0 -0
- {python_semantic_release-9.16.0 → python_semantic_release-9.16.1}/tests/e2e/cmd_version/bump_version/github_flow/__init__.py +0 -0
- {python_semantic_release-9.16.0 → python_semantic_release-9.16.1}/tests/e2e/cmd_version/bump_version/github_flow/test_repo_1_channel.py +0 -0
- {python_semantic_release-9.16.0 → python_semantic_release-9.16.1}/tests/e2e/cmd_version/bump_version/github_flow/test_repo_2_channels.py +0 -0
- {python_semantic_release-9.16.0 → python_semantic_release-9.16.1}/tests/e2e/cmd_version/bump_version/trunk_based_dev/__init__.py +0 -0
- {python_semantic_release-9.16.0 → python_semantic_release-9.16.1}/tests/e2e/cmd_version/bump_version/trunk_based_dev/test_repo_trunk.py +0 -0
- {python_semantic_release-9.16.0 → python_semantic_release-9.16.1}/tests/e2e/cmd_version/bump_version/trunk_based_dev/test_repo_trunk_dual_version_support.py +0 -0
- {python_semantic_release-9.16.0 → python_semantic_release-9.16.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.16.0 → python_semantic_release-9.16.1}/tests/e2e/cmd_version/bump_version/trunk_based_dev/test_repo_trunk_w_prereleases.py +0 -0
- {python_semantic_release-9.16.0 → python_semantic_release-9.16.1}/tests/e2e/cmd_version/test_version.py +0 -0
- {python_semantic_release-9.16.0 → python_semantic_release-9.16.1}/tests/e2e/cmd_version/test_version_build.py +0 -0
- {python_semantic_release-9.16.0 → python_semantic_release-9.16.1}/tests/e2e/cmd_version/test_version_bump.py +0 -0
- {python_semantic_release-9.16.0 → python_semantic_release-9.16.1}/tests/e2e/cmd_version/test_version_changelog.py +0 -0
- {python_semantic_release-9.16.0 → python_semantic_release-9.16.1}/tests/e2e/cmd_version/test_version_changelog_custom_commit_msg.py +0 -0
- {python_semantic_release-9.16.0 → python_semantic_release-9.16.1}/tests/e2e/cmd_version/test_version_github_actions.py +0 -0
- {python_semantic_release-9.16.0 → python_semantic_release-9.16.1}/tests/e2e/cmd_version/test_version_print.py +0 -0
- {python_semantic_release-9.16.0 → python_semantic_release-9.16.1}/tests/e2e/cmd_version/test_version_release_notes.py +0 -0
- {python_semantic_release-9.16.0 → python_semantic_release-9.16.1}/tests/e2e/cmd_version/test_version_stamp.py +0 -0
- {python_semantic_release-9.16.0 → python_semantic_release-9.16.1}/tests/e2e/cmd_version/test_version_strict.py +0 -0
- {python_semantic_release-9.16.0 → python_semantic_release-9.16.1}/tests/e2e/conftest.py +0 -0
- {python_semantic_release-9.16.0 → python_semantic_release-9.16.1}/tests/e2e/test_help.py +0 -0
- {python_semantic_release-9.16.0 → python_semantic_release-9.16.1}/tests/e2e/test_main.py +0 -0
- {python_semantic_release-9.16.0 → python_semantic_release-9.16.1}/tests/fixtures/__init__.py +0 -0
- {python_semantic_release-9.16.0 → python_semantic_release-9.16.1}/tests/fixtures/commit_parsers.py +0 -0
- {python_semantic_release-9.16.0 → python_semantic_release-9.16.1}/tests/fixtures/example_project.py +0 -0
- {python_semantic_release-9.16.0 → python_semantic_release-9.16.1}/tests/fixtures/git_repo.py +0 -0
- {python_semantic_release-9.16.0 → python_semantic_release-9.16.1}/tests/fixtures/repos/__init__.py +0 -0
- {python_semantic_release-9.16.0 → python_semantic_release-9.16.1}/tests/fixtures/repos/git_flow/__init__.py +0 -0
- {python_semantic_release-9.16.0 → python_semantic_release-9.16.1}/tests/fixtures/repos/git_flow/repo_w_1_release_channel.py +0 -0
- {python_semantic_release-9.16.0 → python_semantic_release-9.16.1}/tests/fixtures/repos/git_flow/repo_w_2_release_channels.py +0 -0
- {python_semantic_release-9.16.0 → python_semantic_release-9.16.1}/tests/fixtures/repos/git_flow/repo_w_3_release_channels.py +0 -0
- {python_semantic_release-9.16.0 → python_semantic_release-9.16.1}/tests/fixtures/repos/git_flow/repo_w_4_release_channels.py +0 -0
- {python_semantic_release-9.16.0 → python_semantic_release-9.16.1}/tests/fixtures/repos/github_flow/__init__.py +0 -0
- {python_semantic_release-9.16.0 → python_semantic_release-9.16.1}/tests/fixtures/repos/github_flow/repo_w_default_release.py +0 -0
- {python_semantic_release-9.16.0 → python_semantic_release-9.16.1}/tests/fixtures/repos/github_flow/repo_w_release_channels.py +0 -0
- {python_semantic_release-9.16.0 → python_semantic_release-9.16.1}/tests/fixtures/repos/repo_initial_commit.py +0 -0
- {python_semantic_release-9.16.0 → python_semantic_release-9.16.1}/tests/fixtures/repos/trunk_based_dev/__init__.py +0 -0
- {python_semantic_release-9.16.0 → python_semantic_release-9.16.1}/tests/fixtures/repos/trunk_based_dev/repo_w_dual_version_support.py +0 -0
- {python_semantic_release-9.16.0 → python_semantic_release-9.16.1}/tests/fixtures/repos/trunk_based_dev/repo_w_dual_version_support_w_prereleases.py +0 -0
- {python_semantic_release-9.16.0 → python_semantic_release-9.16.1}/tests/fixtures/repos/trunk_based_dev/repo_w_no_tags.py +0 -0
- {python_semantic_release-9.16.0 → python_semantic_release-9.16.1}/tests/fixtures/repos/trunk_based_dev/repo_w_prereleases.py +0 -0
- {python_semantic_release-9.16.0 → python_semantic_release-9.16.1}/tests/fixtures/repos/trunk_based_dev/repo_w_tags.py +0 -0
- {python_semantic_release-9.16.0 → python_semantic_release-9.16.1}/tests/fixtures/scipy.py +0 -0
- {python_semantic_release-9.16.0 → python_semantic_release-9.16.1}/tests/unit/__init__.py +0 -0
- {python_semantic_release-9.16.0 → python_semantic_release-9.16.1}/tests/unit/conftest.py +0 -0
- {python_semantic_release-9.16.0 → python_semantic_release-9.16.1}/tests/unit/semantic_release/__init__.py +0 -0
- {python_semantic_release-9.16.0 → python_semantic_release-9.16.1}/tests/unit/semantic_release/changelog/__init__.py +0 -0
- {python_semantic_release-9.16.0 → python_semantic_release-9.16.1}/tests/unit/semantic_release/changelog/conftest.py +0 -0
- {python_semantic_release-9.16.0 → python_semantic_release-9.16.1}/tests/unit/semantic_release/changelog/test_changelog_context.py +0 -0
- {python_semantic_release-9.16.0 → python_semantic_release-9.16.1}/tests/unit/semantic_release/changelog/test_default_changelog.py +0 -0
- {python_semantic_release-9.16.0 → python_semantic_release-9.16.1}/tests/unit/semantic_release/changelog/test_release_history.py +0 -0
- {python_semantic_release-9.16.0 → python_semantic_release-9.16.1}/tests/unit/semantic_release/changelog/test_release_notes.py +0 -0
- {python_semantic_release-9.16.0 → python_semantic_release-9.16.1}/tests/unit/semantic_release/changelog/test_template.py +0 -0
- {python_semantic_release-9.16.0 → python_semantic_release-9.16.1}/tests/unit/semantic_release/changelog/test_template_render.py +0 -0
- {python_semantic_release-9.16.0 → python_semantic_release-9.16.1}/tests/unit/semantic_release/cli/__init__.py +0 -0
- {python_semantic_release-9.16.0 → python_semantic_release-9.16.1}/tests/unit/semantic_release/cli/test_config.py +0 -0
- {python_semantic_release-9.16.0 → python_semantic_release-9.16.1}/tests/unit/semantic_release/cli/test_github_actions_output.py +0 -0
- {python_semantic_release-9.16.0 → python_semantic_release-9.16.1}/tests/unit/semantic_release/cli/test_masking_filter.py +0 -0
- {python_semantic_release-9.16.0 → python_semantic_release-9.16.1}/tests/unit/semantic_release/cli/test_util.py +0 -0
- {python_semantic_release-9.16.0 → python_semantic_release-9.16.1}/tests/unit/semantic_release/cli/test_version.py +0 -0
- {python_semantic_release-9.16.0 → python_semantic_release-9.16.1}/tests/unit/semantic_release/commit_parser/__init__.py +0 -0
- {python_semantic_release-9.16.0 → python_semantic_release-9.16.1}/tests/unit/semantic_release/commit_parser/test_angular.py +0 -0
- {python_semantic_release-9.16.0 → python_semantic_release-9.16.1}/tests/unit/semantic_release/commit_parser/test_emoji.py +0 -0
- {python_semantic_release-9.16.0 → python_semantic_release-9.16.1}/tests/unit/semantic_release/commit_parser/test_parsed_commit.py +0 -0
- {python_semantic_release-9.16.0 → python_semantic_release-9.16.1}/tests/unit/semantic_release/commit_parser/test_scipy.py +0 -0
- {python_semantic_release-9.16.0 → python_semantic_release-9.16.1}/tests/unit/semantic_release/commit_parser/test_util.py +0 -0
- {python_semantic_release-9.16.0 → python_semantic_release-9.16.1}/tests/unit/semantic_release/hvcs/__init__.py +0 -0
- {python_semantic_release-9.16.0 → python_semantic_release-9.16.1}/tests/unit/semantic_release/hvcs/test__base.py +0 -0
- {python_semantic_release-9.16.0 → python_semantic_release-9.16.1}/tests/unit/semantic_release/hvcs/test_bitbucket.py +0 -0
- {python_semantic_release-9.16.0 → python_semantic_release-9.16.1}/tests/unit/semantic_release/hvcs/test_gitea.py +0 -0
- {python_semantic_release-9.16.0 → python_semantic_release-9.16.1}/tests/unit/semantic_release/hvcs/test_github.py +0 -0
- {python_semantic_release-9.16.0 → python_semantic_release-9.16.1}/tests/unit/semantic_release/hvcs/test_gitlab.py +0 -0
- {python_semantic_release-9.16.0 → python_semantic_release-9.16.1}/tests/unit/semantic_release/hvcs/test_token_auth.py +0 -0
- {python_semantic_release-9.16.0 → python_semantic_release-9.16.1}/tests/unit/semantic_release/hvcs/test_util.py +0 -0
- {python_semantic_release-9.16.0 → python_semantic_release-9.16.1}/tests/unit/semantic_release/test_helpers.py +0 -0
- {python_semantic_release-9.16.0 → python_semantic_release-9.16.1}/tests/unit/semantic_release/version/__init__.py +0 -0
- {python_semantic_release-9.16.0 → python_semantic_release-9.16.1}/tests/unit/semantic_release/version/test_algorithm.py +0 -0
- {python_semantic_release-9.16.0 → python_semantic_release-9.16.1}/tests/unit/semantic_release/version/test_declaration.py +0 -0
- {python_semantic_release-9.16.0 → python_semantic_release-9.16.1}/tests/unit/semantic_release/version/test_translator.py +0 -0
- {python_semantic_release-9.16.0 → python_semantic_release-9.16.1}/tests/unit/semantic_release/version/test_version.py +0 -0
- {python_semantic_release-9.16.0 → python_semantic_release-9.16.1}/tests/util.py +0 -0
|
@@ -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.16.0
|
|
580
580
|
with:
|
|
581
581
|
root_options: "-vv --noop"
|
|
582
582
|
|
|
@@ -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.16.0
|
|
699
699
|
if: steps.release.outputs.released == 'true'
|
|
700
700
|
with:
|
|
701
701
|
github_token: ${{ secrets.GITHUB_TOKEN }}
|
|
@@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta"
|
|
|
6
6
|
|
|
7
7
|
[project]
|
|
8
8
|
name = "python-semantic-release"
|
|
9
|
-
version = "9.16.
|
|
9
|
+
version = "9.16.1"
|
|
10
10
|
description = "Automatic Semantic Versioning for Python projects"
|
|
11
11
|
requires-python = ">=3.8"
|
|
12
12
|
license = { text = "MIT" }
|
|
@@ -400,8 +400,6 @@ ignore_names = ["change_to_ex_proj_dir", "init_example_project"]
|
|
|
400
400
|
logging_use_named_masks = true
|
|
401
401
|
commit_parser = "angular"
|
|
402
402
|
build_command = """
|
|
403
|
-
python -m scripts.bump_version_in_docs
|
|
404
|
-
git add docs/*
|
|
405
403
|
python -m pip install -e .[build]
|
|
406
404
|
python -m build .
|
|
407
405
|
"""
|
{python_semantic_release-9.16.0 → python_semantic_release-9.16.1}/src/semantic_release/helpers.py
RENAMED
|
@@ -69,7 +69,6 @@ def dynamic_import(import_path: str) -> Any:
|
|
|
69
69
|
Dynamically import an object from a conventionally formatted "module:attribute"
|
|
70
70
|
string
|
|
71
71
|
"""
|
|
72
|
-
log.debug("Trying to import %s", import_path)
|
|
73
72
|
module_name, attr = import_path.split(":", maxsplit=1)
|
|
74
73
|
|
|
75
74
|
# Check if the module is a file path, if it can be resolved and exists on disk then import as a file
|
|
@@ -78,10 +77,11 @@ def dynamic_import(import_path: str) -> Any:
|
|
|
78
77
|
module_path = (
|
|
79
78
|
module_filepath.stem
|
|
80
79
|
if Path(module_name).is_absolute()
|
|
81
|
-
else str(Path(module_name).with_suffix("")).replace(os.sep, ".")
|
|
80
|
+
else str(Path(module_name).with_suffix("")).replace(os.sep, ".").lstrip(".")
|
|
82
81
|
)
|
|
83
82
|
|
|
84
83
|
if module_path not in sys.modules:
|
|
84
|
+
log.debug("Loading '%s' from file '%s'", module_path, module_filepath)
|
|
85
85
|
spec = importlib.util.spec_from_file_location(
|
|
86
86
|
module_path, str(module_filepath)
|
|
87
87
|
)
|
|
@@ -96,7 +96,9 @@ def dynamic_import(import_path: str) -> Any:
|
|
|
96
96
|
|
|
97
97
|
# Otherwise, import as a module
|
|
98
98
|
try:
|
|
99
|
+
log.debug("Importing module '%s'", module_name)
|
|
99
100
|
module = importlib.import_module(module_name)
|
|
101
|
+
log.debug("Loading '%s' from module '%s'", attr, module_name)
|
|
100
102
|
return getattr(module, attr)
|
|
101
103
|
except TypeError as err:
|
|
102
104
|
raise ImportError(
|
|
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.16.0 → python_semantic_release-9.16.1}/docs/automatic-releases/index.rst
RENAMED
|
File without changes
|
{python_semantic_release-9.16.0 → python_semantic_release-9.16.1}/docs/automatic-releases/travis.rst
RENAMED
|
File without changes
|
{python_semantic_release-9.16.0 → python_semantic_release-9.16.1}/docs/changelog_templates.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
|
{python_semantic_release-9.16.0 → python_semantic_release-9.16.1}/docs/migrating_from_v7.rst
RENAMED
|
File without changes
|
{python_semantic_release-9.16.0 → python_semantic_release-9.16.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
|
{python_semantic_release-9.16.0 → python_semantic_release-9.16.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.16.0 → python_semantic_release-9.16.1}/src/semantic_release/cli/config.py
RENAMED
|
File without changes
|
{python_semantic_release-9.16.0 → python_semantic_release-9.16.1}/src/semantic_release/cli/const.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{python_semantic_release-9.16.0 → python_semantic_release-9.16.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.16.0 → python_semantic_release-9.16.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.16.0 → python_semantic_release-9.16.1}/src/semantic_release/enums.py
RENAMED
|
File without changes
|
{python_semantic_release-9.16.0 → python_semantic_release-9.16.1}/src/semantic_release/errors.py
RENAMED
|
File without changes
|
{python_semantic_release-9.16.0 → python_semantic_release-9.16.1}/src/semantic_release/gitproject.py
RENAMED
|
File without changes
|
{python_semantic_release-9.16.0 → python_semantic_release-9.16.1}/src/semantic_release/globals.py
RENAMED
|
File without changes
|
|
File without changes
|
{python_semantic_release-9.16.0 → python_semantic_release-9.16.1}/src/semantic_release/hvcs/_base.py
RENAMED
|
File without changes
|
|
File without changes
|
{python_semantic_release-9.16.0 → python_semantic_release-9.16.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.16.0 → python_semantic_release-9.16.1}/src/semantic_release/hvcs/util.py
RENAMED
|
File without changes
|
{python_semantic_release-9.16.0 → python_semantic_release-9.16.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
|
{python_semantic_release-9.16.0 → python_semantic_release-9.16.1}/tests/e2e/cmd_config/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
{python_semantic_release-9.16.0 → python_semantic_release-9.16.1}/tests/e2e/cmd_publish/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
{python_semantic_release-9.16.0 → python_semantic_release-9.16.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.16.0 → python_semantic_release-9.16.1}/tests/fixtures/__init__.py
RENAMED
|
File without changes
|
{python_semantic_release-9.16.0 → python_semantic_release-9.16.1}/tests/fixtures/commit_parsers.py
RENAMED
|
File without changes
|
{python_semantic_release-9.16.0 → python_semantic_release-9.16.1}/tests/fixtures/example_project.py
RENAMED
|
File without changes
|
{python_semantic_release-9.16.0 → python_semantic_release-9.16.1}/tests/fixtures/git_repo.py
RENAMED
|
File without changes
|
{python_semantic_release-9.16.0 → python_semantic_release-9.16.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
|