receptive_field_analysis_toolbox icon indicating copy to clipboard operation
receptive_field_analysis_toolbox copied to clipboard

Update relekang/python-semantic-release action to v7.34.6

Open renovate[bot] opened this issue 2 years ago • 1 comments

This PR contains the following updates:

Package Type Update Change
relekang/python-semantic-release action minor v7.32.0 -> v7.34.6

Release Notes

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

v7.34.6

Compare Source

Fix
  • fix: relax invoke dependency constraint (18ea200)

v7.34.5

Compare Source

Fix

v7.34.4

Compare Source

Fix
  • fix: docker build fails installing git (#​605)

git was installed from bullseye-backports, but base image is referencing latest python:3.10 since bookworm was recently released, this now points at bookworm and installing the backport of git is actually trying to downgrade, resulting in this error:

> E: Packages were downgraded and -y was used without --allow-downgrades.

> ERROR: failed to solve: process "/bin/sh -c echo &#​34;deb http://deb.debian.org/debian bullseye-backports main&#​34; >> /etc/apt/sources.list; apt-get update; apt-get install -y git/bullseye-backports" did not complete successfully: exit code: 100 (9e3eb97)

v7.34.3

Compare Source

Fix
  • fix: generate markdown linter compliant changelog headers & lists (#​597)

In #​594, I missed that there are 2 places where the version header is formatted (cc87400)

v7.34.2

Compare Source

Fix
  • fix: open all files with explicit utf-8 encoding (#​596) (cb71f35)

v7.34.1

Compare Source

Fix
  • fix: generate markdown linter compliant changelog headers & lists (#​594)

Add an extra new line after each header and between sections to fix 2 markdownlint errors for changelogs generated by this package (9d9d403)

v7.34.0

Compare Source

Feature
  • feat: add option to only parse commits for current working directory (#​509)

When running the application from a sub-directory in the VCS, the option use_only_cwd_commits will filter out commits that does not changes the current working directory, similar to running commands like git log -- . in a sub-directory. (cdf8116)

v7.33.5

Compare Source

Documentation
  • docs: update broken badge and add links (#​591)

The "Test Status" badge was updated to address a recent breaking change in the GitHub actions API. All the badges updated to add links to the appropriate resources for end-user convenience. (0c23447)

Fix
  • fix: update docs and default config for gitmoji changes (#​590)

  • fix: update docs and default config for gitmoji changes

PR #​582 updated to the latest Gitmojis release however the documentation and default config options still referenced old and unsupported Gitmojis.

  • fix: update sphinx dep

I could only build the documentation locally by updating Sphinx to the latest 1.x version. (192da6e)

v7.33.4

Compare Source

Fix
  • fix: if prerelease, publish prerelease (#​587)

Co-authored-by: Ondrej Winter <[email protected]> (927da9f)

v7.33.3

Compare Source

Documentation
  • docs: update repository name (#​559)

In order to avoid 'Repository not found: relekang/python-semantic-release.' (5cdb05e)

  • docs: spelling and grammar in travis.rst (#​556)
  • spelling
  • subject-verb agreement
  • remove verbiage

Signed-off-by: Vladislav Doster <[email protected]> (3a76e9d)

  • docs: grammar in docs/troubleshooting.rst (#​557)
  • change contraction to a possessive pronoun

Signed-off-by: Vladislav Doster <[email protected]> (bbe754a)

Fix

v7.33.2

Compare Source

Fix
  • fix: inconsistent versioning between print-version and publish (#​524) (17d60e9)

v7.33.1

Compare Source

Fix
  • fix(action): mark container fs as safe for git (#​552)

See https://github.com/actions/runner-images/issues/6775#issuecomment-1409268124 and https://github.com/actions/runner-images/issues/6775#issuecomment-1410270956 (2a55f68)

v7.33.0

Compare Source

Feature
  • feat: add signing options to action (31ad5eb)

  • feat(repository): add support for TWINE_CERT (#​522)

Fixes #​521 (d56e85d)

  • feat: Update action with configuration options (#​518)

Co-authored-by: Kevin Watson <Kevmo92@​users.noreply.github.com> (4664afe)

Fix
  • fix: changelog release commit search logic (#​530)

  • Fixes changelog release commit search logic

Running semantic-release changelog currently fails to identify "the last commit in [a] release" because the compared commit messages have superfluous whitespace. Likely related to the issue causing:https://github.com/relekang/python-semantic-release/issues/4900

  • Removes a couple of extra strip()s. (efb3410)

  • fix: bump Dockerfile to use Python 3.10 image (#​536)

Fixes #​533

Co-authored-by: Bernard Cooke <[email protected]> (8f2185d)

  • fix: fix mypy errors for publish (b40dd48)

  • fix: formatting in docs (2e8227a)

  • fix: update documentaton (5cbdad2)

  • fix(action): fix environment variable names (3c66218)

v7.32.2

Compare Source

Documentation

Previously: https://i.imgur.com/XWFhG7a.png (24b7673)

Fix

v7.32.1

Compare Source

Documentation
Fix

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.


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

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

renovate[bot] avatar Oct 07 '22 06:10 renovate[bot]

Codecov Report

Merging #99 (dabe6c8) into main (03f95bf) will decrease coverage by 0.39%. The diff coverage is n/a.

:exclamation: Your organization is not using the GitHub App Integration. As a result you may experience degraded service beginning May 15th. Please install the Github App Integration for your organization. Read more.

@@            Coverage Diff             @@
##             main      #99      +/-   ##
==========================================
- Coverage   94.77%   94.38%   -0.39%     
==========================================
  Files          21       21              
  Lines        1800     1800              
==========================================
- Hits         1706     1699       -7     
- Misses         94      101       +7     

see 3 files with indirect coverage changes

codecov-commenter avatar Oct 22 '22 19:10 codecov-commenter