Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(gh-actions-deps): update python-semantic-release dependencies to v9.8.9 in all dependant reusable workflows (patch) #131

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 2, 2024

This PR contains the following updates:

Package Type Update Change
python-semantic-release/python-semantic-release action patch v9.8.8 -> v9.8.9
python-semantic-release/upload-to-gh-release action patch v9.8.8 -> v9.8.9

Release Notes

python-semantic-release/python-semantic-release (python-semantic-release/python-semantic-release)

v9.8.9

Compare Source

Documentation
  • docs: update docstrings to resolve sphinx failures (#​1030)

set ignore-module-all for autodoc_default_options to resolve some
Sphinx errors about duplicate / ambiguous references
https://github.com/sphinx-doc/sphinx/issues/4961#issuecomment-1543858623

Standardize some non-standard (Google-ish) docstrings to Sphinx
format, to avoid ruff and Sphinx arguing about underline length.

Fix indents and other minor whitespace / formatting changes.

Fixes #​1029 (d84efc7)

Fix
  • fix(version-cmd): improve version_variables flexibility w/ quotes (ie. json, yaml, etc) (#​1028)

  • fix(version-cmd): increase version_variable flexibility with quotations (ie. json, yaml, etc)

    Previously json would not work due to the key being wrapped in quotes, yaml also has issues
    when it does not usually use quotes. The regex we created originally only wrapped the version
    to be replaced in quotes but now both the key and version can optionally be wrapped in
    different kind of quotations.

    Resolves: #​601, #​706, #​962, #​1026

  • docs(configuration): add clarity to version_variables usage & limitations

    Ref: #​941

  • fix(version-cmd): ensure version_variables do not match partial variable names

  • build(deps-test): add PyYAML as a test dependency

  • test(fixtures): refactor location of fixture for global use of cli runner

  • test(stamp-version): add test cases to stamp json, python, & yaml files (156915c)

python-semantic-release/upload-to-gh-release (python-semantic-release/upload-to-gh-release)

v9.8.9

Compare Source

v9.8.9 (2024-09-27)

Build

  • build(deps): bump python-semantic-release from 9.8.8 to 9.8.9 (#​26) (cc9febc)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot requested a review from a team as a code owner October 2, 2024 09:32
Copy link

codecov bot commented Oct 2, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 100.00%. Comparing base (a9e9453) to head (db9b443).
Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff            @@
##              main      #131   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            4         4           
  Lines          211       211           
  Branches        40        40           
=========================================
  Hits           211       211           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

nfelt14
nfelt14 previously approved these changes Oct 2, 2024
@nfelt14 nfelt14 enabled auto-merge (squash) October 2, 2024 14:07
@renovate renovate bot force-pushed the renovate/gh-actions-deps/patch-python-semantic-release-dependencies branch from 7a47ecd to ada32c8 Compare October 2, 2024 23:00
@renovate renovate bot changed the title chore(gh-actions-deps): update python-semantic-release/python-semantic-release action to v9.8.9 in all dependant reusable workflows chore(gh-actions-deps): update python-semantic-release dependencies to v9.8.9 in all dependant reusable workflows (patch) Oct 2, 2024
…o v9.8.9 in all dependant reusable workflows
@renovate renovate bot force-pushed the renovate/gh-actions-deps/patch-python-semantic-release-dependencies branch from ada32c8 to db9b443 Compare October 3, 2024 14:09
@nfelt14 nfelt14 merged commit fe0d2bf into main Oct 3, 2024
40 checks passed
@nfelt14 nfelt14 deleted the renovate/gh-actions-deps/patch-python-semantic-release-dependencies branch October 3, 2024 14:25
Copy link

github-actions bot commented Oct 3, 2024

Test Results (windows)

path passed subtotal
tests\test_bump_version_in_files.py 5 5
tests\test_create_unique_testpypi_version.py 7 7
tests\test_find_unreleased_changelog_items.py 6 6
tests\test_update_development_dependencies.py 13 13
TOTAL 31 31

Link to workflow run

Copy link

github-actions bot commented Oct 3, 2024

Test Results (macos)

path passed subtotal
tests/test_bump_version_in_files.py 5 5
tests/test_create_unique_testpypi_version.py 7 7
tests/test_find_unreleased_changelog_items.py 6 6
tests/test_update_development_dependencies.py 13 13
TOTAL 31 31

Link to workflow run

Copy link

github-actions bot commented Oct 3, 2024

Test Results (ubuntu)

path passed subtotal
tests/test_bump_version_in_files.py 5 5
tests/test_create_unique_testpypi_version.py 7 7
tests/test_find_unreleased_changelog_items.py 6 6
tests/test_update_development_dependencies.py 13 13
TOTAL 31 31

Link to workflow run

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant