python-semantic-release 10.3.0__tar.gz → 10.3.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-10.3.0 → python_semantic_release-10.3.1}/PKG-INFO +1 -1
- {python_semantic_release-10.3.0 → python_semantic_release-10.3.1}/docs/configuration/automatic-releases/github-actions.rst +15 -7
- {python_semantic_release-10.3.0 → python_semantic_release-10.3.1}/pyproject.toml +1 -1
- {python_semantic_release-10.3.0 → python_semantic_release-10.3.1}/src/semantic_release/cli/commands/version.py +14 -4
- {python_semantic_release-10.3.0 → python_semantic_release-10.3.1}/src/semantic_release/cli/github_actions_output.py +13 -4
- {python_semantic_release-10.3.0 → python_semantic_release-10.3.1}/LICENSE +0 -0
- {python_semantic_release-10.3.0 → python_semantic_release-10.3.1}/MANIFEST.in +0 -0
- {python_semantic_release-10.3.0 → python_semantic_release-10.3.1}/README.rst +0 -0
- {python_semantic_release-10.3.0 → python_semantic_release-10.3.1}/docs/Makefile +0 -0
- {python_semantic_release-10.3.0 → python_semantic_release-10.3.1}/docs/api/commands.rst +0 -0
- {python_semantic_release-10.3.0 → python_semantic_release-10.3.1}/docs/concepts/changelog_templates.rst +0 -0
- {python_semantic_release-10.3.0 → python_semantic_release-10.3.1}/docs/concepts/commit_parsing.rst +0 -0
- {python_semantic_release-10.3.0 → python_semantic_release-10.3.1}/docs/concepts/getting_started.rst +0 -0
- {python_semantic_release-10.3.0 → python_semantic_release-10.3.1}/docs/concepts/index.rst +0 -0
- {python_semantic_release-10.3.0 → python_semantic_release-10.3.1}/docs/concepts/installation.rst +0 -0
- {python_semantic_release-10.3.0 → python_semantic_release-10.3.1}/docs/concepts/multibranch_releases.rst +0 -0
- {python_semantic_release-10.3.0 → python_semantic_release-10.3.1}/docs/concepts/strict_mode.rst +0 -0
- {python_semantic_release-10.3.0 → python_semantic_release-10.3.1}/docs/conf.py +0 -0
- {python_semantic_release-10.3.0 → python_semantic_release-10.3.1}/docs/configuration/automatic-releases/cronjobs.rst +0 -0
- {python_semantic_release-10.3.0 → python_semantic_release-10.3.1}/docs/configuration/automatic-releases/index.rst +0 -0
- {python_semantic_release-10.3.0 → python_semantic_release-10.3.1}/docs/configuration/automatic-releases/travis.rst +0 -0
- {python_semantic_release-10.3.0 → python_semantic_release-10.3.1}/docs/configuration/configuration-guides/index.rst +0 -0
- {python_semantic_release-10.3.0 → python_semantic_release-10.3.1}/docs/configuration/configuration-guides/uv_integration.rst +0 -0
- {python_semantic_release-10.3.0 → python_semantic_release-10.3.1}/docs/configuration/configuration.rst +0 -0
- {python_semantic_release-10.3.0 → python_semantic_release-10.3.1}/docs/configuration/index.rst +0 -0
- {python_semantic_release-10.3.0 → python_semantic_release-10.3.1}/docs/contributing/contributing_guide.rst +0 -0
- {python_semantic_release-10.3.0 → python_semantic_release-10.3.1}/docs/contributing/index.rst +0 -0
- {python_semantic_release-10.3.0 → python_semantic_release-10.3.1}/docs/index.rst +0 -0
- {python_semantic_release-10.3.0 → python_semantic_release-10.3.1}/docs/make.bat +0 -0
- {python_semantic_release-10.3.0 → python_semantic_release-10.3.1}/docs/misc/psr_changelog.rst +0 -0
- {python_semantic_release-10.3.0 → python_semantic_release-10.3.1}/docs/misc/troubleshooting.rst +0 -0
- {python_semantic_release-10.3.0 → python_semantic_release-10.3.1}/docs/upgrading/08-upgrade.rst +0 -0
- {python_semantic_release-10.3.0 → python_semantic_release-10.3.1}/docs/upgrading/09-upgrade.rst +0 -0
- {python_semantic_release-10.3.0 → python_semantic_release-10.3.1}/docs/upgrading/10-upgrade.rst +0 -0
- {python_semantic_release-10.3.0 → python_semantic_release-10.3.1}/docs/upgrading/index.rst +0 -0
- {python_semantic_release-10.3.0 → python_semantic_release-10.3.1}/setup.cfg +0 -0
- {python_semantic_release-10.3.0 → python_semantic_release-10.3.1}/src/python_semantic_release.egg-info/SOURCES.txt +0 -0
- {python_semantic_release-10.3.0 → python_semantic_release-10.3.1}/src/semantic_release/__init__.py +0 -0
- {python_semantic_release-10.3.0 → python_semantic_release-10.3.1}/src/semantic_release/__main__.py +0 -0
- {python_semantic_release-10.3.0 → python_semantic_release-10.3.1}/src/semantic_release/changelog/__init__.py +0 -0
- {python_semantic_release-10.3.0 → python_semantic_release-10.3.1}/src/semantic_release/changelog/context.py +0 -0
- {python_semantic_release-10.3.0 → python_semantic_release-10.3.1}/src/semantic_release/changelog/release_history.py +0 -0
- {python_semantic_release-10.3.0 → python_semantic_release-10.3.1}/src/semantic_release/changelog/template.py +0 -0
- {python_semantic_release-10.3.0 → python_semantic_release-10.3.1}/src/semantic_release/cli/__init__.py +0 -0
- {python_semantic_release-10.3.0 → python_semantic_release-10.3.1}/src/semantic_release/cli/changelog_writer.py +0 -0
- {python_semantic_release-10.3.0 → python_semantic_release-10.3.1}/src/semantic_release/cli/cli_context.py +0 -0
- {python_semantic_release-10.3.0 → python_semantic_release-10.3.1}/src/semantic_release/cli/commands/__init__.py +0 -0
- {python_semantic_release-10.3.0 → python_semantic_release-10.3.1}/src/semantic_release/cli/commands/changelog.py +0 -0
- {python_semantic_release-10.3.0 → python_semantic_release-10.3.1}/src/semantic_release/cli/commands/generate_config.py +0 -0
- {python_semantic_release-10.3.0 → python_semantic_release-10.3.1}/src/semantic_release/cli/commands/main.py +0 -0
- {python_semantic_release-10.3.0 → python_semantic_release-10.3.1}/src/semantic_release/cli/commands/publish.py +0 -0
- {python_semantic_release-10.3.0 → python_semantic_release-10.3.1}/src/semantic_release/cli/config.py +0 -0
- {python_semantic_release-10.3.0 → python_semantic_release-10.3.1}/src/semantic_release/cli/const.py +0 -0
- {python_semantic_release-10.3.0 → python_semantic_release-10.3.1}/src/semantic_release/cli/masking_filter.py +0 -0
- {python_semantic_release-10.3.0 → python_semantic_release-10.3.1}/src/semantic_release/cli/util.py +0 -0
- {python_semantic_release-10.3.0 → python_semantic_release-10.3.1}/src/semantic_release/commit_parser/__init__.py +0 -0
- {python_semantic_release-10.3.0 → python_semantic_release-10.3.1}/src/semantic_release/commit_parser/_base.py +0 -0
- {python_semantic_release-10.3.0 → python_semantic_release-10.3.1}/src/semantic_release/commit_parser/angular.py +0 -0
- {python_semantic_release-10.3.0 → python_semantic_release-10.3.1}/src/semantic_release/commit_parser/conventional.py +0 -0
- {python_semantic_release-10.3.0 → python_semantic_release-10.3.1}/src/semantic_release/commit_parser/emoji.py +0 -0
- {python_semantic_release-10.3.0 → python_semantic_release-10.3.1}/src/semantic_release/commit_parser/scipy.py +0 -0
- {python_semantic_release-10.3.0 → python_semantic_release-10.3.1}/src/semantic_release/commit_parser/tag.py +0 -0
- {python_semantic_release-10.3.0 → python_semantic_release-10.3.1}/src/semantic_release/commit_parser/token.py +0 -0
- {python_semantic_release-10.3.0 → python_semantic_release-10.3.1}/src/semantic_release/commit_parser/util.py +0 -0
- {python_semantic_release-10.3.0 → python_semantic_release-10.3.1}/src/semantic_release/const.py +0 -0
- {python_semantic_release-10.3.0 → python_semantic_release-10.3.1}/src/semantic_release/data/templates/conventional/md/.components/changelog_header.md.j2 +0 -0
- {python_semantic_release-10.3.0 → python_semantic_release-10.3.1}/src/semantic_release/data/templates/conventional/md/.components/changelog_init.md.j2 +0 -0
- {python_semantic_release-10.3.0 → python_semantic_release-10.3.1}/src/semantic_release/data/templates/conventional/md/.components/changelog_update.md.j2 +0 -0
- {python_semantic_release-10.3.0 → python_semantic_release-10.3.1}/src/semantic_release/data/templates/conventional/md/.components/changes.md.j2 +0 -0
- {python_semantic_release-10.3.0 → python_semantic_release-10.3.1}/src/semantic_release/data/templates/conventional/md/.components/first_release.md.j2 +0 -0
- {python_semantic_release-10.3.0 → python_semantic_release-10.3.1}/src/semantic_release/data/templates/conventional/md/.components/macros.md.j2 +0 -0
- {python_semantic_release-10.3.0 → python_semantic_release-10.3.1}/src/semantic_release/data/templates/conventional/md/.components/unreleased_changes.md.j2 +0 -0
- {python_semantic_release-10.3.0 → python_semantic_release-10.3.1}/src/semantic_release/data/templates/conventional/md/.components/versioned_changes.md.j2 +0 -0
- {python_semantic_release-10.3.0 → python_semantic_release-10.3.1}/src/semantic_release/data/templates/conventional/md/.release_notes.md.j2 +0 -0
- {python_semantic_release-10.3.0 → python_semantic_release-10.3.1}/src/semantic_release/data/templates/conventional/md/CHANGELOG.md.j2 +0 -0
- {python_semantic_release-10.3.0 → python_semantic_release-10.3.1}/src/semantic_release/data/templates/conventional/rst/.components/changelog_header.rst.j2 +0 -0
- {python_semantic_release-10.3.0 → python_semantic_release-10.3.1}/src/semantic_release/data/templates/conventional/rst/.components/changelog_init.rst.j2 +0 -0
- {python_semantic_release-10.3.0 → python_semantic_release-10.3.1}/src/semantic_release/data/templates/conventional/rst/.components/changelog_update.rst.j2 +0 -0
- {python_semantic_release-10.3.0 → python_semantic_release-10.3.1}/src/semantic_release/data/templates/conventional/rst/.components/changes.rst.j2 +0 -0
- {python_semantic_release-10.3.0 → python_semantic_release-10.3.1}/src/semantic_release/data/templates/conventional/rst/.components/first_release.rst.j2 +0 -0
- {python_semantic_release-10.3.0 → python_semantic_release-10.3.1}/src/semantic_release/data/templates/conventional/rst/.components/macros.rst.j2 +0 -0
- {python_semantic_release-10.3.0 → python_semantic_release-10.3.1}/src/semantic_release/data/templates/conventional/rst/.components/unreleased_changes.rst.j2 +0 -0
- {python_semantic_release-10.3.0 → python_semantic_release-10.3.1}/src/semantic_release/data/templates/conventional/rst/.components/versioned_changes.rst.j2 +0 -0
- {python_semantic_release-10.3.0 → python_semantic_release-10.3.1}/src/semantic_release/data/templates/conventional/rst/CHANGELOG.rst.j2 +0 -0
- {python_semantic_release-10.3.0 → python_semantic_release-10.3.1}/src/semantic_release/enums.py +0 -0
- {python_semantic_release-10.3.0 → python_semantic_release-10.3.1}/src/semantic_release/errors.py +0 -0
- {python_semantic_release-10.3.0 → python_semantic_release-10.3.1}/src/semantic_release/gitproject.py +0 -0
- {python_semantic_release-10.3.0 → python_semantic_release-10.3.1}/src/semantic_release/globals.py +0 -0
- {python_semantic_release-10.3.0 → python_semantic_release-10.3.1}/src/semantic_release/helpers.py +0 -0
- {python_semantic_release-10.3.0 → python_semantic_release-10.3.1}/src/semantic_release/hvcs/__init__.py +0 -0
- {python_semantic_release-10.3.0 → python_semantic_release-10.3.1}/src/semantic_release/hvcs/_base.py +0 -0
- {python_semantic_release-10.3.0 → python_semantic_release-10.3.1}/src/semantic_release/hvcs/bitbucket.py +0 -0
- {python_semantic_release-10.3.0 → python_semantic_release-10.3.1}/src/semantic_release/hvcs/gitea.py +0 -0
- {python_semantic_release-10.3.0 → python_semantic_release-10.3.1}/src/semantic_release/hvcs/github.py +0 -0
- {python_semantic_release-10.3.0 → python_semantic_release-10.3.1}/src/semantic_release/hvcs/gitlab.py +0 -0
- {python_semantic_release-10.3.0 → python_semantic_release-10.3.1}/src/semantic_release/hvcs/remote_hvcs_base.py +0 -0
- {python_semantic_release-10.3.0 → python_semantic_release-10.3.1}/src/semantic_release/hvcs/token_auth.py +0 -0
- {python_semantic_release-10.3.0 → python_semantic_release-10.3.1}/src/semantic_release/hvcs/util.py +0 -0
- {python_semantic_release-10.3.0 → python_semantic_release-10.3.1}/src/semantic_release/py.typed +0 -0
- {python_semantic_release-10.3.0 → python_semantic_release-10.3.1}/src/semantic_release/version/__init__.py +0 -0
- {python_semantic_release-10.3.0 → python_semantic_release-10.3.1}/src/semantic_release/version/algorithm.py +0 -0
- {python_semantic_release-10.3.0 → python_semantic_release-10.3.1}/src/semantic_release/version/declaration.py +0 -0
- {python_semantic_release-10.3.0 → python_semantic_release-10.3.1}/src/semantic_release/version/declarations/__init__.py +0 -0
- {python_semantic_release-10.3.0 → python_semantic_release-10.3.1}/src/semantic_release/version/declarations/enum.py +0 -0
- {python_semantic_release-10.3.0 → python_semantic_release-10.3.1}/src/semantic_release/version/declarations/i_version_replacer.py +0 -0
- {python_semantic_release-10.3.0 → python_semantic_release-10.3.1}/src/semantic_release/version/declarations/pattern.py +0 -0
- {python_semantic_release-10.3.0 → python_semantic_release-10.3.1}/src/semantic_release/version/declarations/toml.py +0 -0
- {python_semantic_release-10.3.0 → python_semantic_release-10.3.1}/src/semantic_release/version/translator.py +0 -0
- {python_semantic_release-10.3.0 → python_semantic_release-10.3.1}/src/semantic_release/version/version.py +0 -0
- {python_semantic_release-10.3.0 → python_semantic_release-10.3.1}/tests/__init__.py +0 -0
- {python_semantic_release-10.3.0 → python_semantic_release-10.3.1}/tests/conftest.py +0 -0
- {python_semantic_release-10.3.0 → python_semantic_release-10.3.1}/tests/const.py +0 -0
- {python_semantic_release-10.3.0 → python_semantic_release-10.3.1}/tests/e2e/__init__.py +0 -0
- {python_semantic_release-10.3.0 → python_semantic_release-10.3.1}/tests/e2e/cmd_changelog/__init__.py +0 -0
- {python_semantic_release-10.3.0 → python_semantic_release-10.3.1}/tests/e2e/cmd_changelog/test_changelog.py +0 -0
- {python_semantic_release-10.3.0 → python_semantic_release-10.3.1}/tests/e2e/cmd_changelog/test_changelog_custom_parser.py +0 -0
- {python_semantic_release-10.3.0 → python_semantic_release-10.3.1}/tests/e2e/cmd_changelog/test_changelog_parsing.py +0 -0
- {python_semantic_release-10.3.0 → python_semantic_release-10.3.1}/tests/e2e/cmd_changelog/test_changelog_release_notes.py +0 -0
- {python_semantic_release-10.3.0 → python_semantic_release-10.3.1}/tests/e2e/cmd_config/__init__.py +0 -0
- {python_semantic_release-10.3.0 → python_semantic_release-10.3.1}/tests/e2e/cmd_config/test_generate_config.py +0 -0
- {python_semantic_release-10.3.0 → python_semantic_release-10.3.1}/tests/e2e/cmd_publish/__init__.py +0 -0
- {python_semantic_release-10.3.0 → python_semantic_release-10.3.1}/tests/e2e/cmd_publish/test_publish.py +0 -0
- {python_semantic_release-10.3.0 → python_semantic_release-10.3.1}/tests/e2e/cmd_version/__init__.py +0 -0
- {python_semantic_release-10.3.0 → python_semantic_release-10.3.1}/tests/e2e/cmd_version/bump_version/__init__.py +0 -0
- {python_semantic_release-10.3.0 → python_semantic_release-10.3.1}/tests/e2e/cmd_version/bump_version/conftest.py +0 -0
- {python_semantic_release-10.3.0 → python_semantic_release-10.3.1}/tests/e2e/cmd_version/bump_version/git_flow/__init__.py +0 -0
- {python_semantic_release-10.3.0 → python_semantic_release-10.3.1}/tests/e2e/cmd_version/bump_version/git_flow/test_repo_1_channel.py +0 -0
- {python_semantic_release-10.3.0 → python_semantic_release-10.3.1}/tests/e2e/cmd_version/bump_version/git_flow/test_repo_2_channels.py +0 -0
- {python_semantic_release-10.3.0 → python_semantic_release-10.3.1}/tests/e2e/cmd_version/bump_version/git_flow/test_repo_3_channels.py +0 -0
- {python_semantic_release-10.3.0 → python_semantic_release-10.3.1}/tests/e2e/cmd_version/bump_version/git_flow/test_repo_4_channels.py +0 -0
- {python_semantic_release-10.3.0 → python_semantic_release-10.3.1}/tests/e2e/cmd_version/bump_version/github_flow/__init__.py +0 -0
- {python_semantic_release-10.3.0 → python_semantic_release-10.3.1}/tests/e2e/cmd_version/bump_version/github_flow/test_repo_1_channel.py +0 -0
- {python_semantic_release-10.3.0 → python_semantic_release-10.3.1}/tests/e2e/cmd_version/bump_version/github_flow/test_repo_1_channel_branch_update_merge.py +0 -0
- {python_semantic_release-10.3.0 → python_semantic_release-10.3.1}/tests/e2e/cmd_version/bump_version/github_flow/test_repo_2_channels.py +0 -0
- {python_semantic_release-10.3.0 → python_semantic_release-10.3.1}/tests/e2e/cmd_version/bump_version/trunk_based_dev/__init__.py +0 -0
- {python_semantic_release-10.3.0 → python_semantic_release-10.3.1}/tests/e2e/cmd_version/bump_version/trunk_based_dev/test_repo_trunk.py +0 -0
- {python_semantic_release-10.3.0 → python_semantic_release-10.3.1}/tests/e2e/cmd_version/bump_version/trunk_based_dev/test_repo_trunk_dual_version_support.py +0 -0
- {python_semantic_release-10.3.0 → python_semantic_release-10.3.1}/tests/e2e/cmd_version/bump_version/trunk_based_dev/test_repo_trunk_dual_version_support_w_prereleases.py +0 -0
- {python_semantic_release-10.3.0 → python_semantic_release-10.3.1}/tests/e2e/cmd_version/bump_version/trunk_based_dev/test_repo_trunk_w_prereleases.py +0 -0
- {python_semantic_release-10.3.0 → python_semantic_release-10.3.1}/tests/e2e/cmd_version/test_version.py +0 -0
- {python_semantic_release-10.3.0 → python_semantic_release-10.3.1}/tests/e2e/cmd_version/test_version_build.py +0 -0
- {python_semantic_release-10.3.0 → python_semantic_release-10.3.1}/tests/e2e/cmd_version/test_version_bump.py +0 -0
- {python_semantic_release-10.3.0 → python_semantic_release-10.3.1}/tests/e2e/cmd_version/test_version_changelog.py +0 -0
- {python_semantic_release-10.3.0 → python_semantic_release-10.3.1}/tests/e2e/cmd_version/test_version_changelog_custom_commit_msg.py +0 -0
- {python_semantic_release-10.3.0 → python_semantic_release-10.3.1}/tests/e2e/cmd_version/test_version_github_actions.py +0 -0
- {python_semantic_release-10.3.0 → python_semantic_release-10.3.1}/tests/e2e/cmd_version/test_version_print.py +0 -0
- {python_semantic_release-10.3.0 → python_semantic_release-10.3.1}/tests/e2e/cmd_version/test_version_release_notes.py +0 -0
- {python_semantic_release-10.3.0 → python_semantic_release-10.3.1}/tests/e2e/cmd_version/test_version_stamp.py +0 -0
- {python_semantic_release-10.3.0 → python_semantic_release-10.3.1}/tests/e2e/cmd_version/test_version_strict.py +0 -0
- {python_semantic_release-10.3.0 → python_semantic_release-10.3.1}/tests/e2e/conftest.py +0 -0
- {python_semantic_release-10.3.0 → python_semantic_release-10.3.1}/tests/e2e/test_help.py +0 -0
- {python_semantic_release-10.3.0 → python_semantic_release-10.3.1}/tests/e2e/test_main.py +0 -0
- {python_semantic_release-10.3.0 → python_semantic_release-10.3.1}/tests/fixtures/__init__.py +0 -0
- {python_semantic_release-10.3.0 → python_semantic_release-10.3.1}/tests/fixtures/commit_parsers.py +0 -0
- {python_semantic_release-10.3.0 → python_semantic_release-10.3.1}/tests/fixtures/example_project.py +0 -0
- {python_semantic_release-10.3.0 → python_semantic_release-10.3.1}/tests/fixtures/git_repo.py +0 -0
- {python_semantic_release-10.3.0 → python_semantic_release-10.3.1}/tests/fixtures/repos/__init__.py +0 -0
- {python_semantic_release-10.3.0 → python_semantic_release-10.3.1}/tests/fixtures/repos/git_flow/__init__.py +0 -0
- {python_semantic_release-10.3.0 → python_semantic_release-10.3.1}/tests/fixtures/repos/git_flow/repo_w_1_release_channel.py +0 -0
- {python_semantic_release-10.3.0 → python_semantic_release-10.3.1}/tests/fixtures/repos/git_flow/repo_w_2_release_channels.py +0 -0
- {python_semantic_release-10.3.0 → python_semantic_release-10.3.1}/tests/fixtures/repos/git_flow/repo_w_3_release_channels.py +0 -0
- {python_semantic_release-10.3.0 → python_semantic_release-10.3.1}/tests/fixtures/repos/git_flow/repo_w_4_release_channels.py +0 -0
- {python_semantic_release-10.3.0 → python_semantic_release-10.3.1}/tests/fixtures/repos/github_flow/__init__.py +0 -0
- {python_semantic_release-10.3.0 → python_semantic_release-10.3.1}/tests/fixtures/repos/github_flow/repo_w_default_release.py +0 -0
- {python_semantic_release-10.3.0 → python_semantic_release-10.3.1}/tests/fixtures/repos/github_flow/repo_w_default_release_w_branch_update_merge.py +0 -0
- {python_semantic_release-10.3.0 → python_semantic_release-10.3.1}/tests/fixtures/repos/github_flow/repo_w_release_channels.py +0 -0
- {python_semantic_release-10.3.0 → python_semantic_release-10.3.1}/tests/fixtures/repos/repo_initial_commit.py +0 -0
- {python_semantic_release-10.3.0 → python_semantic_release-10.3.1}/tests/fixtures/repos/trunk_based_dev/__init__.py +0 -0
- {python_semantic_release-10.3.0 → python_semantic_release-10.3.1}/tests/fixtures/repos/trunk_based_dev/repo_w_dual_version_support.py +0 -0
- {python_semantic_release-10.3.0 → python_semantic_release-10.3.1}/tests/fixtures/repos/trunk_based_dev/repo_w_dual_version_support_w_prereleases.py +0 -0
- {python_semantic_release-10.3.0 → python_semantic_release-10.3.1}/tests/fixtures/repos/trunk_based_dev/repo_w_no_tags.py +0 -0
- {python_semantic_release-10.3.0 → python_semantic_release-10.3.1}/tests/fixtures/repos/trunk_based_dev/repo_w_prereleases.py +0 -0
- {python_semantic_release-10.3.0 → python_semantic_release-10.3.1}/tests/fixtures/repos/trunk_based_dev/repo_w_tags.py +0 -0
- {python_semantic_release-10.3.0 → python_semantic_release-10.3.1}/tests/fixtures/scipy.py +0 -0
- {python_semantic_release-10.3.0 → python_semantic_release-10.3.1}/tests/unit/__init__.py +0 -0
- {python_semantic_release-10.3.0 → python_semantic_release-10.3.1}/tests/unit/conftest.py +0 -0
- {python_semantic_release-10.3.0 → python_semantic_release-10.3.1}/tests/unit/semantic_release/__init__.py +0 -0
- {python_semantic_release-10.3.0 → python_semantic_release-10.3.1}/tests/unit/semantic_release/changelog/__init__.py +0 -0
- {python_semantic_release-10.3.0 → python_semantic_release-10.3.1}/tests/unit/semantic_release/changelog/conftest.py +0 -0
- {python_semantic_release-10.3.0 → python_semantic_release-10.3.1}/tests/unit/semantic_release/changelog/test_changelog_context.py +0 -0
- {python_semantic_release-10.3.0 → python_semantic_release-10.3.1}/tests/unit/semantic_release/changelog/test_default_changelog.py +0 -0
- {python_semantic_release-10.3.0 → python_semantic_release-10.3.1}/tests/unit/semantic_release/changelog/test_release_history.py +0 -0
- {python_semantic_release-10.3.0 → python_semantic_release-10.3.1}/tests/unit/semantic_release/changelog/test_release_notes.py +0 -0
- {python_semantic_release-10.3.0 → python_semantic_release-10.3.1}/tests/unit/semantic_release/changelog/test_template.py +0 -0
- {python_semantic_release-10.3.0 → python_semantic_release-10.3.1}/tests/unit/semantic_release/changelog/test_template_render.py +0 -0
- {python_semantic_release-10.3.0 → python_semantic_release-10.3.1}/tests/unit/semantic_release/cli/__init__.py +0 -0
- {python_semantic_release-10.3.0 → python_semantic_release-10.3.1}/tests/unit/semantic_release/cli/test_config.py +0 -0
- {python_semantic_release-10.3.0 → python_semantic_release-10.3.1}/tests/unit/semantic_release/cli/test_github_actions_output.py +0 -0
- {python_semantic_release-10.3.0 → python_semantic_release-10.3.1}/tests/unit/semantic_release/cli/test_masking_filter.py +0 -0
- {python_semantic_release-10.3.0 → python_semantic_release-10.3.1}/tests/unit/semantic_release/cli/test_util.py +0 -0
- {python_semantic_release-10.3.0 → python_semantic_release-10.3.1}/tests/unit/semantic_release/cli/test_version.py +0 -0
- {python_semantic_release-10.3.0 → python_semantic_release-10.3.1}/tests/unit/semantic_release/commit_parser/__init__.py +0 -0
- {python_semantic_release-10.3.0 → python_semantic_release-10.3.1}/tests/unit/semantic_release/commit_parser/test_conventional.py +0 -0
- {python_semantic_release-10.3.0 → python_semantic_release-10.3.1}/tests/unit/semantic_release/commit_parser/test_emoji.py +0 -0
- {python_semantic_release-10.3.0 → python_semantic_release-10.3.1}/tests/unit/semantic_release/commit_parser/test_parsed_commit.py +0 -0
- {python_semantic_release-10.3.0 → python_semantic_release-10.3.1}/tests/unit/semantic_release/commit_parser/test_scipy.py +0 -0
- {python_semantic_release-10.3.0 → python_semantic_release-10.3.1}/tests/unit/semantic_release/commit_parser/test_util.py +0 -0
- {python_semantic_release-10.3.0 → python_semantic_release-10.3.1}/tests/unit/semantic_release/hvcs/__init__.py +0 -0
- {python_semantic_release-10.3.0 → python_semantic_release-10.3.1}/tests/unit/semantic_release/hvcs/test__base.py +0 -0
- {python_semantic_release-10.3.0 → python_semantic_release-10.3.1}/tests/unit/semantic_release/hvcs/test_bitbucket.py +0 -0
- {python_semantic_release-10.3.0 → python_semantic_release-10.3.1}/tests/unit/semantic_release/hvcs/test_gitea.py +0 -0
- {python_semantic_release-10.3.0 → python_semantic_release-10.3.1}/tests/unit/semantic_release/hvcs/test_github.py +0 -0
- {python_semantic_release-10.3.0 → python_semantic_release-10.3.1}/tests/unit/semantic_release/hvcs/test_gitlab.py +0 -0
- {python_semantic_release-10.3.0 → python_semantic_release-10.3.1}/tests/unit/semantic_release/hvcs/test_token_auth.py +0 -0
- {python_semantic_release-10.3.0 → python_semantic_release-10.3.1}/tests/unit/semantic_release/hvcs/test_util.py +0 -0
- {python_semantic_release-10.3.0 → python_semantic_release-10.3.1}/tests/unit/semantic_release/test_helpers.py +0 -0
- {python_semantic_release-10.3.0 → python_semantic_release-10.3.1}/tests/unit/semantic_release/version/__init__.py +0 -0
- {python_semantic_release-10.3.0 → python_semantic_release-10.3.1}/tests/unit/semantic_release/version/declarations/__init__.py +0 -0
- {python_semantic_release-10.3.0 → python_semantic_release-10.3.1}/tests/unit/semantic_release/version/declarations/test_pattern_declaration.py +0 -0
- {python_semantic_release-10.3.0 → python_semantic_release-10.3.1}/tests/unit/semantic_release/version/declarations/test_toml_declaration.py +0 -0
- {python_semantic_release-10.3.0 → python_semantic_release-10.3.1}/tests/unit/semantic_release/version/test_algorithm.py +0 -0
- {python_semantic_release-10.3.0 → python_semantic_release-10.3.1}/tests/unit/semantic_release/version/test_translator.py +0 -0
- {python_semantic_release-10.3.0 → python_semantic_release-10.3.1}/tests/unit/semantic_release/version/test_version.py +0 -0
- {python_semantic_release-10.3.0 → python_semantic_release-10.3.1}/tests/util.py +0 -0
|
@@ -19,6 +19,14 @@ There are two official GitHub Actions for Python Semantic Release:
|
|
|
19
19
|
It is used to upload files, such as distribution artifacts and other assets,
|
|
20
20
|
to a GitHub release.
|
|
21
21
|
|
|
22
|
+
Included in this documentation are some recommended examples below if you want to get
|
|
23
|
+
started quickly. These examples are not exhaustive and you will need to adjust them
|
|
24
|
+
for your specific project needs especially if you are using a monorepo.
|
|
25
|
+
|
|
26
|
+
- :ref:`GitHub Actions Example Workflows <gh_actions-examples>`
|
|
27
|
+
|
|
28
|
+
- :ref:`GitHub Actions with Monorepos <gh_actions-monorepo>`
|
|
29
|
+
|
|
22
30
|
.. note::
|
|
23
31
|
These GitHub Actions are only simplified wrappers around the
|
|
24
32
|
python-semantic-release CLI. Ultimately, they download and install the
|
|
@@ -925,14 +933,14 @@ to the GitHub Release Assets as well.
|
|
|
925
933
|
- name: Action | Semantic Version Release
|
|
926
934
|
id: release
|
|
927
935
|
# Adjust tag with desired version if applicable.
|
|
928
|
-
uses: python-semantic-release/python-semantic-release@v10.3.
|
|
936
|
+
uses: python-semantic-release/python-semantic-release@v10.3.1
|
|
929
937
|
with:
|
|
930
938
|
github_token: ${{ secrets.GITHUB_TOKEN }}
|
|
931
939
|
git_committer_name: "github-actions"
|
|
932
940
|
git_committer_email: "actions@users.noreply.github.com"
|
|
933
941
|
|
|
934
942
|
- name: Publish | Upload to GitHub Release Assets
|
|
935
|
-
uses: python-semantic-release/publish-action@v10.3.
|
|
943
|
+
uses: python-semantic-release/publish-action@v10.3.1
|
|
936
944
|
if: steps.release.outputs.released == 'true'
|
|
937
945
|
with:
|
|
938
946
|
github_token: ${{ secrets.GITHUB_TOKEN }}
|
|
@@ -1031,7 +1039,7 @@ The equivalent GitHub Action configuration would be:
|
|
|
1031
1039
|
|
|
1032
1040
|
- name: Action | Semantic Version Release
|
|
1033
1041
|
# Adjust tag with desired version if applicable.
|
|
1034
|
-
uses: python-semantic-release/python-semantic-release@v10.3.
|
|
1042
|
+
uses: python-semantic-release/python-semantic-release@v10.3.1
|
|
1035
1043
|
with:
|
|
1036
1044
|
github_token: ${{ secrets.GITHUB_TOKEN }}
|
|
1037
1045
|
force: patch
|
|
@@ -1090,14 +1098,14 @@ Publish Action.
|
|
|
1090
1098
|
|
|
1091
1099
|
- name: Release submodule 1
|
|
1092
1100
|
id: release-submod-1
|
|
1093
|
-
uses: python-semantic-release/python-semantic-release@v10.3.
|
|
1101
|
+
uses: python-semantic-release/python-semantic-release@v10.3.1
|
|
1094
1102
|
with:
|
|
1095
1103
|
directory: ${{ env.SUBMODULE_1_DIR }}
|
|
1096
1104
|
github_token: ${{ secrets.GITHUB_TOKEN }}
|
|
1097
1105
|
|
|
1098
1106
|
- name: Release submodule 2
|
|
1099
1107
|
id: release-submod-2
|
|
1100
|
-
uses: python-semantic-release/python-semantic-release@v10.3.
|
|
1108
|
+
uses: python-semantic-release/python-semantic-release@v10.3.1
|
|
1101
1109
|
with:
|
|
1102
1110
|
directory: ${{ env.SUBMODULE_2_DIR }}
|
|
1103
1111
|
github_token: ${{ secrets.GITHUB_TOKEN }}
|
|
@@ -1109,7 +1117,7 @@ Publish Action.
|
|
|
1109
1117
|
# ------------------------------------------------------------------- #
|
|
1110
1118
|
|
|
1111
1119
|
- name: Publish | Upload package 1 to GitHub Release Assets
|
|
1112
|
-
uses: python-semantic-release/publish-action@v10.3.
|
|
1120
|
+
uses: python-semantic-release/publish-action@v10.3.1
|
|
1113
1121
|
if: steps.release-submod-1.outputs.released == 'true'
|
|
1114
1122
|
with:
|
|
1115
1123
|
directory: ${{ env.SUBMODULE_1_DIR }}
|
|
@@ -1117,7 +1125,7 @@ Publish Action.
|
|
|
1117
1125
|
tag: ${{ steps.release-submod-1.outputs.tag }}
|
|
1118
1126
|
|
|
1119
1127
|
- name: Publish | Upload package 2 to GitHub Release Assets
|
|
1120
|
-
uses: python-semantic-release/publish-action@v10.3.
|
|
1128
|
+
uses: python-semantic-release/publish-action@v10.3.1
|
|
1121
1129
|
if: steps.release-submod-2.outputs.released == 'true'
|
|
1122
1130
|
with:
|
|
1123
1131
|
directory: ${{ env.SUBMODULE_2_DIR }}
|
|
@@ -18,7 +18,10 @@ from semantic_release.cli.changelog_writer import (
|
|
|
18
18
|
generate_release_notes,
|
|
19
19
|
write_changelog_files,
|
|
20
20
|
)
|
|
21
|
-
from semantic_release.cli.github_actions_output import
|
|
21
|
+
from semantic_release.cli.github_actions_output import (
|
|
22
|
+
PersistenceMode,
|
|
23
|
+
VersionGitHubActionsOutput,
|
|
24
|
+
)
|
|
22
25
|
from semantic_release.cli.util import noop_report, rprint
|
|
23
26
|
from semantic_release.const import DEFAULT_SHELL, DEFAULT_VERSION
|
|
24
27
|
from semantic_release.enums import LevelBump
|
|
@@ -468,9 +471,16 @@ def version( # noqa: C901
|
|
|
468
471
|
no_verify = runtime.no_git_verify
|
|
469
472
|
opts = runtime.global_cli_options
|
|
470
473
|
gha_output = VersionGitHubActionsOutput(
|
|
471
|
-
|
|
472
|
-
|
|
473
|
-
|
|
474
|
+
gh_client=(
|
|
475
|
+
hvcs_client
|
|
476
|
+
if isinstance(hvcs_client, Github)
|
|
477
|
+
else Github(hvcs_client.remote_url(use_token=False))
|
|
478
|
+
),
|
|
479
|
+
mode=(
|
|
480
|
+
PersistenceMode.TEMPORARY
|
|
481
|
+
if opts.noop or (not commit_changes and not create_tag)
|
|
482
|
+
else PersistenceMode.PERMANENT
|
|
483
|
+
),
|
|
474
484
|
released=False,
|
|
475
485
|
)
|
|
476
486
|
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
from __future__ import annotations
|
|
2
2
|
|
|
3
3
|
import os
|
|
4
|
+
from enum import Enum
|
|
4
5
|
from re import compile as regexp
|
|
5
6
|
from typing import TYPE_CHECKING
|
|
6
7
|
|
|
@@ -13,12 +14,18 @@ if TYPE_CHECKING:
|
|
|
13
14
|
from semantic_release.hvcs.github import Github
|
|
14
15
|
|
|
15
16
|
|
|
17
|
+
class PersistenceMode(Enum):
|
|
18
|
+
TEMPORARY = "temporary"
|
|
19
|
+
PERMANENT = "permanent"
|
|
20
|
+
|
|
21
|
+
|
|
16
22
|
class VersionGitHubActionsOutput:
|
|
17
23
|
OUTPUT_ENV_VAR = "GITHUB_OUTPUT"
|
|
18
24
|
|
|
19
25
|
def __init__(
|
|
20
26
|
self,
|
|
21
27
|
gh_client: Github,
|
|
28
|
+
mode: PersistenceMode = PersistenceMode.PERMANENT,
|
|
22
29
|
released: bool | None = None,
|
|
23
30
|
version: Version | None = None,
|
|
24
31
|
commit_sha: str | None = None,
|
|
@@ -26,6 +33,7 @@ class VersionGitHubActionsOutput:
|
|
|
26
33
|
prev_version: Version | None = None,
|
|
27
34
|
) -> None:
|
|
28
35
|
self._gh_client = gh_client
|
|
36
|
+
self._mode = mode
|
|
29
37
|
self._released = released
|
|
30
38
|
self._version = version
|
|
31
39
|
self._commit_sha = commit_sha
|
|
@@ -104,10 +112,11 @@ class VersionGitHubActionsOutput:
|
|
|
104
112
|
missing.add("version")
|
|
105
113
|
if self.released is None:
|
|
106
114
|
missing.add("released")
|
|
107
|
-
if self.released
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
115
|
+
if self.released:
|
|
116
|
+
if self.release_notes is None:
|
|
117
|
+
missing.add("release_notes")
|
|
118
|
+
if self._mode is PersistenceMode.PERMANENT and self.commit_sha is None:
|
|
119
|
+
missing.add("commit_sha")
|
|
111
120
|
|
|
112
121
|
if missing:
|
|
113
122
|
raise ValueError(
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{python_semantic_release-10.3.0 → python_semantic_release-10.3.1}/docs/concepts/commit_parsing.rst
RENAMED
|
File without changes
|
{python_semantic_release-10.3.0 → python_semantic_release-10.3.1}/docs/concepts/getting_started.rst
RENAMED
|
File without changes
|
|
File without changes
|
{python_semantic_release-10.3.0 → python_semantic_release-10.3.1}/docs/concepts/installation.rst
RENAMED
|
File without changes
|
|
File without changes
|
{python_semantic_release-10.3.0 → python_semantic_release-10.3.1}/docs/concepts/strict_mode.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-10.3.0 → python_semantic_release-10.3.1}/docs/configuration/index.rst
RENAMED
|
File without changes
|
|
File without changes
|
{python_semantic_release-10.3.0 → python_semantic_release-10.3.1}/docs/contributing/index.rst
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{python_semantic_release-10.3.0 → python_semantic_release-10.3.1}/docs/misc/psr_changelog.rst
RENAMED
|
File without changes
|
{python_semantic_release-10.3.0 → python_semantic_release-10.3.1}/docs/misc/troubleshooting.rst
RENAMED
|
File without changes
|
{python_semantic_release-10.3.0 → python_semantic_release-10.3.1}/docs/upgrading/08-upgrade.rst
RENAMED
|
File without changes
|
{python_semantic_release-10.3.0 → python_semantic_release-10.3.1}/docs/upgrading/09-upgrade.rst
RENAMED
|
File without changes
|
{python_semantic_release-10.3.0 → python_semantic_release-10.3.1}/docs/upgrading/10-upgrade.rst
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{python_semantic_release-10.3.0 → python_semantic_release-10.3.1}/src/semantic_release/__init__.py
RENAMED
|
File without changes
|
{python_semantic_release-10.3.0 → python_semantic_release-10.3.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
|
{python_semantic_release-10.3.0 → python_semantic_release-10.3.1}/src/semantic_release/cli/config.py
RENAMED
|
File without changes
|
{python_semantic_release-10.3.0 → python_semantic_release-10.3.1}/src/semantic_release/cli/const.py
RENAMED
|
File without changes
|
|
File without changes
|
{python_semantic_release-10.3.0 → python_semantic_release-10.3.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
|
|
File without changes
|
{python_semantic_release-10.3.0 → python_semantic_release-10.3.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-10.3.0 → python_semantic_release-10.3.1}/src/semantic_release/enums.py
RENAMED
|
File without changes
|
{python_semantic_release-10.3.0 → python_semantic_release-10.3.1}/src/semantic_release/errors.py
RENAMED
|
File without changes
|
{python_semantic_release-10.3.0 → python_semantic_release-10.3.1}/src/semantic_release/gitproject.py
RENAMED
|
File without changes
|
{python_semantic_release-10.3.0 → python_semantic_release-10.3.1}/src/semantic_release/globals.py
RENAMED
|
File without changes
|
{python_semantic_release-10.3.0 → python_semantic_release-10.3.1}/src/semantic_release/helpers.py
RENAMED
|
File without changes
|
|
File without changes
|
{python_semantic_release-10.3.0 → python_semantic_release-10.3.1}/src/semantic_release/hvcs/_base.py
RENAMED
|
File without changes
|
|
File without changes
|
{python_semantic_release-10.3.0 → python_semantic_release-10.3.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-10.3.0 → python_semantic_release-10.3.1}/src/semantic_release/hvcs/util.py
RENAMED
|
File without changes
|
{python_semantic_release-10.3.0 → python_semantic_release-10.3.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
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{python_semantic_release-10.3.0 → python_semantic_release-10.3.1}/tests/e2e/cmd_config/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
{python_semantic_release-10.3.0 → python_semantic_release-10.3.1}/tests/e2e/cmd_publish/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
{python_semantic_release-10.3.0 → python_semantic_release-10.3.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
|
|
File without changes
|
{python_semantic_release-10.3.0 → python_semantic_release-10.3.1}/tests/fixtures/__init__.py
RENAMED
|
File without changes
|
{python_semantic_release-10.3.0 → python_semantic_release-10.3.1}/tests/fixtures/commit_parsers.py
RENAMED
|
File without changes
|
{python_semantic_release-10.3.0 → python_semantic_release-10.3.1}/tests/fixtures/example_project.py
RENAMED
|
File without changes
|
{python_semantic_release-10.3.0 → python_semantic_release-10.3.1}/tests/fixtures/git_repo.py
RENAMED
|
File without changes
|
{python_semantic_release-10.3.0 → python_semantic_release-10.3.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
|
|
File without changes
|
|
File without changes
|
|
File without changes
|