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

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

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 7, 2022

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

====================

🪲 Bug Fixes

  • Relax invoke dependency constraint (18ea200_)

.. _18ea200: python-semantic-release/python-semantic-release@18ea200

.. _changelog-v7.34.5:

v7.34.5

Compare Source

====================

🪲 Bug Fixes

  • Consider empty commits (PR#608, 6f2e890)

.. _6f2e890: python-semantic-release/python-semantic-release@6f2e890
.. _PR#608https://github.com/python-semantic-release/python-semantic-release/pull/60808

.. _changelog-v7.34.4:

v7.34.4

Compare Source

====================

🪲 Bug Fixes

  • Docker build fails installing git (PR#605, 9e3eb97)

.. _9e3eb97: python-semantic-release/python-semantic-release@9e3eb97
.. _PR#605https://github.com/python-semantic-release/python-semantic-release/pull/60505

.. _changelog-v7.34.3:

v7.34.3

Compare Source

====================

🪲 Bug Fixes

  • Generate markdown linter compliant changelog headers & lists (PR#597, cc87400)

.. _cc87400: python-semantic-release/python-semantic-release@cc87400
.. _PR#597https://github.com/python-semantic-release/python-semantic-release/pull/59797

.. _changelog-v7.34.2:

v7.34.2

Compare Source

====================

🪲 Bug Fixes

  • Open all files with explicit utf-8 encoding (PR#596, cb71f35)

.. _cb71f35: python-semantic-release/python-semantic-release@cb71f35
.. _PR#596https://github.com/python-semantic-release/python-semantic-release/pull/59696

.. _changelog-v7.34.1:

v7.34.1

Compare Source

====================

🪲 Bug Fixes

  • Generate markdown linter compliant changelog headers & lists (PR#594, 9d9d403)

.. _9d9d403: python-semantic-release/python-semantic-release@9d9d403
.. _PR#594https://github.com/python-semantic-release/python-semantic-release/pull/59494

.. _changelog-v7.34.0:

v7.34.0

Compare Source

====================

✨ Features

  • Add option to only parse commits for current working directory (PR#509, cdf8116)

.. _cdf8116: python-semantic-release/python-semantic-release@cdf8116
.. _PR#509https://github.com/python-semantic-release/python-semantic-release/pull/50909

.. _changelog-v7.33.5:

v7.33.5

Compare Source

====================

🪲 Bug Fixes

  • Update docs and default config for gitmoji changes (PR#590, 192da6e)

  • Update sphinx dep (PR#590, 192da6e)

📖 Documentation

  • Update broken badge and add links (PR#591, 0c23447)

.. _0c23447: python-semantic-release/python-semantic-release@0c23447
.. _192da6e: python-semantic-release/python-semantic-release@192da6e
.. _PR#59https://github.com/python-semantic-release/python-semantic-release/pull/590590
.. _PR#5https://github.com/python-semantic-release/python-semantic-release/pull/591/591

.. _changelog-v7.33.4:

v7.33.4

Compare Source

====================

🪲 Bug Fixes

  • If prerelease, publish prerelease (PR#587, 927da9f)

.. _927da9f: python-semantic-release/python-semantic-release@927da9f
.. _PR#587https://github.com/python-semantic-release/python-semantic-release/pull/58787

.. _changelog-v7.33.3:

v7.33.3

Compare Source

====================

🪲 Bug Fixes

  • Trim emojis from config (PR#583, 02902f7)

  • Update Gitmojis according to official node module (PR#582, 806fcfa)

📖 Documentation

  • Grammar in docs/troubleshooting.rst (PR#557, bbe754a)

  • Spelling and grammar in travis.rst (PR#556, 3a76e9d)

  • Update repository name (PR#559, 5cdb05e)

.. _02902f7: python-semantic-release/python-semantic-release@02902f7
.. _3a76e9d: python-semantic-release/python-semantic-release@3a76e9d
.. _5cdb05e: python-semantic-release/python-semantic-release@5cdb05e
.. _806fcfa: python-semantic-release/python-semantic-release@806fcfa
.. _bbe754a: python-semantic-release/python-semantic-release@bbe754a
.. _PRhttps://github.com/python-semantic-release/python-semantic-release/pull/556ll/556
.. _Phttps://github.com/python-semantic-release/python-semantic-release/pull/557ull/557
.. _https://github.com/python-semantic-release/python-semantic-release/pull/559pull/559
.. [https://github.com/python-semantic-release/python-semantic-release/pull/582](https://redirect.github.com/python-semantic-release/python-semantic-release/pull/582)/pull/582
.. https://github.com/python-semantic-release/python-semantic-release/pull/583e/pull/583

.. _changelog-v7.33.2:

v7.33.2

Compare Source

====================

🪲 Bug Fixes

  • Inconsistent versioning between print-version and publish (PR#524, 17d60e9)

.. _17d60e9: python-semantic-release/python-semantic-release@17d60e9
.. _PR#524https://github.com/python-semantic-release/python-semantic-release/pull/52424

.. _changelog-v7.33.1:

v7.33.1

Compare Source

====================

🪲 Bug Fixes

  • action: Mark container fs as safe for git (PR#552, 2a55f68)

.. _2a55f68: python-semantic-release/python-semantic-release@2a55f68
.. _PR#552https://github.com/python-semantic-release/python-semantic-release/pull/55252

.. _changelog-v7.33.0:

v7.33.0

Compare Source

====================

✨ Features

  • Add signing options to action (31ad5eb_)

  • Update action with configuration options (PR#518, 4664afe)

  • repository: Add support for TWINE_CERT, closes #521_ (PR#522, d56e85d)

🪲 Bug Fixes

  • Changelog release commit search logic (PR#530, efb3410)

  • github-actions: Bump Dockerfile to use Python 3.10 image, closes #533_ (PR#536,
    8f2185d
    )

  • action: Fix environment variable names (3c66218_)

📖 Documentation

  • Update documentation (5cbdad2_)

.. _#521:https://github.com/python-semantic-release/python-semantic-release/issues/5211
.. _#533https://github.com/python-semantic-release/python-semantic-release/issues/53333
.. _31ad5eb: python-semantic-release/python-semantic-release@31ad5eb
.. _3c66218: python-semantic-release/python-semantic-release@3c66218
.. _4664afe: python-semantic-release/python-semantic-release@4664afe
.. _5cbdad2: python-semantic-release/python-semantic-release@5cbdad2
.. _8f2185d: python-semantic-release/python-semantic-release@8f2185d
.. _d56e85d: python-semantic-release/python-semantic-release@d56e85d
.. _efb3410: python-semantic-release/python-semantic-release@efb3410
.. https://github.com/python-semantic-release/python-semantic-release/pull/518e/pull/518
..https://github.com/python-semantic-release/python-semantic-release/pull/522se/pull/522
.https://github.com/python-semantic-release/python-semantic-release/pull/530ase/pull/530
https://github.com/python-semantic-release/python-semantic-release/pull/536ease/pull/536https://github.com/python-semantic-release/python-semantic-release/pull/541lease/pull/541

.. _changelog-v7.32.2:

v7.32.2

Compare Source

====================

🪲 Bug Fixes

  • Fix changelog generation in tag-mode (PR#171, 482a62e)

📖 Documentation

  • Fix code blocks (PR#506, 24b7673)

.. _24b7673: python-semantic-release/python-semantic-release@24b7673
.. _482a62e: python-semantic-release/python-semantic-release@482a62e
.. _PR#17https://github.com/python-semantic-release/python-semantic-release/pull/171171
.. _PR#5https://github.com/python-semantic-release/python-semantic-release/pull/506/506

.. _changelog-v7.32.1:

v7.32.1

Compare Source

====================

🪲 Bug Fixes

  • Corrections for deprecation warnings (PR#505, d47afb6)

📖 Documentation

  • Correct spelling mistakes (PR#504, 3717e0d)

.. _3717e0d: python-semantic-release/python-semantic-release@3717e0d
.. _d47afb6: python-semantic-release/python-semantic-release@d47afb6
.. _PR#50https://github.com/python-semantic-release/python-semantic-release/pull/504504
.. _PR#5https://github.com/python-semantic-release/python-semantic-release/pull/505/505

.. _changelog-v7.32.0:


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 renovate bot added the dependencies Pull requests that update a dependency file label Oct 7, 2022
@renovate renovate bot force-pushed the renovate/relekang-python-semantic-release-7.x branch from db6687e to 8b2304e Compare October 22, 2022 19:00
@renovate renovate bot changed the title Update relekang/python-semantic-release action to v7.32.1 Update relekang/python-semantic-release action to v7.32.2 Oct 22, 2022
@codecov-commenter
Copy link

codecov-commenter commented Oct 22, 2022

Codecov Report

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

❗ 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

@renovate renovate bot force-pushed the renovate/relekang-python-semantic-release-7.x branch from 8b2304e to 68ddc8d Compare March 16, 2023 07:46
@renovate renovate bot changed the title Update relekang/python-semantic-release action to v7.32.2 Update relekang/python-semantic-release action to v7.33.2 Mar 16, 2023
@renovate renovate bot changed the title Update relekang/python-semantic-release action to v7.33.2 Update relekang/python-semantic-release action to v7.34.0 May 28, 2023
@renovate renovate bot force-pushed the renovate/relekang-python-semantic-release-7.x branch from 68ddc8d to 482b89e Compare May 28, 2023 11:18
@renovate renovate bot changed the title Update relekang/python-semantic-release action to v7.34.0 Update relekang/python-semantic-release action to v7.34.1 May 28, 2023
@renovate renovate bot force-pushed the renovate/relekang-python-semantic-release-7.x branch 2 times, most recently from 9f88d5f to c701cb5 Compare May 29, 2023 17:20
@renovate renovate bot changed the title Update relekang/python-semantic-release action to v7.34.1 Update relekang/python-semantic-release action to v7.34.2 May 29, 2023
@renovate renovate bot changed the title Update relekang/python-semantic-release action to v7.34.2 Update relekang/python-semantic-release action to v7.34.3 Jun 1, 2023
@renovate renovate bot force-pushed the renovate/relekang-python-semantic-release-7.x branch from c701cb5 to 69d4d6e Compare June 1, 2023 18:37
@renovate renovate bot changed the title Update relekang/python-semantic-release action to v7.34.3 Update relekang/python-semantic-release action to v7.34.4 Jun 15, 2023
@renovate renovate bot force-pushed the renovate/relekang-python-semantic-release-7.x branch from 69d4d6e to c27105b Compare June 15, 2023 08:58
@renovate renovate bot changed the title Update relekang/python-semantic-release action to v7.34.4 Update relekang/python-semantic-release action to v7.34.6 Jun 17, 2023
@renovate renovate bot force-pushed the renovate/relekang-python-semantic-release-7.x branch from c27105b to dabe6c8 Compare June 17, 2023 15:30
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant