Closed renovate[bot] closed 2 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 100.00%. Comparing base (
a9e9453
) to head (db9b443
). Report is 1 commits behind head on main.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
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 |
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 |
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 |
This PR contains the following updates:
v9.8.8
->v9.8.9
v9.8.8
->v9.8.9
Release Notes
python-semantic-release/python-semantic-release (python-semantic-release/python-semantic-release)
### [`v9.8.9`](https://redirect.github.com/python-semantic-release/python-semantic-release/blob/HEAD/CHANGELOG.md#v989-2024-09-27) [Compare Source](https://redirect.github.com/python-semantic-release/python-semantic-release/compare/v9.8.8...v9.8.9) ##### Documentation - docs: update docstrings to resolve sphinx failures ([#1030](https://redirect.github.com/python-semantic-release/python-semantic-release/issues/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](https://redirect.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](https://redirect.github.com/python-semantic-release/python-semantic-release/issues/1029) ([`d84efc7`](https://redirect.github.com/python-semantic-release/python-semantic-release/commit/d84efc7719a8679e6979d513d1c8c60904af7384)) ##### Fix - fix(version-cmd): improve `version_variables` flexibility w/ quotes (ie. json, yaml, etc) ([#1028](https://redirect.github.com/python-semantic-release/python-semantic-release/issues/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](https://redirect.github.com/python-semantic-release/python-semantic-release/issues/601), [#706](https://redirect.github.com/python-semantic-release/python-semantic-release/issues/706), [#962](https://redirect.github.com/python-semantic-release/python-semantic-release/issues/962), [#1026](https://redirect.github.com/python-semantic-release/python-semantic-release/issues/1026) - docs(configuration): add clarity to `version_variables` usage & limitations Ref: [#941](https://redirect.github.com/python-semantic-release/python-semantic-release/issues/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`](https://redirect.github.com/python-semantic-release/python-semantic-release/commit/156915c7d759098f65cf9de7c4e980b40b38d5f1))python-semantic-release/upload-to-gh-release (python-semantic-release/upload-to-gh-release)
### [`v9.8.9`](https://redirect.github.com/python-semantic-release/upload-to-gh-release/releases/tag/v9.8.9) [Compare Source](https://redirect.github.com/python-semantic-release/upload-to-gh-release/compare/v9.8.8...v9.8.9) ### v9.8.9 (2024-09-27) #### Build - build(deps): bump python-semantic-release from 9.8.8 to 9.8.9 ([#26](https://redirect.github.com/python-semantic-release/upload-to-gh-release/issues/26)) ([`cc9febc`](https://redirect.github.com/python-semantic-release/upload-to-gh-release/commit/cc9febc48a6eb3579d28af77e31605ca4cc70a4d))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.
This PR was generated by Mend Renovate. View the repository job log.