python-semantic-release 9.11.0__tar.gz → 9.11.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.11.0/python_semantic_release.egg-info → python_semantic_release-9.11.1}/PKG-INFO +1 -1
- {python_semantic_release-9.11.0 → python_semantic_release-9.11.1}/docs/automatic-releases/github-actions.rst +5 -5
- {python_semantic_release-9.11.0 → python_semantic_release-9.11.1}/pyproject.toml +1 -1
- {python_semantic_release-9.11.0 → python_semantic_release-9.11.1/python_semantic_release.egg-info}/PKG-INFO +1 -1
- {python_semantic_release-9.11.0 → python_semantic_release-9.11.1}/semantic_release/__init__.py +1 -1
- {python_semantic_release-9.11.0 → python_semantic_release-9.11.1}/semantic_release/changelog/template.py +1 -7
- {python_semantic_release-9.11.0 → python_semantic_release-9.11.1}/AUTHORS.rst +0 -0
- {python_semantic_release-9.11.0 → python_semantic_release-9.11.1}/LICENSE +0 -0
- {python_semantic_release-9.11.0 → python_semantic_release-9.11.1}/MANIFEST.in +0 -0
- {python_semantic_release-9.11.0 → python_semantic_release-9.11.1}/README.rst +0 -0
- {python_semantic_release-9.11.0 → python_semantic_release-9.11.1}/docs/Makefile +0 -0
- {python_semantic_release-9.11.0 → python_semantic_release-9.11.1}/docs/algorithm.rst +0 -0
- {python_semantic_release-9.11.0 → python_semantic_release-9.11.1}/docs/automatic-releases/cronjobs.rst +0 -0
- {python_semantic_release-9.11.0 → python_semantic_release-9.11.1}/docs/automatic-releases/index.rst +0 -0
- {python_semantic_release-9.11.0 → python_semantic_release-9.11.1}/docs/automatic-releases/travis.rst +0 -0
- {python_semantic_release-9.11.0 → python_semantic_release-9.11.1}/docs/changelog_templates.rst +0 -0
- {python_semantic_release-9.11.0 → python_semantic_release-9.11.1}/docs/commands.rst +0 -0
- {python_semantic_release-9.11.0 → python_semantic_release-9.11.1}/docs/commit-parsing.rst +0 -0
- {python_semantic_release-9.11.0 → python_semantic_release-9.11.1}/docs/conf.py +0 -0
- {python_semantic_release-9.11.0 → python_semantic_release-9.11.1}/docs/configuration.rst +0 -0
- {python_semantic_release-9.11.0 → python_semantic_release-9.11.1}/docs/contributing.rst +0 -0
- {python_semantic_release-9.11.0 → python_semantic_release-9.11.1}/docs/contributors.rst +0 -0
- {python_semantic_release-9.11.0 → python_semantic_release-9.11.1}/docs/index.rst +0 -0
- {python_semantic_release-9.11.0 → python_semantic_release-9.11.1}/docs/make.bat +0 -0
- {python_semantic_release-9.11.0 → python_semantic_release-9.11.1}/docs/migrating_from_v7.rst +0 -0
- {python_semantic_release-9.11.0 → python_semantic_release-9.11.1}/docs/multibranch_releases.rst +0 -0
- {python_semantic_release-9.11.0 → python_semantic_release-9.11.1}/docs/strict_mode.rst +0 -0
- {python_semantic_release-9.11.0 → python_semantic_release-9.11.1}/docs/troubleshooting.rst +0 -0
- {python_semantic_release-9.11.0 → python_semantic_release-9.11.1}/python_semantic_release.egg-info/SOURCES.txt +0 -0
- {python_semantic_release-9.11.0 → python_semantic_release-9.11.1}/python_semantic_release.egg-info/dependency_links.txt +0 -0
- {python_semantic_release-9.11.0 → python_semantic_release-9.11.1}/python_semantic_release.egg-info/entry_points.txt +0 -0
- {python_semantic_release-9.11.0 → python_semantic_release-9.11.1}/python_semantic_release.egg-info/requires.txt +0 -0
- {python_semantic_release-9.11.0 → python_semantic_release-9.11.1}/python_semantic_release.egg-info/top_level.txt +0 -0
- {python_semantic_release-9.11.0 → python_semantic_release-9.11.1}/semantic_release/__main__.py +0 -0
- {python_semantic_release-9.11.0 → python_semantic_release-9.11.1}/semantic_release/changelog/__init__.py +0 -0
- {python_semantic_release-9.11.0 → python_semantic_release-9.11.1}/semantic_release/changelog/context.py +0 -0
- {python_semantic_release-9.11.0 → python_semantic_release-9.11.1}/semantic_release/changelog/release_history.py +0 -0
- {python_semantic_release-9.11.0 → python_semantic_release-9.11.1}/semantic_release/cli/__init__.py +0 -0
- {python_semantic_release-9.11.0 → python_semantic_release-9.11.1}/semantic_release/cli/changelog_writer.py +0 -0
- {python_semantic_release-9.11.0 → python_semantic_release-9.11.1}/semantic_release/cli/cli_context.py +0 -0
- {python_semantic_release-9.11.0 → python_semantic_release-9.11.1}/semantic_release/cli/commands/__init__.py +0 -0
- {python_semantic_release-9.11.0 → python_semantic_release-9.11.1}/semantic_release/cli/commands/changelog.py +0 -0
- {python_semantic_release-9.11.0 → python_semantic_release-9.11.1}/semantic_release/cli/commands/generate_config.py +0 -0
- {python_semantic_release-9.11.0 → python_semantic_release-9.11.1}/semantic_release/cli/commands/main.py +0 -0
- {python_semantic_release-9.11.0 → python_semantic_release-9.11.1}/semantic_release/cli/commands/publish.py +0 -0
- {python_semantic_release-9.11.0 → python_semantic_release-9.11.1}/semantic_release/cli/commands/version.py +0 -0
- {python_semantic_release-9.11.0 → python_semantic_release-9.11.1}/semantic_release/cli/config.py +0 -0
- {python_semantic_release-9.11.0 → python_semantic_release-9.11.1}/semantic_release/cli/const.py +0 -0
- {python_semantic_release-9.11.0 → python_semantic_release-9.11.1}/semantic_release/cli/github_actions_output.py +0 -0
- {python_semantic_release-9.11.0 → python_semantic_release-9.11.1}/semantic_release/cli/masking_filter.py +0 -0
- {python_semantic_release-9.11.0 → python_semantic_release-9.11.1}/semantic_release/cli/util.py +0 -0
- {python_semantic_release-9.11.0 → python_semantic_release-9.11.1}/semantic_release/commit_parser/__init__.py +0 -0
- {python_semantic_release-9.11.0 → python_semantic_release-9.11.1}/semantic_release/commit_parser/_base.py +0 -0
- {python_semantic_release-9.11.0 → python_semantic_release-9.11.1}/semantic_release/commit_parser/angular.py +0 -0
- {python_semantic_release-9.11.0 → python_semantic_release-9.11.1}/semantic_release/commit_parser/emoji.py +0 -0
- {python_semantic_release-9.11.0 → python_semantic_release-9.11.1}/semantic_release/commit_parser/scipy.py +0 -0
- {python_semantic_release-9.11.0 → python_semantic_release-9.11.1}/semantic_release/commit_parser/tag.py +0 -0
- {python_semantic_release-9.11.0 → python_semantic_release-9.11.1}/semantic_release/commit_parser/token.py +0 -0
- {python_semantic_release-9.11.0 → python_semantic_release-9.11.1}/semantic_release/commit_parser/util.py +0 -0
- {python_semantic_release-9.11.0 → python_semantic_release-9.11.1}/semantic_release/const.py +0 -0
- {python_semantic_release-9.11.0 → python_semantic_release-9.11.1}/semantic_release/data/templates/angular/md/.changelog_header.md.j2 +0 -0
- {python_semantic_release-9.11.0 → python_semantic_release-9.11.1}/semantic_release/data/templates/angular/md/.changelog_init.md.j2 +0 -0
- {python_semantic_release-9.11.0 → python_semantic_release-9.11.1}/semantic_release/data/templates/angular/md/.changelog_update.md.j2 +0 -0
- {python_semantic_release-9.11.0 → python_semantic_release-9.11.1}/semantic_release/data/templates/angular/md/.changes.md.j2 +0 -0
- {python_semantic_release-9.11.0 → python_semantic_release-9.11.1}/semantic_release/data/templates/angular/md/.unreleased_changes.md.j2 +0 -0
- {python_semantic_release-9.11.0 → python_semantic_release-9.11.1}/semantic_release/data/templates/angular/md/.versioned_changes.md.j2 +0 -0
- {python_semantic_release-9.11.0 → python_semantic_release-9.11.1}/semantic_release/data/templates/angular/md/CHANGELOG.md.j2 +0 -0
- {python_semantic_release-9.11.0 → python_semantic_release-9.11.1}/semantic_release/data/templates/angular/release_notes.md.j2 +0 -0
- {python_semantic_release-9.11.0 → python_semantic_release-9.11.1}/semantic_release/data/templates/angular/rst/.changelog_header.rst.j2 +0 -0
- {python_semantic_release-9.11.0 → python_semantic_release-9.11.1}/semantic_release/data/templates/angular/rst/.changelog_init.rst.j2 +0 -0
- {python_semantic_release-9.11.0 → python_semantic_release-9.11.1}/semantic_release/data/templates/angular/rst/.changelog_update.rst.j2 +0 -0
- {python_semantic_release-9.11.0 → python_semantic_release-9.11.1}/semantic_release/data/templates/angular/rst/.changes.rst.j2 +0 -0
- {python_semantic_release-9.11.0 → python_semantic_release-9.11.1}/semantic_release/data/templates/angular/rst/.macros.rst.j2 +0 -0
- {python_semantic_release-9.11.0 → python_semantic_release-9.11.1}/semantic_release/data/templates/angular/rst/.unreleased_changes.rst.j2 +0 -0
- {python_semantic_release-9.11.0 → python_semantic_release-9.11.1}/semantic_release/data/templates/angular/rst/.versioned_changes.rst.j2 +0 -0
- {python_semantic_release-9.11.0 → python_semantic_release-9.11.1}/semantic_release/data/templates/angular/rst/CHANGELOG.rst.j2 +0 -0
- {python_semantic_release-9.11.0 → python_semantic_release-9.11.1}/semantic_release/enums.py +0 -0
- {python_semantic_release-9.11.0 → python_semantic_release-9.11.1}/semantic_release/errors.py +0 -0
- {python_semantic_release-9.11.0 → python_semantic_release-9.11.1}/semantic_release/gitproject.py +0 -0
- {python_semantic_release-9.11.0 → python_semantic_release-9.11.1}/semantic_release/helpers.py +0 -0
- {python_semantic_release-9.11.0 → python_semantic_release-9.11.1}/semantic_release/hvcs/__init__.py +0 -0
- {python_semantic_release-9.11.0 → python_semantic_release-9.11.1}/semantic_release/hvcs/_base.py +0 -0
- {python_semantic_release-9.11.0 → python_semantic_release-9.11.1}/semantic_release/hvcs/bitbucket.py +0 -0
- {python_semantic_release-9.11.0 → python_semantic_release-9.11.1}/semantic_release/hvcs/gitea.py +0 -0
- {python_semantic_release-9.11.0 → python_semantic_release-9.11.1}/semantic_release/hvcs/github.py +0 -0
- {python_semantic_release-9.11.0 → python_semantic_release-9.11.1}/semantic_release/hvcs/gitlab.py +0 -0
- {python_semantic_release-9.11.0 → python_semantic_release-9.11.1}/semantic_release/hvcs/remote_hvcs_base.py +0 -0
- {python_semantic_release-9.11.0 → python_semantic_release-9.11.1}/semantic_release/hvcs/token_auth.py +0 -0
- {python_semantic_release-9.11.0 → python_semantic_release-9.11.1}/semantic_release/hvcs/util.py +0 -0
- {python_semantic_release-9.11.0 → python_semantic_release-9.11.1}/semantic_release/version/__init__.py +0 -0
- {python_semantic_release-9.11.0 → python_semantic_release-9.11.1}/semantic_release/version/algorithm.py +0 -0
- {python_semantic_release-9.11.0 → python_semantic_release-9.11.1}/semantic_release/version/declaration.py +0 -0
- {python_semantic_release-9.11.0 → python_semantic_release-9.11.1}/semantic_release/version/translator.py +0 -0
- {python_semantic_release-9.11.0 → python_semantic_release-9.11.1}/semantic_release/version/version.py +0 -0
- {python_semantic_release-9.11.0 → python_semantic_release-9.11.1}/setup.cfg +0 -0
- {python_semantic_release-9.11.0 → python_semantic_release-9.11.1}/tests/__init__.py +0 -0
- {python_semantic_release-9.11.0 → python_semantic_release-9.11.1}/tests/command_line/__init__.py +0 -0
- {python_semantic_release-9.11.0 → python_semantic_release-9.11.1}/tests/command_line/conftest.py +0 -0
- {python_semantic_release-9.11.0 → python_semantic_release-9.11.1}/tests/command_line/test_changelog.py +0 -0
- {python_semantic_release-9.11.0 → python_semantic_release-9.11.1}/tests/command_line/test_generate_config.py +0 -0
- {python_semantic_release-9.11.0 → python_semantic_release-9.11.1}/tests/command_line/test_help.py +0 -0
- {python_semantic_release-9.11.0 → python_semantic_release-9.11.1}/tests/command_line/test_main.py +0 -0
- {python_semantic_release-9.11.0 → python_semantic_release-9.11.1}/tests/command_line/test_publish.py +0 -0
- {python_semantic_release-9.11.0 → python_semantic_release-9.11.1}/tests/command_line/test_version.py +0 -0
- {python_semantic_release-9.11.0 → python_semantic_release-9.11.1}/tests/conftest.py +0 -0
- {python_semantic_release-9.11.0 → python_semantic_release-9.11.1}/tests/const.py +0 -0
- {python_semantic_release-9.11.0 → python_semantic_release-9.11.1}/tests/fixtures/__init__.py +0 -0
- {python_semantic_release-9.11.0 → python_semantic_release-9.11.1}/tests/fixtures/commit_parsers.py +0 -0
- {python_semantic_release-9.11.0 → python_semantic_release-9.11.1}/tests/fixtures/example_project.py +0 -0
- {python_semantic_release-9.11.0 → python_semantic_release-9.11.1}/tests/fixtures/git_repo.py +0 -0
- {python_semantic_release-9.11.0 → python_semantic_release-9.11.1}/tests/fixtures/repos/__init__.py +0 -0
- {python_semantic_release-9.11.0 → python_semantic_release-9.11.1}/tests/fixtures/repos/git_flow/__init__.py +0 -0
- {python_semantic_release-9.11.0 → python_semantic_release-9.11.1}/tests/fixtures/repos/git_flow/repo_w_2_release_channels.py +0 -0
- {python_semantic_release-9.11.0 → python_semantic_release-9.11.1}/tests/fixtures/repos/git_flow/repo_w_3_release_channels.py +0 -0
- {python_semantic_release-9.11.0 → python_semantic_release-9.11.1}/tests/fixtures/repos/github_flow/__init__.py +0 -0
- {python_semantic_release-9.11.0 → python_semantic_release-9.11.1}/tests/fixtures/repos/github_flow/repo_w_release_channels.py +0 -0
- {python_semantic_release-9.11.0 → python_semantic_release-9.11.1}/tests/fixtures/repos/trunk_based_dev/__init__.py +0 -0
- {python_semantic_release-9.11.0 → python_semantic_release-9.11.1}/tests/fixtures/repos/trunk_based_dev/repo_w_no_tags.py +0 -0
- {python_semantic_release-9.11.0 → python_semantic_release-9.11.1}/tests/fixtures/repos/trunk_based_dev/repo_w_prereleases.py +0 -0
- {python_semantic_release-9.11.0 → python_semantic_release-9.11.1}/tests/fixtures/repos/trunk_based_dev/repo_w_tags.py +0 -0
- {python_semantic_release-9.11.0 → python_semantic_release-9.11.1}/tests/fixtures/scipy.py +0 -0
- {python_semantic_release-9.11.0 → python_semantic_release-9.11.1}/tests/scenario/__init__.py +0 -0
- {python_semantic_release-9.11.0 → python_semantic_release-9.11.1}/tests/scenario/test_next_version.py +0 -0
- {python_semantic_release-9.11.0 → python_semantic_release-9.11.1}/tests/scenario/test_release_history.py +0 -0
- {python_semantic_release-9.11.0 → python_semantic_release-9.11.1}/tests/scenario/test_template_render.py +0 -0
- {python_semantic_release-9.11.0 → python_semantic_release-9.11.1}/tests/scenario/test_version_stamp.py +0 -0
- {python_semantic_release-9.11.0 → python_semantic_release-9.11.1}/tests/unit/__init__.py +0 -0
- {python_semantic_release-9.11.0 → python_semantic_release-9.11.1}/tests/unit/semantic_release/__init__.py +0 -0
- {python_semantic_release-9.11.0 → python_semantic_release-9.11.1}/tests/unit/semantic_release/changelog/__init__.py +0 -0
- {python_semantic_release-9.11.0 → python_semantic_release-9.11.1}/tests/unit/semantic_release/changelog/test_changelog_context.py +0 -0
- {python_semantic_release-9.11.0 → python_semantic_release-9.11.1}/tests/unit/semantic_release/changelog/test_default_changelog.py +0 -0
- {python_semantic_release-9.11.0 → python_semantic_release-9.11.1}/tests/unit/semantic_release/changelog/test_release_notes.py +0 -0
- {python_semantic_release-9.11.0 → python_semantic_release-9.11.1}/tests/unit/semantic_release/changelog/test_template.py +0 -0
- {python_semantic_release-9.11.0 → python_semantic_release-9.11.1}/tests/unit/semantic_release/cli/__init__.py +0 -0
- {python_semantic_release-9.11.0 → python_semantic_release-9.11.1}/tests/unit/semantic_release/cli/test_config.py +0 -0
- {python_semantic_release-9.11.0 → python_semantic_release-9.11.1}/tests/unit/semantic_release/cli/test_github_actions_output.py +0 -0
- {python_semantic_release-9.11.0 → python_semantic_release-9.11.1}/tests/unit/semantic_release/cli/test_masking_filter.py +0 -0
- {python_semantic_release-9.11.0 → python_semantic_release-9.11.1}/tests/unit/semantic_release/cli/test_util.py +0 -0
- {python_semantic_release-9.11.0 → python_semantic_release-9.11.1}/tests/unit/semantic_release/cli/test_version.py +0 -0
- {python_semantic_release-9.11.0 → python_semantic_release-9.11.1}/tests/unit/semantic_release/commit_parser/__init__.py +0 -0
- {python_semantic_release-9.11.0 → python_semantic_release-9.11.1}/tests/unit/semantic_release/commit_parser/test_angular.py +0 -0
- {python_semantic_release-9.11.0 → python_semantic_release-9.11.1}/tests/unit/semantic_release/commit_parser/test_emoji.py +0 -0
- {python_semantic_release-9.11.0 → python_semantic_release-9.11.1}/tests/unit/semantic_release/commit_parser/test_parsed_commit.py +0 -0
- {python_semantic_release-9.11.0 → python_semantic_release-9.11.1}/tests/unit/semantic_release/commit_parser/test_scipy.py +0 -0
- {python_semantic_release-9.11.0 → python_semantic_release-9.11.1}/tests/unit/semantic_release/commit_parser/test_tag.py +0 -0
- {python_semantic_release-9.11.0 → python_semantic_release-9.11.1}/tests/unit/semantic_release/commit_parser/test_util.py +0 -0
- {python_semantic_release-9.11.0 → python_semantic_release-9.11.1}/tests/unit/semantic_release/hvcs/__init__.py +0 -0
- {python_semantic_release-9.11.0 → python_semantic_release-9.11.1}/tests/unit/semantic_release/hvcs/test__base.py +0 -0
- {python_semantic_release-9.11.0 → python_semantic_release-9.11.1}/tests/unit/semantic_release/hvcs/test_bitbucket.py +0 -0
- {python_semantic_release-9.11.0 → python_semantic_release-9.11.1}/tests/unit/semantic_release/hvcs/test_gitea.py +0 -0
- {python_semantic_release-9.11.0 → python_semantic_release-9.11.1}/tests/unit/semantic_release/hvcs/test_github.py +0 -0
- {python_semantic_release-9.11.0 → python_semantic_release-9.11.1}/tests/unit/semantic_release/hvcs/test_gitlab.py +0 -0
- {python_semantic_release-9.11.0 → python_semantic_release-9.11.1}/tests/unit/semantic_release/hvcs/test_token_auth.py +0 -0
- {python_semantic_release-9.11.0 → python_semantic_release-9.11.1}/tests/unit/semantic_release/hvcs/test_util.py +0 -0
- {python_semantic_release-9.11.0 → python_semantic_release-9.11.1}/tests/unit/semantic_release/test_helpers.py +0 -0
- {python_semantic_release-9.11.0 → python_semantic_release-9.11.1}/tests/unit/semantic_release/version/__init__.py +0 -0
- {python_semantic_release-9.11.0 → python_semantic_release-9.11.1}/tests/unit/semantic_release/version/test_algorithm.py +0 -0
- {python_semantic_release-9.11.0 → python_semantic_release-9.11.1}/tests/unit/semantic_release/version/test_declaration.py +0 -0
- {python_semantic_release-9.11.0 → python_semantic_release-9.11.1}/tests/unit/semantic_release/version/test_translator.py +0 -0
- {python_semantic_release-9.11.0 → python_semantic_release-9.11.1}/tests/unit/semantic_release/version/test_version.py +0 -0
- {python_semantic_release-9.11.0 → python_semantic_release-9.11.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.11.
|
|
340
|
+
- uses: python-semantic-release/python-semantic-release@v9.11.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.11.
|
|
687
|
+
uses: python-semantic-release/python-semantic-release@v9.11.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.11.
|
|
747
|
+
uses: python-semantic-release/python-semantic-release@v9.11.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.11.
|
|
775
|
+
uses: python-semantic-release/python-semantic-release@v9.11.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.11.
|
|
781
|
+
uses: python-semantic-release/python-semantic-release@v9.11.1
|
|
782
782
|
with:
|
|
783
783
|
directory: ./project2
|
|
784
784
|
github_token: ${{ secrets.GITHUB_TOKEN }}
|
|
@@ -92,7 +92,6 @@ class ComplexDirectorySandboxedEnvironment(SandboxedEnvironment):
|
|
|
92
92
|
return str(PurePosixPath(parent).parent / template)
|
|
93
93
|
|
|
94
94
|
|
|
95
|
-
# pylint: disable=redefined-outer-name
|
|
96
95
|
def recursive_render(
|
|
97
96
|
template_dir: Path,
|
|
98
97
|
environment: Environment,
|
|
@@ -103,13 +102,8 @@ def recursive_render(
|
|
|
103
102
|
(Path(root), file)
|
|
104
103
|
for root, _, files in os.walk(template_dir)
|
|
105
104
|
for file in files
|
|
106
|
-
# we slice relpath.parts[1:] to allow the top-level
|
|
107
|
-
# template folder to have a dot prefix.
|
|
108
|
-
# e.g. to permit ".github/psr-templates" to contain the templates,
|
|
109
|
-
# rather than enforcing a top-level, non-hidden directory
|
|
110
105
|
if not any(
|
|
111
|
-
elem.startswith(".")
|
|
112
|
-
for elem in Path(root).relative_to(template_dir).parts[1:]
|
|
106
|
+
elem.startswith(".") for elem in Path(root).relative_to(template_dir).parts
|
|
113
107
|
)
|
|
114
108
|
and not file.startswith(".")
|
|
115
109
|
):
|
|
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.11.0 → python_semantic_release-9.11.1}/docs/automatic-releases/index.rst
RENAMED
|
File without changes
|
{python_semantic_release-9.11.0 → python_semantic_release-9.11.1}/docs/automatic-releases/travis.rst
RENAMED
|
File without changes
|
{python_semantic_release-9.11.0 → python_semantic_release-9.11.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.11.0 → python_semantic_release-9.11.1}/docs/migrating_from_v7.rst
RENAMED
|
File without changes
|
{python_semantic_release-9.11.0 → python_semantic_release-9.11.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
|
{python_semantic_release-9.11.0 → python_semantic_release-9.11.1}/semantic_release/__main__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{python_semantic_release-9.11.0 → python_semantic_release-9.11.1}/semantic_release/cli/__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
|
{python_semantic_release-9.11.0 → python_semantic_release-9.11.1}/semantic_release/cli/config.py
RENAMED
|
File without changes
|
{python_semantic_release-9.11.0 → python_semantic_release-9.11.1}/semantic_release/cli/const.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{python_semantic_release-9.11.0 → python_semantic_release-9.11.1}/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
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
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.11.0 → python_semantic_release-9.11.1}/semantic_release/errors.py
RENAMED
|
File without changes
|
{python_semantic_release-9.11.0 → python_semantic_release-9.11.1}/semantic_release/gitproject.py
RENAMED
|
File without changes
|
{python_semantic_release-9.11.0 → python_semantic_release-9.11.1}/semantic_release/helpers.py
RENAMED
|
File without changes
|
{python_semantic_release-9.11.0 → python_semantic_release-9.11.1}/semantic_release/hvcs/__init__.py
RENAMED
|
File without changes
|
{python_semantic_release-9.11.0 → python_semantic_release-9.11.1}/semantic_release/hvcs/_base.py
RENAMED
|
File without changes
|
{python_semantic_release-9.11.0 → python_semantic_release-9.11.1}/semantic_release/hvcs/bitbucket.py
RENAMED
|
File without changes
|
{python_semantic_release-9.11.0 → python_semantic_release-9.11.1}/semantic_release/hvcs/gitea.py
RENAMED
|
File without changes
|
{python_semantic_release-9.11.0 → python_semantic_release-9.11.1}/semantic_release/hvcs/github.py
RENAMED
|
File without changes
|
{python_semantic_release-9.11.0 → python_semantic_release-9.11.1}/semantic_release/hvcs/gitlab.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{python_semantic_release-9.11.0 → python_semantic_release-9.11.1}/semantic_release/hvcs/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
|
{python_semantic_release-9.11.0 → python_semantic_release-9.11.1}/tests/command_line/__init__.py
RENAMED
|
File without changes
|
{python_semantic_release-9.11.0 → python_semantic_release-9.11.1}/tests/command_line/conftest.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{python_semantic_release-9.11.0 → python_semantic_release-9.11.1}/tests/command_line/test_help.py
RENAMED
|
File without changes
|
{python_semantic_release-9.11.0 → python_semantic_release-9.11.1}/tests/command_line/test_main.py
RENAMED
|
File without changes
|
{python_semantic_release-9.11.0 → python_semantic_release-9.11.1}/tests/command_line/test_publish.py
RENAMED
|
File without changes
|
{python_semantic_release-9.11.0 → python_semantic_release-9.11.1}/tests/command_line/test_version.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{python_semantic_release-9.11.0 → python_semantic_release-9.11.1}/tests/fixtures/__init__.py
RENAMED
|
File without changes
|
{python_semantic_release-9.11.0 → python_semantic_release-9.11.1}/tests/fixtures/commit_parsers.py
RENAMED
|
File without changes
|
{python_semantic_release-9.11.0 → python_semantic_release-9.11.1}/tests/fixtures/example_project.py
RENAMED
|
File without changes
|
{python_semantic_release-9.11.0 → python_semantic_release-9.11.1}/tests/fixtures/git_repo.py
RENAMED
|
File without changes
|
{python_semantic_release-9.11.0 → python_semantic_release-9.11.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
|
{python_semantic_release-9.11.0 → python_semantic_release-9.11.1}/tests/scenario/__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
|