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

⬆️ Bump python-semantic-release/python-semantic-release from 9.5.0 to 9.6.0 #127

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 29, 2024

Bumps python-semantic-release/python-semantic-release from 9.5.0 to 9.6.0.

Release notes

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

v9.6.0 (2024-04-29)

Features

  • Changelog filters are specialized per vcs type (#890)

  • changelog: changelog filters are hvcs focused (76ed593)

  • changelog-context: add flag to jinja env for which hvcs is available (76ed593)

  • changelog-gitea: add issue url filter to changelog context (76ed593)

  • changelog-github: add issue url filter to changelog context (76ed593)

  • version-cmd: add --as-prerelease option to force the next version to be a prerelease (2acb5ac)

Fixes

  • Correct version --prerelease use & enable --as-prerelease (#647)

  • github: correct changelog filter for pull request urls (76ed593)

  • parser-custom: gracefully handle custom parser import errors (67f6038)

  • version-cmd: correct --prerelease use (2acb5ac)

Documentation

  • changelog-context: explain new hvcs specific context filters (76ed593)

  • commands: update version command options definition about prereleases (2acb5ac)

Resolved Issues

  • #639: semantic-release version --prerelease does not force a prerelease version bump
Changelog

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

v9.6.0 (2024-04-29)

Feature

  • feat: changelog filters are specialized per vcs type (#890)

  • test(github): sync pr url expectation with GitHub api documentation

  • fix(github): correct changelog filter for pull request urls

  • refactor(hvcs-base): change to an abstract class & simplify interface

  • refactor(remote-hvcs-base): extend the base abstract class with common remote base class

  • refactor(github): adapt to new abstract base class

  • refactor(gitea): adapt to new abstract base class

  • refactor(gitlab): adapt to new abstract base class

  • refactor(bitbucket): adapt to new abstract base class

  • refactor(cmds): prevent hvcs from executing if not remote hosted vcs

  • feat(changelog): changelog filters are hvcs focused

  • test(hvcs): add validation for issue_url generation

  • feat(changelog-github): add issue url filter to changelog context

  • feat(changelog-gitea): add issue url filter to changelog context

  • refactor(cmd-version): consolidate asset uploads with release creation

  • style: resolve ruff errors

  • feat(changelog-context): add flag to jinja env for which hvcs is available

  • test(changelog-context): demonstrate per hvcs filters upon render

  • docs(changelog-context): explain new hvcs specific context filters

  • refactor(config): adjust default token resolution w/ subclasses (76ed593)

Fix

  • fix(parser-custom): gracefully handle custom parser import errors (67f6038)

  • fix: correct version --prerelease use & enable --as-prerelease (#647)

... (truncated)

Commits
  • 02fa4d2 9.6.0
  • e535e00 style: beautify formatting
  • 67f6038 fix(parser-custom): gracefully handle custom parser import errors
  • f783b0e test(parser-custom): add custom parser import & initialize validation
  • 5f8b7a1 test(fixtures): add fixture for custom parser use
  • f683bc5 refactor(parser-base): maintain current compatibility w/ custom parsers
  • 41ce1cb style: beautify formatting
  • a805183 test(parser-scipy): refactor for decreased scipy testing duration
  • 99859c0 test(parser): adapt tests to new create commit fixture
  • 5485d45 test(parser-tag): adapt tests to updated fixtures & option initialization
  • 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.5.0 to 9.6.0.
- [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.md)
- [Commits](python-semantic-release/python-semantic-release@v9.5.0...v9.6.0)

---
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 added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Apr 29, 2024
Copy link

codecov bot commented Apr 29, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 96.15%. Comparing base (2dfcf7f) to head (aae9168).

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #127   +/-   ##
=======================================
  Coverage   96.15%   96.15%           
=======================================
  Files           5        5           
  Lines         156      156           
=======================================
  Hits          150      150           
  Misses          6        6           
Flag Coverage Δ
unittests 96.15% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

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

@yhino
Copy link
Owner

yhino commented Apr 29, 2024

@dependabot squash and merge

@dependabot dependabot bot merged commit fdbc311 into main Apr 29, 2024
11 checks passed
@dependabot dependabot bot deleted the dependabot/github_actions/python-semantic-release/python-semantic-release-9.6.0 branch April 29, 2024 05:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant