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

ci(deps): bump python-semantic-release/python-semantic-release from 9.15.1 to 9.15.2 in the github-actions group #28

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 23, 2024

Bumps the github-actions group with 1 update: python-semantic-release/python-semantic-release.

Updates python-semantic-release/python-semantic-release from 9.15.1 to 9.15.2

Release notes

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

v9.15.2 (2024-12-16)

Bug Fixes

  • changelog: Ensures user rendered files are trimmed to end with a single newline (#1118, 6dfbbb0)

  • cli: Add error message of how to gather full error output (#1116, ba85532)

  • cmd-version: Enable maintenance prereleases (#864, b88108e)

  • cmd-version: Fix handling of multiple prerelease token variants & git flow merges (#1120, 8784b9a)

  • cmd-version: Fix version determination algorithm to capture commits across merged branches (#1120, 8784b9a)

  • cmd-version: Forces tag timestamp to be same time as release commit (#1117, 7898b11)

  • cmd-version: Handle multiple prerelease token variants properly (#1120, 8784b9a)

  • config: Ensure default config loads on network mounted windows environments (#1124, a64cbc9)

  • version: Remove some excessive log msgs from debug to silly level (#1120, 8784b9a)

  • version-bump: Increment based on current commit's history only (#864, b88108e)

Performance Improvements

  • cmd-version: Refactor version determination algorithm for accuracy & speed (#1120, 8784b9a)

Resolved Issues

  • #789: Fix: Version determination of 4 branch GitFlow repo
  • #861: Releasing a prerelease patch of a maintenance version
  • #1123: Default configuration fails with changelog error on windows with network mounted directory path

Detailed Changes: v9.15.1...v9.15.2

Changelog

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

v9.15.2 (2024-12-16)

Bug Fixes

  • changelog: Ensures user rendered files are trimmed to end with a single newline (#1118, 6dfbbb0)

  • cli: Add error message of how to gather full error output (#1116, ba85532)

  • cmd-version: Enable maintenance prereleases (#864, b88108e)

  • test(fixtures): improve changelog generator to filter by max version

  • test(fixtures): add repo fixture of a trunk only repo w/ dual version support

  • test(fixtures): add repo fixture of a trunk only repo w/ dual version support & prereleases

  • test(cmd-version): add rebuild repo tests for new dual version support repos

  • test(version-determination): adjust unit tests of increment_version logic

This clarifies repeated function calls and pytest parameter names included the unclear assert diff. Adds additional tests to check bad states for failures and refactored to match new function signature.

  • fix(version-bump): increment based on current commit's history only

Refactor duplicate logging messages and flow to process out odd cases in a fail fast methodology. This removes the reliance on any last full release that is not within the history of the current branch.

Resolves: #861

  • cmd-version: Fix handling of multiple prerelease token variants & git flow merges (#1120, 8784b9a)
  • refactor: define a custom logging level of silly

  • fix(version): remove some excessive log msgs from debug to silly level

  • test(fixtures): refactor builder functions for version file updates

  • test(fixtures): adjust build command to handle versions w/ build metadata

... (truncated)

Commits
  • 7b3f716 9.15.2
  • a64cbc9 fix(config): ensure default config loads on network mounted windows environme...
  • 1346637 ci(deps): bump psr/publish-action & tj-actions/changed-files action versi...
  • b88108e fix(cmd-version): enable maintenance prereleases (#864)
  • ea10354 ci(pr-wkflow): add pipeline concurrency limit for branch updates of PRs
  • a72591c test(cmd-version): limit rebuild repos to only angular in non-comprehensive t...
  • 8784b9a fix(cmd-version): fix handling of multiple prerelease token variants & git fl...
  • 6dfbbb0 fix(changelog): ensures user rendered files are trimmed to end with a single ...
  • 7898b11 fix(cmd-version): forces tag timestamp to be same time as release commit (#1117)
  • ba85532 fix(cli): add error message of how to gather full error output (#1116)
  • See full diff 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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the github-actions group with 1 update: [python-semantic-release/python-semantic-release](https://github.com/python-semantic-release/python-semantic-release).


Updates `python-semantic-release/python-semantic-release` from 9.15.1 to 9.15.2
- [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.15.1...v9.15.2)

---
updated-dependencies:
- dependency-name: python-semantic-release/python-semantic-release
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: github-actions
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from Nicconike as a code owner December 23, 2024 03:14
@dependabot dependabot bot added dependabot Upgrades project dependencies by dependabot dependencies Project dependencies github_actions Pull requests that update GitHub Actions code labels Dec 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependabot Upgrades project dependencies by dependabot dependencies Project dependencies github_actions Pull requests that update GitHub Actions code
Projects
Status: Todo
Development

Successfully merging this pull request may close these issues.

0 participants