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

chore(deps): update dependency python-semantic-release to v9.15.2 #235

Merged
merged 1 commit into from
Dec 16, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 16, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
python-semantic-release (changelog) 9.15.1 -> 9.15.2 age adoption passing confidence

Release Notes

python-semantic-release/python-semantic-release (python-semantic-release)

v9.15.2

Compare Source

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

  • test(fixtures): fix gitflow repo that included an invalid build metadata string

  • test(fixtures): fix major_on_zero setting in repos to match expected behavior

  • test(cmd-version): add test cases to run an example repo rebuild w/ psr

  • test(cmd-version): enable git flow repo rebuild w/ psr test cases

  • fix(cmd-version): handle multiple prerelease token variants properly

In the case where there are alpha and beta releases, we must only consider the previous beta release
even if alpha releases exist due to merging into beta release only branches which have no changes
considerable changes from alphas but must be marked otherwise.

Resolves: #​789

  • fix(cmd-version): fix version determination algorithm to capture commits across merged branches

  • perf(cmd-version): refactor version determination algorithm for accuracy & speed

  • test(algorithm): refactor test to match new function signature

  • style(algorithm): drop unused functions & imports

  • test(algorithm): adapt test case for new DFS commit traversal implementation

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

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

Resolves: #​1123

  • test(cmd-generate-config): added noop version execution to validate config at runtime

ref: #​1123


Configuration

📅 Schedule: Branch creation - "* 0-4,22-23 * * 1-5,* * * * 0,6" (UTC), 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.


  • If you want to rebase/retry this PR, check this box

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

@renovate renovate bot requested a review from billsioros as a code owner December 16, 2024 23:01
@renovate renovate bot added the 🎲 dependencies Working on dependencies label Dec 16, 2024
@github-actions github-actions bot merged commit 434e859 into master Dec 16, 2024
18 of 19 checks passed
@github-actions github-actions bot deleted the renovate/python-semantic-release-9.x branch December 16, 2024 23:03
Copy link

codecov bot commented Dec 16, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 65.40%. Comparing base (f083254) to head (3389c0e).
Report is 167 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #235   +/-   ##
=======================================
  Coverage   65.40%   65.40%           
=======================================
  Files           2        2           
  Lines         237      237           
  Branches       54       54           
=======================================
  Hits          155      155           
  Misses         72       72           
  Partials       10       10           

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🎲 dependencies Working on dependencies
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants