Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 8, 2025

Bumps python-semantic-release/python-semantic-release from 9.1.1 to 9.18.1.

Release notes

Sourced from python-semantic-release/python-semantic-release's releases.

v9.18.1 (2025-02-08)

This release is published under the MIT License.

🪲 Bug Fixes

  • config: Refactors default token resolution to prevent pre-mature insecure URL error (PR#1173, 37db258)

✅ Resolved Issues


Detailed Changes: v9.18.0...v9.18.1


Installable artifacts are available from:

v9.18.0 (2025-02-06)

This release is published under the MIT License.

✨ Features

  • Add create_release_url & format_w_official_vcs_name filters (PR#1161, f853cf0)

  • changelog: Add create_pypi_url filter to jinja template render context (PR#1160, 45d49c3)

  • changelog: Add additional release info to changeling from commit NOTICE's (PR#1166, 834ce32)

  • changelog-md: Add additional release info section to default markdown template (PR#1166, 834ce32)

  • changelog-rst: Add additional release info section to default ReStructuredText template (PR#1166, 834ce32)

  • commit-parser: Enable parsers to identify additional release notices from commit msgs (PR#1166, 834ce32)

  • parser-angular: Add a ignore_merge_commits option to discard parsing merge commits (PR#1164, 463e43b)

  • parser-angular: Add functionality to parse out NOTICE: prefixed statements in commits (PR#1166, 834ce32)

  • parser-emoji: Add a ignore_merge_commits option to discard parsing merge commits (PR#1164, 463e43b)

... (truncated)

Changelog

Sourced from python-semantic-release/python-semantic-release's changelog.

v9.18.1 (2025-02-08)

🪲 Bug Fixes

  • config: Refactors default token resolution to prevent pre-mature insecure URL error, closes [#1074](https://github.com/python-semantic-release/python-semantic-release/issues/1074), [#1169](https://github.com/python-semantic-release/python-semantic-release/issues/1169) (PR#1173, 37db258)

.. _#1074: python-semantic-release/python-semantic-release#1074 .. _#1169: python-semantic-release/python-semantic-release#1169 .. _37db258: python-semantic-release/python-semantic-release@37db258 .. _PR#1173: python-semantic-release/python-semantic-release#1173

.. _changelog-v9.18.0:

v9.18.0 (2025-02-06)

✨ Features

  • Add create_release_url & format_w_official_vcs_name filters (PR#1161, f853cf0)

  • changelog: Add create_pypi_url filter to jinja template render context (PR#1160, 45d49c3)

  • changelog: Add additional release info to changeling from commit NOTICE's (PR#1166, 834ce32)

  • changelog-md: Add additional release info section to default markdown template, closes [#223](https://github.com/python-semantic-release/python-semantic-release/issues/223)_ (PR#1166, 834ce32)

  • changelog-rst: Add additional release info section to default ReStructuredText template, closes [#223](https://github.com/python-semantic-release/python-semantic-release/issues/223)_ (PR#1166, 834ce32)

  • commit-parser: Enable parsers to identify additional release notices from commit msgs (PR#1166, 834ce32)

  • parser-angular: Add a ignore_merge_commits option to discard parsing merge commits (PR#1164, 463e43b)

  • parser-angular: Add functionality to parse out NOTICE: prefixed statements in commits, closes [#223](https://github.com/python-semantic-release/python-semantic-release/issues/223)_ (PR#1166, 834ce32)

  • parser-emoji: Add a ignore_merge_commits option to discard parsing merge commits (PR#1164, 463e43b)

  • parser-emoji: Add functionality to parse out NOTICE: prefixed statements in commits,

... (truncated)

Commits
  • f1e7f85 9.18.1
  • 37db258 fix(config): refactors default token resolution to prevent pre-mature insecur...
  • 7bc25d1 chore(release-notes): update template to order issue references numerically (...
  • 28b32a9 ci(deps): bump python-semantic-release & tj-actions/changed-files action ...
  • d33da26 9.18.0
  • bf9b284 Revert "9.18.0"
  • 433f4c9 9.18.0
  • 41172c1 feat(release-notes): add license information to default release notes templat...
  • cd14e92 docs(commit-parsing): document new release notice footer detection feature of...
  • ebb4c67 docs(changelog-templates): document special separate sections of commit descr...
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [python-semantic-release/python-semantic-release](https://github.com/python-semantic-release/python-semantic-release) from 9.1.1 to 9.18.1.
- [Release notes](https://github.com/python-semantic-release/python-semantic-release/releases)
- [Changelog](https://github.com/python-semantic-release/python-semantic-release/blob/master/CHANGELOG.rst)
- [Commits](python-semantic-release/python-semantic-release@v9.1.1...v9.18.1)

---
updated-dependencies:
- dependency-name: python-semantic-release/python-semantic-release
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot requested a review from a team as a code owner February 8, 2025 02:31
@dependabot dependabot bot added the dependencies topic: modify/update a dependency label Feb 8, 2025
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 15, 2025

Superseded by #849.

@dependabot dependabot bot closed this Feb 15, 2025
@dependabot dependabot bot deleted the dependabot/github_actions/python-semantic-release/python-semantic-release-9.18.1 branch February 15, 2025 02:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies topic: modify/update a dependency

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant