python-semantic-release 9.15.0__tar.gz → 9.15.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.15.0/src/python_semantic_release.egg-info → python_semantic_release-9.15.1}/PKG-INFO +1 -1
- {python_semantic_release-9.15.0 → python_semantic_release-9.15.1}/docs/automatic-releases/github-actions.rst +5 -5
- {python_semantic_release-9.15.0 → python_semantic_release-9.15.1}/pyproject.toml +1 -1
- {python_semantic_release-9.15.0 → python_semantic_release-9.15.1/src/python_semantic_release.egg-info}/PKG-INFO +1 -1
- {python_semantic_release-9.15.0 → python_semantic_release-9.15.1}/src/semantic_release/__init__.py +1 -1
- {python_semantic_release-9.15.0 → python_semantic_release-9.15.1}/src/semantic_release/commit_parser/angular.py +6 -2
- {python_semantic_release-9.15.0 → python_semantic_release-9.15.1}/src/semantic_release/commit_parser/emoji.py +2 -2
- {python_semantic_release-9.15.0 → python_semantic_release-9.15.1}/src/semantic_release/commit_parser/util.py +11 -1
- {python_semantic_release-9.15.0 → python_semantic_release-9.15.1}/src/semantic_release/data/templates/angular/md/.components/changes.md.j2 +1 -1
- {python_semantic_release-9.15.0 → python_semantic_release-9.15.1}/tests/unit/semantic_release/commit_parser/test_angular.py +12 -2
- {python_semantic_release-9.15.0 → python_semantic_release-9.15.1}/tests/unit/semantic_release/commit_parser/test_emoji.py +12 -2
- {python_semantic_release-9.15.0 → python_semantic_release-9.15.1}/tests/unit/semantic_release/commit_parser/test_scipy.py +12 -2
- {python_semantic_release-9.15.0 → python_semantic_release-9.15.1}/AUTHORS.rst +0 -0
- {python_semantic_release-9.15.0 → python_semantic_release-9.15.1}/LICENSE +0 -0
- {python_semantic_release-9.15.0 → python_semantic_release-9.15.1}/MANIFEST.in +0 -0
- {python_semantic_release-9.15.0 → python_semantic_release-9.15.1}/README.rst +0 -0
- {python_semantic_release-9.15.0 → python_semantic_release-9.15.1}/docs/Makefile +0 -0
- {python_semantic_release-9.15.0 → python_semantic_release-9.15.1}/docs/algorithm.rst +0 -0
- {python_semantic_release-9.15.0 → python_semantic_release-9.15.1}/docs/automatic-releases/cronjobs.rst +0 -0
- {python_semantic_release-9.15.0 → python_semantic_release-9.15.1}/docs/automatic-releases/index.rst +0 -0
- {python_semantic_release-9.15.0 → python_semantic_release-9.15.1}/docs/automatic-releases/travis.rst +0 -0
- {python_semantic_release-9.15.0 → python_semantic_release-9.15.1}/docs/changelog_templates.rst +0 -0
- {python_semantic_release-9.15.0 → python_semantic_release-9.15.1}/docs/commands.rst +0 -0
- {python_semantic_release-9.15.0 → python_semantic_release-9.15.1}/docs/commit_parsing.rst +0 -0
- {python_semantic_release-9.15.0 → python_semantic_release-9.15.1}/docs/conf.py +0 -0
- {python_semantic_release-9.15.0 → python_semantic_release-9.15.1}/docs/configuration.rst +0 -0
- {python_semantic_release-9.15.0 → python_semantic_release-9.15.1}/docs/contributing.rst +0 -0
- {python_semantic_release-9.15.0 → python_semantic_release-9.15.1}/docs/contributors.rst +0 -0
- {python_semantic_release-9.15.0 → python_semantic_release-9.15.1}/docs/index.rst +0 -0
- {python_semantic_release-9.15.0 → python_semantic_release-9.15.1}/docs/make.bat +0 -0
- {python_semantic_release-9.15.0 → python_semantic_release-9.15.1}/docs/migrating_from_v7.rst +0 -0
- {python_semantic_release-9.15.0 → python_semantic_release-9.15.1}/docs/multibranch_releases.rst +0 -0
- {python_semantic_release-9.15.0 → python_semantic_release-9.15.1}/docs/strict_mode.rst +0 -0
- {python_semantic_release-9.15.0 → python_semantic_release-9.15.1}/docs/troubleshooting.rst +0 -0
- {python_semantic_release-9.15.0 → python_semantic_release-9.15.1}/setup.cfg +0 -0
- {python_semantic_release-9.15.0 → python_semantic_release-9.15.1}/src/python_semantic_release.egg-info/SOURCES.txt +0 -0
- {python_semantic_release-9.15.0 → python_semantic_release-9.15.1}/src/python_semantic_release.egg-info/dependency_links.txt +0 -0
- {python_semantic_release-9.15.0 → python_semantic_release-9.15.1}/src/python_semantic_release.egg-info/entry_points.txt +0 -0
- {python_semantic_release-9.15.0 → python_semantic_release-9.15.1}/src/python_semantic_release.egg-info/requires.txt +0 -0
- {python_semantic_release-9.15.0 → python_semantic_release-9.15.1}/src/python_semantic_release.egg-info/top_level.txt +0 -0
- {python_semantic_release-9.15.0 → python_semantic_release-9.15.1}/src/semantic_release/__main__.py +0 -0
- {python_semantic_release-9.15.0 → python_semantic_release-9.15.1}/src/semantic_release/changelog/__init__.py +0 -0
- {python_semantic_release-9.15.0 → python_semantic_release-9.15.1}/src/semantic_release/changelog/context.py +0 -0
- {python_semantic_release-9.15.0 → python_semantic_release-9.15.1}/src/semantic_release/changelog/release_history.py +0 -0
- {python_semantic_release-9.15.0 → python_semantic_release-9.15.1}/src/semantic_release/changelog/template.py +0 -0
- {python_semantic_release-9.15.0 → python_semantic_release-9.15.1}/src/semantic_release/cli/__init__.py +0 -0
- {python_semantic_release-9.15.0 → python_semantic_release-9.15.1}/src/semantic_release/cli/changelog_writer.py +0 -0
- {python_semantic_release-9.15.0 → python_semantic_release-9.15.1}/src/semantic_release/cli/cli_context.py +0 -0
- {python_semantic_release-9.15.0 → python_semantic_release-9.15.1}/src/semantic_release/cli/commands/__init__.py +0 -0
- {python_semantic_release-9.15.0 → python_semantic_release-9.15.1}/src/semantic_release/cli/commands/changelog.py +0 -0
- {python_semantic_release-9.15.0 → python_semantic_release-9.15.1}/src/semantic_release/cli/commands/generate_config.py +0 -0
- {python_semantic_release-9.15.0 → python_semantic_release-9.15.1}/src/semantic_release/cli/commands/main.py +0 -0
- {python_semantic_release-9.15.0 → python_semantic_release-9.15.1}/src/semantic_release/cli/commands/publish.py +0 -0
- {python_semantic_release-9.15.0 → python_semantic_release-9.15.1}/src/semantic_release/cli/commands/version.py +0 -0
- {python_semantic_release-9.15.0 → python_semantic_release-9.15.1}/src/semantic_release/cli/config.py +0 -0
- {python_semantic_release-9.15.0 → python_semantic_release-9.15.1}/src/semantic_release/cli/const.py +0 -0
- {python_semantic_release-9.15.0 → python_semantic_release-9.15.1}/src/semantic_release/cli/github_actions_output.py +0 -0
- {python_semantic_release-9.15.0 → python_semantic_release-9.15.1}/src/semantic_release/cli/masking_filter.py +0 -0
- {python_semantic_release-9.15.0 → python_semantic_release-9.15.1}/src/semantic_release/cli/util.py +0 -0
- {python_semantic_release-9.15.0 → python_semantic_release-9.15.1}/src/semantic_release/commit_parser/__init__.py +0 -0
- {python_semantic_release-9.15.0 → python_semantic_release-9.15.1}/src/semantic_release/commit_parser/_base.py +0 -0
- {python_semantic_release-9.15.0 → python_semantic_release-9.15.1}/src/semantic_release/commit_parser/scipy.py +0 -0
- {python_semantic_release-9.15.0 → python_semantic_release-9.15.1}/src/semantic_release/commit_parser/tag.py +0 -0
- {python_semantic_release-9.15.0 → python_semantic_release-9.15.1}/src/semantic_release/commit_parser/token.py +0 -0
- {python_semantic_release-9.15.0 → python_semantic_release-9.15.1}/src/semantic_release/const.py +0 -0
- {python_semantic_release-9.15.0 → python_semantic_release-9.15.1}/src/semantic_release/data/templates/angular/md/.components/changelog_header.md.j2 +0 -0
- {python_semantic_release-9.15.0 → python_semantic_release-9.15.1}/src/semantic_release/data/templates/angular/md/.components/changelog_init.md.j2 +0 -0
- {python_semantic_release-9.15.0 → python_semantic_release-9.15.1}/src/semantic_release/data/templates/angular/md/.components/changelog_update.md.j2 +0 -0
- {python_semantic_release-9.15.0 → python_semantic_release-9.15.1}/src/semantic_release/data/templates/angular/md/.components/first_release.md.j2 +0 -0
- {python_semantic_release-9.15.0 → python_semantic_release-9.15.1}/src/semantic_release/data/templates/angular/md/.components/macros.md.j2 +0 -0
- {python_semantic_release-9.15.0 → python_semantic_release-9.15.1}/src/semantic_release/data/templates/angular/md/.components/unreleased_changes.md.j2 +0 -0
- {python_semantic_release-9.15.0 → python_semantic_release-9.15.1}/src/semantic_release/data/templates/angular/md/.components/versioned_changes.md.j2 +0 -0
- {python_semantic_release-9.15.0 → python_semantic_release-9.15.1}/src/semantic_release/data/templates/angular/md/.release_notes.md.j2 +0 -0
- {python_semantic_release-9.15.0 → python_semantic_release-9.15.1}/src/semantic_release/data/templates/angular/md/CHANGELOG.md.j2 +0 -0
- {python_semantic_release-9.15.0 → python_semantic_release-9.15.1}/src/semantic_release/data/templates/angular/rst/.components/changelog_header.rst.j2 +0 -0
- {python_semantic_release-9.15.0 → python_semantic_release-9.15.1}/src/semantic_release/data/templates/angular/rst/.components/changelog_init.rst.j2 +0 -0
- {python_semantic_release-9.15.0 → python_semantic_release-9.15.1}/src/semantic_release/data/templates/angular/rst/.components/changelog_update.rst.j2 +0 -0
- {python_semantic_release-9.15.0 → python_semantic_release-9.15.1}/src/semantic_release/data/templates/angular/rst/.components/changes.rst.j2 +0 -0
- {python_semantic_release-9.15.0 → python_semantic_release-9.15.1}/src/semantic_release/data/templates/angular/rst/.components/first_release.rst.j2 +0 -0
- {python_semantic_release-9.15.0 → python_semantic_release-9.15.1}/src/semantic_release/data/templates/angular/rst/.components/macros.rst.j2 +0 -0
- {python_semantic_release-9.15.0 → python_semantic_release-9.15.1}/src/semantic_release/data/templates/angular/rst/.components/unreleased_changes.rst.j2 +0 -0
- {python_semantic_release-9.15.0 → python_semantic_release-9.15.1}/src/semantic_release/data/templates/angular/rst/.components/versioned_changes.rst.j2 +0 -0
- {python_semantic_release-9.15.0 → python_semantic_release-9.15.1}/src/semantic_release/data/templates/angular/rst/CHANGELOG.rst.j2 +0 -0
- {python_semantic_release-9.15.0 → python_semantic_release-9.15.1}/src/semantic_release/enums.py +0 -0
- {python_semantic_release-9.15.0 → python_semantic_release-9.15.1}/src/semantic_release/errors.py +0 -0
- {python_semantic_release-9.15.0 → python_semantic_release-9.15.1}/src/semantic_release/gitproject.py +0 -0
- {python_semantic_release-9.15.0 → python_semantic_release-9.15.1}/src/semantic_release/globals.py +0 -0
- {python_semantic_release-9.15.0 → python_semantic_release-9.15.1}/src/semantic_release/helpers.py +0 -0
- {python_semantic_release-9.15.0 → python_semantic_release-9.15.1}/src/semantic_release/hvcs/__init__.py +0 -0
- {python_semantic_release-9.15.0 → python_semantic_release-9.15.1}/src/semantic_release/hvcs/_base.py +0 -0
- {python_semantic_release-9.15.0 → python_semantic_release-9.15.1}/src/semantic_release/hvcs/bitbucket.py +0 -0
- {python_semantic_release-9.15.0 → python_semantic_release-9.15.1}/src/semantic_release/hvcs/gitea.py +0 -0
- {python_semantic_release-9.15.0 → python_semantic_release-9.15.1}/src/semantic_release/hvcs/github.py +0 -0
- {python_semantic_release-9.15.0 → python_semantic_release-9.15.1}/src/semantic_release/hvcs/gitlab.py +0 -0
- {python_semantic_release-9.15.0 → python_semantic_release-9.15.1}/src/semantic_release/hvcs/remote_hvcs_base.py +0 -0
- {python_semantic_release-9.15.0 → python_semantic_release-9.15.1}/src/semantic_release/hvcs/token_auth.py +0 -0
- {python_semantic_release-9.15.0 → python_semantic_release-9.15.1}/src/semantic_release/hvcs/util.py +0 -0
- {python_semantic_release-9.15.0 → python_semantic_release-9.15.1}/src/semantic_release/py.typed +0 -0
- {python_semantic_release-9.15.0 → python_semantic_release-9.15.1}/src/semantic_release/version/__init__.py +0 -0
- {python_semantic_release-9.15.0 → python_semantic_release-9.15.1}/src/semantic_release/version/algorithm.py +0 -0
- {python_semantic_release-9.15.0 → python_semantic_release-9.15.1}/src/semantic_release/version/declaration.py +0 -0
- {python_semantic_release-9.15.0 → python_semantic_release-9.15.1}/src/semantic_release/version/translator.py +0 -0
- {python_semantic_release-9.15.0 → python_semantic_release-9.15.1}/src/semantic_release/version/version.py +0 -0
- {python_semantic_release-9.15.0 → python_semantic_release-9.15.1}/tests/__init__.py +0 -0
- {python_semantic_release-9.15.0 → python_semantic_release-9.15.1}/tests/conftest.py +0 -0
- {python_semantic_release-9.15.0 → python_semantic_release-9.15.1}/tests/const.py +0 -0
- {python_semantic_release-9.15.0 → python_semantic_release-9.15.1}/tests/e2e/__init__.py +0 -0
- {python_semantic_release-9.15.0 → python_semantic_release-9.15.1}/tests/e2e/cmd_changelog/__init__.py +0 -0
- {python_semantic_release-9.15.0 → python_semantic_release-9.15.1}/tests/e2e/cmd_changelog/test_changelog.py +0 -0
- {python_semantic_release-9.15.0 → python_semantic_release-9.15.1}/tests/e2e/cmd_changelog/test_changelog_custom_parser.py +0 -0
- {python_semantic_release-9.15.0 → python_semantic_release-9.15.1}/tests/e2e/cmd_config/__init__.py +0 -0
- {python_semantic_release-9.15.0 → python_semantic_release-9.15.1}/tests/e2e/cmd_config/test_generate_config.py +0 -0
- {python_semantic_release-9.15.0 → python_semantic_release-9.15.1}/tests/e2e/cmd_publish/__init__.py +0 -0
- {python_semantic_release-9.15.0 → python_semantic_release-9.15.1}/tests/e2e/cmd_publish/test_publish.py +0 -0
- {python_semantic_release-9.15.0 → python_semantic_release-9.15.1}/tests/e2e/cmd_version/__init__.py +0 -0
- {python_semantic_release-9.15.0 → python_semantic_release-9.15.1}/tests/e2e/cmd_version/test_version.py +0 -0
- {python_semantic_release-9.15.0 → python_semantic_release-9.15.1}/tests/e2e/cmd_version/test_version_build.py +0 -0
- {python_semantic_release-9.15.0 → python_semantic_release-9.15.1}/tests/e2e/cmd_version/test_version_bump.py +0 -0
- {python_semantic_release-9.15.0 → python_semantic_release-9.15.1}/tests/e2e/cmd_version/test_version_changelog.py +0 -0
- {python_semantic_release-9.15.0 → python_semantic_release-9.15.1}/tests/e2e/cmd_version/test_version_github_actions.py +0 -0
- {python_semantic_release-9.15.0 → python_semantic_release-9.15.1}/tests/e2e/cmd_version/test_version_print.py +0 -0
- {python_semantic_release-9.15.0 → python_semantic_release-9.15.1}/tests/e2e/cmd_version/test_version_release_notes.py +0 -0
- {python_semantic_release-9.15.0 → python_semantic_release-9.15.1}/tests/e2e/cmd_version/test_version_stamp.py +0 -0
- {python_semantic_release-9.15.0 → python_semantic_release-9.15.1}/tests/e2e/cmd_version/test_version_strict.py +0 -0
- {python_semantic_release-9.15.0 → python_semantic_release-9.15.1}/tests/e2e/conftest.py +0 -0
- {python_semantic_release-9.15.0 → python_semantic_release-9.15.1}/tests/e2e/test_help.py +0 -0
- {python_semantic_release-9.15.0 → python_semantic_release-9.15.1}/tests/e2e/test_main.py +0 -0
- {python_semantic_release-9.15.0 → python_semantic_release-9.15.1}/tests/fixtures/__init__.py +0 -0
- {python_semantic_release-9.15.0 → python_semantic_release-9.15.1}/tests/fixtures/commit_parsers.py +0 -0
- {python_semantic_release-9.15.0 → python_semantic_release-9.15.1}/tests/fixtures/example_project.py +0 -0
- {python_semantic_release-9.15.0 → python_semantic_release-9.15.1}/tests/fixtures/git_repo.py +0 -0
- {python_semantic_release-9.15.0 → python_semantic_release-9.15.1}/tests/fixtures/repos/__init__.py +0 -0
- {python_semantic_release-9.15.0 → python_semantic_release-9.15.1}/tests/fixtures/repos/git_flow/__init__.py +0 -0
- {python_semantic_release-9.15.0 → python_semantic_release-9.15.1}/tests/fixtures/repos/git_flow/repo_w_1_release_channel.py +0 -0
- {python_semantic_release-9.15.0 → python_semantic_release-9.15.1}/tests/fixtures/repos/git_flow/repo_w_2_release_channels.py +0 -0
- {python_semantic_release-9.15.0 → python_semantic_release-9.15.1}/tests/fixtures/repos/git_flow/repo_w_3_release_channels.py +0 -0
- {python_semantic_release-9.15.0 → python_semantic_release-9.15.1}/tests/fixtures/repos/git_flow/repo_w_4_release_channels.py +0 -0
- {python_semantic_release-9.15.0 → python_semantic_release-9.15.1}/tests/fixtures/repos/github_flow/__init__.py +0 -0
- {python_semantic_release-9.15.0 → python_semantic_release-9.15.1}/tests/fixtures/repos/github_flow/repo_w_default_release.py +0 -0
- {python_semantic_release-9.15.0 → python_semantic_release-9.15.1}/tests/fixtures/repos/github_flow/repo_w_release_channels.py +0 -0
- {python_semantic_release-9.15.0 → python_semantic_release-9.15.1}/tests/fixtures/repos/repo_initial_commit.py +0 -0
- {python_semantic_release-9.15.0 → python_semantic_release-9.15.1}/tests/fixtures/repos/trunk_based_dev/__init__.py +0 -0
- {python_semantic_release-9.15.0 → python_semantic_release-9.15.1}/tests/fixtures/repos/trunk_based_dev/repo_w_no_tags.py +0 -0
- {python_semantic_release-9.15.0 → python_semantic_release-9.15.1}/tests/fixtures/repos/trunk_based_dev/repo_w_prereleases.py +0 -0
- {python_semantic_release-9.15.0 → python_semantic_release-9.15.1}/tests/fixtures/repos/trunk_based_dev/repo_w_tags.py +0 -0
- {python_semantic_release-9.15.0 → python_semantic_release-9.15.1}/tests/fixtures/scipy.py +0 -0
- {python_semantic_release-9.15.0 → python_semantic_release-9.15.1}/tests/unit/__init__.py +0 -0
- {python_semantic_release-9.15.0 → python_semantic_release-9.15.1}/tests/unit/conftest.py +0 -0
- {python_semantic_release-9.15.0 → python_semantic_release-9.15.1}/tests/unit/semantic_release/__init__.py +0 -0
- {python_semantic_release-9.15.0 → python_semantic_release-9.15.1}/tests/unit/semantic_release/changelog/__init__.py +0 -0
- {python_semantic_release-9.15.0 → python_semantic_release-9.15.1}/tests/unit/semantic_release/changelog/conftest.py +0 -0
- {python_semantic_release-9.15.0 → python_semantic_release-9.15.1}/tests/unit/semantic_release/changelog/test_changelog_context.py +0 -0
- {python_semantic_release-9.15.0 → python_semantic_release-9.15.1}/tests/unit/semantic_release/changelog/test_default_changelog.py +0 -0
- {python_semantic_release-9.15.0 → python_semantic_release-9.15.1}/tests/unit/semantic_release/changelog/test_release_history.py +0 -0
- {python_semantic_release-9.15.0 → python_semantic_release-9.15.1}/tests/unit/semantic_release/changelog/test_release_notes.py +0 -0
- {python_semantic_release-9.15.0 → python_semantic_release-9.15.1}/tests/unit/semantic_release/changelog/test_template.py +0 -0
- {python_semantic_release-9.15.0 → python_semantic_release-9.15.1}/tests/unit/semantic_release/changelog/test_template_render.py +0 -0
- {python_semantic_release-9.15.0 → python_semantic_release-9.15.1}/tests/unit/semantic_release/cli/__init__.py +0 -0
- {python_semantic_release-9.15.0 → python_semantic_release-9.15.1}/tests/unit/semantic_release/cli/test_config.py +0 -0
- {python_semantic_release-9.15.0 → python_semantic_release-9.15.1}/tests/unit/semantic_release/cli/test_github_actions_output.py +0 -0
- {python_semantic_release-9.15.0 → python_semantic_release-9.15.1}/tests/unit/semantic_release/cli/test_masking_filter.py +0 -0
- {python_semantic_release-9.15.0 → python_semantic_release-9.15.1}/tests/unit/semantic_release/cli/test_util.py +0 -0
- {python_semantic_release-9.15.0 → python_semantic_release-9.15.1}/tests/unit/semantic_release/cli/test_version.py +0 -0
- {python_semantic_release-9.15.0 → python_semantic_release-9.15.1}/tests/unit/semantic_release/commit_parser/__init__.py +0 -0
- {python_semantic_release-9.15.0 → python_semantic_release-9.15.1}/tests/unit/semantic_release/commit_parser/test_parsed_commit.py +0 -0
- {python_semantic_release-9.15.0 → python_semantic_release-9.15.1}/tests/unit/semantic_release/commit_parser/test_util.py +0 -0
- {python_semantic_release-9.15.0 → python_semantic_release-9.15.1}/tests/unit/semantic_release/hvcs/__init__.py +0 -0
- {python_semantic_release-9.15.0 → python_semantic_release-9.15.1}/tests/unit/semantic_release/hvcs/test__base.py +0 -0
- {python_semantic_release-9.15.0 → python_semantic_release-9.15.1}/tests/unit/semantic_release/hvcs/test_bitbucket.py +0 -0
- {python_semantic_release-9.15.0 → python_semantic_release-9.15.1}/tests/unit/semantic_release/hvcs/test_gitea.py +0 -0
- {python_semantic_release-9.15.0 → python_semantic_release-9.15.1}/tests/unit/semantic_release/hvcs/test_github.py +0 -0
- {python_semantic_release-9.15.0 → python_semantic_release-9.15.1}/tests/unit/semantic_release/hvcs/test_gitlab.py +0 -0
- {python_semantic_release-9.15.0 → python_semantic_release-9.15.1}/tests/unit/semantic_release/hvcs/test_token_auth.py +0 -0
- {python_semantic_release-9.15.0 → python_semantic_release-9.15.1}/tests/unit/semantic_release/hvcs/test_util.py +0 -0
- {python_semantic_release-9.15.0 → python_semantic_release-9.15.1}/tests/unit/semantic_release/test_helpers.py +0 -0
- {python_semantic_release-9.15.0 → python_semantic_release-9.15.1}/tests/unit/semantic_release/version/__init__.py +0 -0
- {python_semantic_release-9.15.0 → python_semantic_release-9.15.1}/tests/unit/semantic_release/version/test_algorithm.py +0 -0
- {python_semantic_release-9.15.0 → python_semantic_release-9.15.1}/tests/unit/semantic_release/version/test_declaration.py +0 -0
- {python_semantic_release-9.15.0 → python_semantic_release-9.15.1}/tests/unit/semantic_release/version/test_translator.py +0 -0
- {python_semantic_release-9.15.0 → python_semantic_release-9.15.1}/tests/unit/semantic_release/version/test_version.py +0 -0
- {python_semantic_release-9.15.0 → python_semantic_release-9.15.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.15.
|
|
340
|
+
- uses: python-semantic-release/python-semantic-release@v9.15.1
|
|
341
341
|
with:
|
|
342
342
|
root_options: "-vv --noop"
|
|
343
343
|
|
|
@@ -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.15.
|
|
687
|
+
uses: python-semantic-release/python-semantic-release@v9.15.1
|
|
688
688
|
with:
|
|
689
689
|
github_token: ${{ secrets.GITHUB_TOKEN }}
|
|
690
690
|
git_committer_name: "github-actions"
|
|
@@ -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.15.
|
|
747
|
+
uses: python-semantic-release/python-semantic-release@v9.15.1
|
|
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.15.
|
|
775
|
+
uses: python-semantic-release/python-semantic-release@v9.15.1
|
|
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.15.
|
|
781
|
+
uses: python-semantic-release/python-semantic-release@v9.15.1
|
|
782
782
|
with:
|
|
783
783
|
directory: ./project2
|
|
784
784
|
github_token: ${{ secrets.GITHUB_TOKEN }}
|
|
@@ -21,7 +21,11 @@ from semantic_release.commit_parser.token import (
|
|
|
21
21
|
ParseError,
|
|
22
22
|
ParseResult,
|
|
23
23
|
)
|
|
24
|
-
from semantic_release.commit_parser.util import
|
|
24
|
+
from semantic_release.commit_parser.util import (
|
|
25
|
+
breaking_re,
|
|
26
|
+
parse_paragraphs,
|
|
27
|
+
sort_numerically,
|
|
28
|
+
)
|
|
25
29
|
from semantic_release.enums import LevelBump
|
|
26
30
|
from semantic_release.errors import InvalidParserOptions
|
|
27
31
|
|
|
@@ -195,7 +199,7 @@ class AngularCommitParser(CommitParser[ParseResult, AngularParserOptions]):
|
|
|
195
199
|
predicate.split(","),
|
|
196
200
|
)
|
|
197
201
|
)
|
|
198
|
-
accumulator["linked_issues"] =
|
|
202
|
+
accumulator["linked_issues"] = sort_numerically(
|
|
199
203
|
set(accumulator["linked_issues"]).union(new_issue_refs)
|
|
200
204
|
)
|
|
201
205
|
# TODO: breaking change v10, removes resolution footers from descriptions
|
|
@@ -18,7 +18,7 @@ from semantic_release.commit_parser.token import (
|
|
|
18
18
|
ParsedMessageResult,
|
|
19
19
|
ParseResult,
|
|
20
20
|
)
|
|
21
|
-
from semantic_release.commit_parser.util import parse_paragraphs
|
|
21
|
+
from semantic_release.commit_parser.util import parse_paragraphs, sort_numerically
|
|
22
22
|
from semantic_release.enums import LevelBump
|
|
23
23
|
from semantic_release.errors import InvalidParserOptions
|
|
24
24
|
|
|
@@ -186,7 +186,7 @@ class EmojiCommitParser(CommitParser[ParseResult, EmojiParserOptions]):
|
|
|
186
186
|
predicate.split(","),
|
|
187
187
|
)
|
|
188
188
|
)
|
|
189
|
-
accumulator["linked_issues"] =
|
|
189
|
+
accumulator["linked_issues"] = sort_numerically(
|
|
190
190
|
set(accumulator["linked_issues"]).union(new_issue_refs)
|
|
191
191
|
)
|
|
192
192
|
# TODO: breaking change v10, removes resolution footers from descriptions
|
|
@@ -6,28 +6,34 @@ from typing import TYPE_CHECKING
|
|
|
6
6
|
|
|
7
7
|
if TYPE_CHECKING: # pragma: no cover
|
|
8
8
|
from re import Pattern
|
|
9
|
-
from typing import TypedDict
|
|
9
|
+
from typing import Sequence, TypedDict
|
|
10
10
|
|
|
11
11
|
class RegexReplaceDef(TypedDict):
|
|
12
12
|
pattern: Pattern
|
|
13
13
|
repl: str
|
|
14
14
|
|
|
15
15
|
|
|
16
|
+
number_pattern = regexp(r"(\d+)")
|
|
17
|
+
|
|
16
18
|
breaking_re = regexp(r"BREAKING[ -]CHANGE:\s?(.*)")
|
|
19
|
+
|
|
17
20
|
un_word_wrap: RegexReplaceDef = {
|
|
18
21
|
# Match a line ending where the next line is not indented, or a bullet
|
|
19
22
|
"pattern": regexp(r"((?<!-)\n(?![\s*-]))"),
|
|
20
23
|
"repl": r" ", # Replace with a space
|
|
21
24
|
}
|
|
25
|
+
|
|
22
26
|
un_word_wrap_hyphen: RegexReplaceDef = {
|
|
23
27
|
"pattern": regexp(r"((?<=\w)-\n(?=\w))"),
|
|
24
28
|
"repl": r"-", # Replace with single hyphen
|
|
25
29
|
}
|
|
30
|
+
|
|
26
31
|
trim_line_endings: RegexReplaceDef = {
|
|
27
32
|
# Match line endings with optional whitespace
|
|
28
33
|
"pattern": regexp(r"[\r\t\f\v ]*\r?\n"),
|
|
29
34
|
"repl": "\n", # remove the optional whitespace & remove windows newlines
|
|
30
35
|
}
|
|
36
|
+
|
|
31
37
|
spread_out_git_footers: RegexReplaceDef = {
|
|
32
38
|
# Match a git footer line, and add an extra newline after it
|
|
33
39
|
# only be flexible enough for a double space indent (otherwise its probably on purpose)
|
|
@@ -65,3 +71,7 @@ def parse_paragraphs(text: str) -> list[str]:
|
|
|
65
71
|
],
|
|
66
72
|
)
|
|
67
73
|
)
|
|
74
|
+
|
|
75
|
+
|
|
76
|
+
def sort_numerically(iterable: Sequence[str] | set[str]) -> list[str]:
|
|
77
|
+
return sorted(iterable, key=lambda x: int((number_pattern.search(x) or [-1])[0]))
|
|
@@ -69,7 +69,7 @@ EXAMPLE:
|
|
|
69
69
|
#}{% if breaking_commits | length > 0
|
|
70
70
|
%}{# PREPROCESS COMMITS
|
|
71
71
|
#}{% set brk_ns = namespace(commits=breaking_commits)
|
|
72
|
-
%}{{
|
|
72
|
+
%}{{ apply_alphabetical_ordering_by_brk_descriptions(brk_ns) | default("", true)
|
|
73
73
|
}}{#
|
|
74
74
|
#}{% set brking_descriptions = []
|
|
75
75
|
%}{#
|
|
@@ -267,7 +267,12 @@ def test_parser_return_linked_merge_request_from_commit_message(
|
|
|
267
267
|
(
|
|
268
268
|
f"{footer_prefix}: #555, #444, #333",
|
|
269
269
|
["#333", "#444", "#555"],
|
|
270
|
-
),
|
|
270
|
+
),
|
|
271
|
+
# More than 2 issues (force numerical sort)
|
|
272
|
+
(
|
|
273
|
+
f"{footer_prefix}: #555, #3333, #444",
|
|
274
|
+
["#444", "#555", "#3333"],
|
|
275
|
+
),
|
|
271
276
|
# Single issue listed multiple times
|
|
272
277
|
(f"{footer_prefix}: #555, #555", ["#555"]),
|
|
273
278
|
# Multiple footers with the same issue
|
|
@@ -388,7 +393,12 @@ def test_parser_return_linked_merge_request_from_commit_message(
|
|
|
388
393
|
(
|
|
389
394
|
f"{footer_prefix}: ABC-555, ABC-444, ABC-333",
|
|
390
395
|
["ABC-333", "ABC-444", "ABC-555"],
|
|
391
|
-
),
|
|
396
|
+
),
|
|
397
|
+
# More than 2 issues (force numerical sort)
|
|
398
|
+
(
|
|
399
|
+
f"{footer_prefix}: ABC-555, ABC-3333, ABC-444",
|
|
400
|
+
["ABC-444", "ABC-555", "ABC-3333"],
|
|
401
|
+
),
|
|
392
402
|
# Single issue listed multiple times
|
|
393
403
|
(f"{footer_prefix}: ABC-555, ABC-555", ["ABC-555"]),
|
|
394
404
|
# Multiple footers with the same issue
|
|
@@ -210,7 +210,12 @@ def test_parser_return_linked_merge_request_from_commit_message(
|
|
|
210
210
|
(
|
|
211
211
|
f"{footer_prefix}: #555, #444, #333",
|
|
212
212
|
["#333", "#444", "#555"],
|
|
213
|
-
),
|
|
213
|
+
),
|
|
214
|
+
# More than 2 issues (force numerical sort)
|
|
215
|
+
(
|
|
216
|
+
f"{footer_prefix}: #555, #3333, #444",
|
|
217
|
+
["#444", "#555", "#3333"],
|
|
218
|
+
),
|
|
214
219
|
# Single issue listed multiple times
|
|
215
220
|
(f"{footer_prefix}: #555, #555", ["#555"]),
|
|
216
221
|
# Multiple footers with the same issue
|
|
@@ -331,7 +336,12 @@ def test_parser_return_linked_merge_request_from_commit_message(
|
|
|
331
336
|
(
|
|
332
337
|
f"{footer_prefix}: ABC-555, ABC-444, ABC-333",
|
|
333
338
|
["ABC-333", "ABC-444", "ABC-555"],
|
|
334
|
-
),
|
|
339
|
+
),
|
|
340
|
+
# More than 2 issues (force numerical sort)
|
|
341
|
+
(
|
|
342
|
+
f"{footer_prefix}: ABC-555, ABC-3333, ABC-444",
|
|
343
|
+
["ABC-444", "ABC-555", "ABC-3333"],
|
|
344
|
+
),
|
|
335
345
|
# Single issue listed multiple times
|
|
336
346
|
(f"{footer_prefix}: ABC-555, ABC-555", ["ABC-555"]),
|
|
337
347
|
# Multiple footers with the same issue
|
|
@@ -266,7 +266,12 @@ def test_parser_return_linked_merge_request_from_commit_message(
|
|
|
266
266
|
(
|
|
267
267
|
f"{footer_prefix}: #555, #444, #333",
|
|
268
268
|
["#333", "#444", "#555"],
|
|
269
|
-
),
|
|
269
|
+
),
|
|
270
|
+
# More than 2 issues (force numerical sort)
|
|
271
|
+
(
|
|
272
|
+
f"{footer_prefix}: #555, #3333, #444",
|
|
273
|
+
["#444", "#555", "#3333"],
|
|
274
|
+
),
|
|
270
275
|
# Single issue listed multiple times
|
|
271
276
|
(f"{footer_prefix}: #555, #555", ["#555"]),
|
|
272
277
|
# Multiple footers with the same issue
|
|
@@ -387,7 +392,12 @@ def test_parser_return_linked_merge_request_from_commit_message(
|
|
|
387
392
|
(
|
|
388
393
|
f"{footer_prefix}: ABC-555, ABC-444, ABC-333",
|
|
389
394
|
["ABC-333", "ABC-444", "ABC-555"],
|
|
390
|
-
),
|
|
395
|
+
),
|
|
396
|
+
# More than 2 issues (force numerical sort)
|
|
397
|
+
(
|
|
398
|
+
f"{footer_prefix}: ABC-555, ABC-3333, ABC-444",
|
|
399
|
+
["ABC-444", "ABC-555", "ABC-3333"],
|
|
400
|
+
),
|
|
391
401
|
# Single issue listed multiple times
|
|
392
402
|
(f"{footer_prefix}: ABC-555, ABC-555", ["ABC-555"]),
|
|
393
403
|
# Multiple footers with the same issue
|
|
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.15.0 → python_semantic_release-9.15.1}/docs/automatic-releases/index.rst
RENAMED
|
File without changes
|
{python_semantic_release-9.15.0 → python_semantic_release-9.15.1}/docs/automatic-releases/travis.rst
RENAMED
|
File without changes
|
{python_semantic_release-9.15.0 → python_semantic_release-9.15.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.15.0 → python_semantic_release-9.15.1}/docs/migrating_from_v7.rst
RENAMED
|
File without changes
|
{python_semantic_release-9.15.0 → python_semantic_release-9.15.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.15.0 → python_semantic_release-9.15.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.15.0 → python_semantic_release-9.15.1}/src/semantic_release/cli/config.py
RENAMED
|
File without changes
|
{python_semantic_release-9.15.0 → python_semantic_release-9.15.1}/src/semantic_release/cli/const.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{python_semantic_release-9.15.0 → python_semantic_release-9.15.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
|
{python_semantic_release-9.15.0 → python_semantic_release-9.15.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
|
{python_semantic_release-9.15.0 → python_semantic_release-9.15.1}/src/semantic_release/enums.py
RENAMED
|
File without changes
|
{python_semantic_release-9.15.0 → python_semantic_release-9.15.1}/src/semantic_release/errors.py
RENAMED
|
File without changes
|
{python_semantic_release-9.15.0 → python_semantic_release-9.15.1}/src/semantic_release/gitproject.py
RENAMED
|
File without changes
|
{python_semantic_release-9.15.0 → python_semantic_release-9.15.1}/src/semantic_release/globals.py
RENAMED
|
File without changes
|
{python_semantic_release-9.15.0 → python_semantic_release-9.15.1}/src/semantic_release/helpers.py
RENAMED
|
File without changes
|
|
File without changes
|
{python_semantic_release-9.15.0 → python_semantic_release-9.15.1}/src/semantic_release/hvcs/_base.py
RENAMED
|
File without changes
|
|
File without changes
|
{python_semantic_release-9.15.0 → python_semantic_release-9.15.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.15.0 → python_semantic_release-9.15.1}/src/semantic_release/hvcs/util.py
RENAMED
|
File without changes
|
{python_semantic_release-9.15.0 → python_semantic_release-9.15.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.15.0 → python_semantic_release-9.15.1}/tests/e2e/cmd_config/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
{python_semantic_release-9.15.0 → python_semantic_release-9.15.1}/tests/e2e/cmd_publish/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
{python_semantic_release-9.15.0 → python_semantic_release-9.15.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
|
{python_semantic_release-9.15.0 → python_semantic_release-9.15.1}/tests/fixtures/__init__.py
RENAMED
|
File without changes
|
{python_semantic_release-9.15.0 → python_semantic_release-9.15.1}/tests/fixtures/commit_parsers.py
RENAMED
|
File without changes
|
{python_semantic_release-9.15.0 → python_semantic_release-9.15.1}/tests/fixtures/example_project.py
RENAMED
|
File without changes
|
{python_semantic_release-9.15.0 → python_semantic_release-9.15.1}/tests/fixtures/git_repo.py
RENAMED
|
File without changes
|
{python_semantic_release-9.15.0 → python_semantic_release-9.15.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
|