browniebroke / django-codemod

A tool to automatically fix Django deprecations.
https://django-codemod.readthedocs.io
MIT License
181 stars 17 forks source link

chore(deps): update python-semantic-release/python-semantic-release action to v9.11.0 #1184

Closed renovate[bot] closed 1 month ago

renovate[bot] commented 1 month ago

This PR contains the following updates:

Package Type Update Change
python-semantic-release/python-semantic-release action minor v9.10.1 -> v9.11.0

Release Notes

python-semantic-release/python-semantic-release (python-semantic-release/python-semantic-release) ### [`v9.11.0`](https://redirect.github.com/python-semantic-release/python-semantic-release/blob/HEAD/CHANGELOG.md#v9110-2024-10-12) [Compare Source](https://redirect.github.com/python-semantic-release/python-semantic-release/compare/v9.10.1...v9.11.0) ##### Features - feat(changelog): add default changelog template in reStructuredText format ([#​1055](https://redirect.github.com/python-semantic-release/python-semantic-release/issues/1055)) - test(fixtures): update repo generation to create rst & md changelogs - test(release-history): refactor fragile test to utilize repo fixture definitions - test(changelog-cmd): update tests to evaluate rst changelog generation & updates - test(version-cmd): update tests to evaluate rst changelog generation & updates - test(version-cmd): update test code to match new commit definition functions - test(config): add test to validate `insertion_flag` default determination - feat(changelog): add `convert_md_to_rst` filter to changelog environment - feat(changelog): add default changelog in re-structured text format This change adds the templates to create an equivalent CHANGELOG.RST file in angular changelog style. It can be enabled via the `output_format` configuration setting. Resolves: [#​399](https://redirect.github.com/python-semantic-release/python-semantic-release/issues/399) - feat(config): enable target changelog filename to trigger RST output format Resolves: [#​399](https://redirect.github.com/python-semantic-release/python-semantic-release/issues/399) - feat(config): enable default `changelog.insertion_flag` based on output format - refactor(config): move `changelog_file` setting under `changelog.default_templates` This change adds a secondary `changelog_file` setting under the default_templates section while deprecating the top level one. Since this is not intended to be a breaking change we provided a warning message and compatibility code to pass along the current `changelog_file` value to the new setting location while giving the user a notification to update before the next version. - fix(changelog): correct spacing for default markdown template during updates - docs(configuration): update details of `insertion_flag`'s dynamic defaults with rst - docs(configuration): update `output_format` description for reStructuredText support - docs(configuration): update `changelog_file` with deprecation notice of setting relocation - docs(changelog): clarify the `convert_md_to_rst` filter added to the template environment - docs(changelog): increase detail about configuration options of default changelog creation ([`c2e8831`](https://redirect.github.com/python-semantic-release/python-semantic-release/commit/c2e883104d3c11e56f229638e988d8b571f86e34))

Configuration

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

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

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



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

sourcery-ai[bot] commented 1 month ago

Reviewer's Guide by Sourcery

This pull request updates the python-semantic-release/python-semantic-release action from version v9.10.1 to v9.11.0 in the CI workflow. The update is a minor version bump, introducing new features and improvements to the changelog generation process, particularly adding support for reStructuredText format.

No diagrams generated as the changes look simple and do not need a visual representation.

File-Level Changes

Change Details Files
Update python-semantic-release action version
  • Change version from v9.10.1 to v9.11.0 for both test release and actual release steps
.github/workflows/ci.yml

Possibly linked issues


Tips and commands #### Interacting with Sourcery - **Trigger a new review:** Comment `@sourcery-ai review` on the pull request. - **Continue discussions:** Reply directly to Sourcery's review comments. - **Generate a GitHub issue from a review comment:** Ask Sourcery to create an issue from a review comment by replying to it. - **Generate a pull request title:** Write `@sourcery-ai` anywhere in the pull request title to generate a title at any time. - **Generate a pull request summary:** Write `@sourcery-ai summary` anywhere in the pull request body to generate a PR summary at any time. You can also use this command to specify where the summary should be inserted. #### Customizing Your Experience Access your [dashboard](https://app.sourcery.ai) to: - Enable or disable review features such as the Sourcery-generated pull request summary, the reviewer's guide, and others. - Change the review language. - Add, remove or edit custom review instructions. - Adjust other review settings. #### Getting Help - [Contact our support team](mailto:support@sourcery.ai) for questions or feedback. - Visit our [documentation](https://docs.sourcery.ai) for detailed guides and information. - Keep in touch with the Sourcery team by following us on [X/Twitter](https://x.com/SourceryAI), [LinkedIn](https://www.linkedin.com/company/sourcery-ai/) or [GitHub](https://github.com/sourcery-ai).
codecov[bot] commented 1 month ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 98.72%. Comparing base (508071e) to head (2fa14ba). Report is 1 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #1184 +/- ## ======================================= Coverage 98.72% 98.72% ======================================= Files 30 30 Lines 1021 1021 Branches 166 166 ======================================= Hits 1008 1008 Partials 13 13 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.