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 python-semantic-release/python-semantic-release action to v9.14.0 #38

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 6, 2024

This PR contains the following updates:

Package Type Update Change
python-semantic-release/python-semantic-release action minor v9.12.0 -> v9.14.0

Release Notes

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

v9.14.0

Compare Source

Bug Fixes
  • release-notes: Override default wordwrap to non-wrap for in default template
    (99ab99b)
Documentation
  • changelog-templates: Document new mask_initial_release changelog context variable
    (f294957)

  • configuration: Document new mask_initial_release option usage & effect
    (3cabcdc)

  • homepage: Fix reference to new ci workflow for test status badge
    (6760069)

Features
  • context: Add mask_initial_release setting to changelog context
    (6f2ee39)

  • configuration: Add changelog.default_templates.mask_initial_release option
    (595a70b)

  • release-notes: Define first release w/o change descriptions in default template
    (83167a3)

  • changelog: Define first release w/o change descriptions for default RST template
    (e30c94b)

  • changelog: Define first release w/o change descriptions for default MD template
    (fa89dec)

  • changelog: Add md to rst conversion for markdown inline links
    (cb2af1f)

  • changelog-md: Add markdown inline link format macro
    (c6d8211)

  • changelogs: Prefix scopes on commit descriptions in default template
    (#​1093,
    560fd2c)

  • test(changelog): update default changelog unit tests to handle commit scope

  • test(release-notes): update default release notes unit tests to handle commit scope

  • test(fixtures): update changelog generator fixture to handle scope additions

  • test(cmd-version): update implementation for test resiliency

  • feat(changelog-md): prefix scopes on commit descriptions in Markdown changelog template

  • feat(changelog-rst): prefix scopes on commit descriptions in ReStructuredText template

v9.13.0

Compare Source

Bug Fixes
  • changelog-rst: Ignore unknown parsed commit types in default RST changelog
    (77609b1)

  • parser-angular: Drop the breaking category but still maintain a major level bump
    (f1ffa54)

  • parsers: Improve reliability of text unwordwrap of descriptions
    (436374b)

Documentation
  • changelog-templates: Fix api class reference links
    (7a5bdf2)

  • changelog-templates: Add linked_merge_request field to examples
    (d4376bc)

  • commit-parsing: Add linked_merge_request field to Parsed Commit definition
    (ca61889)

Features
  • changelog: Add PR/MR url linking to default reStructuredText template
    (5f018d6)

Resolves: #​924, #​953

  • changelog: Add PR/MR url linking to default Markdown changelog
    (cd8d131)

Resolves: #​924, #​953

  • parser-scipy: Automatically parse PR/MR numbers from subject lines in commits
    (2b3f738)

  • parser-emoji: Automatically parse PR/MR numbers from subject lines in commits
    (bca9909)

  • parser-angular: Automatically parse PR/MR numbers from subject lines in commits
    (2ac798f)

  • parsed-commit: Add linked merge requests list to the ParsedCommit object
    (9a91062)

Performance Improvements
  • parser-scipy: Increase speed & decrease complexity of commit parsing
    (2b661ed)

  • parser-emoji: Increase speed of commit parsing
    (2c9c468)

  • parser-angular: Simplify commit parsing type pre-calculation
    (a86a28c)

v9.12.2

Compare Source

Bug Fixes
  • hvcs-*: Add flexibility to issue & MR/PR url jinja filters
    (#​1089,
    275ec88)
  • fix(github): fix issue_url filter to ignore an issue prefix gracefully

  • fix(github): fix pull_request_url filter to ignore an PR prefix gracefully

  • fix(gitlab): fix issue_url filter to ignore an issue prefix gracefully

  • fix(gitlab): fix merge_request_url filter to ignore an PR prefix gracefully

  • fix(gitea): fix issue_url filter to ignore an issue prefix gracefully

  • fix(gitea): fix pull_request_url filter to ignore an PR prefix gracefully

  • fix(bitbucket): fix pull_request_url filter to ignore an PR prefix gracefully

  • test(bitbucket): add test case for prefixed PR numbers

  • test(gitea): add test case for prefixed PR & issue numbers

  • test(gitlab): add test case for prefixed PR & issue numbers

  • test(github): add test case for prefixed PR & issue numbers

  • style(hvcs): fix logical lint errors

  • docs(changelog-templates): update descriptions of issue & MR/PR url jinja filters

  • cli: Gracefully capture all exceptions unless in very verbose debug mode
    (#​1088,
    13ca44f)
  • refactor(cli): consolidate entrypoints into the module execute file

v9.12.1

Compare Source

Bug Fixes
  • cmd-version: Fix --as-prerelease when no commit change from last full release
    (#​1076,
    3b7b772)

  • changelog: Fix raw-inline pattern replacement in convert_md_to_rst filter
    (2dc70a6)

  • release-notes: Add context variable shorthand ctx like docs claim & changelog has
    (d618d83)

Documentation
  • contributing: Update local testing instructions
    (74f03d4)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, 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.

Copy link

coderabbitai bot commented Nov 6, 2024

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.


🪧 Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>, please review it.
    • Generate unit testing code for this file.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query. Examples:
    • @coderabbitai generate unit testing code for this file.
    • @coderabbitai modularize this function.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai gather interesting stats about this repository and render them as a table. Additionally, render a pie chart showing the language distribution in the codebase.
    • @coderabbitai read src/utils.ts and generate unit testing code.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.
    • @coderabbitai help me debug CodeRabbit configuration file.

Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments.

CodeRabbit Commands (Invoked using PR comments)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger an incremental review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai full review to do a full review from scratch and review all the files again.
  • @coderabbitai summary to regenerate the summary of the PR.
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai configuration to show the current CodeRabbit configuration for the repository.
  • @coderabbitai help to get help.

Other keywords and placeholders

  • Add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.
  • Add @coderabbitai summary to generate the high-level summary at a specific location in the PR description.
  • Add @coderabbitai anywhere in the PR title to generate the title automatically.

CodeRabbit Configuration File (.coderabbit.yaml)

  • You can programmatically configure CodeRabbit by adding a .coderabbit.yaml file to the root of your repository.
  • Please see the configuration documentation for more information.
  • If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: # yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json

Documentation and Community

  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

@renovate renovate bot force-pushed the renovate/python-semantic-release-python-semantic-release-9.x branch from 8862ec4 to 5eed6b9 Compare November 7, 2024 02:25
@renovate renovate bot changed the title chore(deps): update python-semantic-release/python-semantic-release action to v9.12.1 chore(deps): update python-semantic-release/python-semantic-release action to v9.12.2 Nov 7, 2024
@renovate renovate bot force-pushed the renovate/python-semantic-release-python-semantic-release-9.x branch from 5eed6b9 to e8e7c85 Compare November 10, 2024 07:36
@renovate renovate bot changed the title chore(deps): update python-semantic-release/python-semantic-release action to v9.12.2 chore(deps): update python-semantic-release/python-semantic-release action to v9.13.0 Nov 10, 2024
@renovate renovate bot changed the title chore(deps): update python-semantic-release/python-semantic-release action to v9.13.0 chore(deps): update python-semantic-release/python-semantic-release action to v9.14.0 Nov 11, 2024
@renovate renovate bot force-pushed the renovate/python-semantic-release-python-semantic-release-9.x branch from e8e7c85 to f1e841e Compare November 11, 2024 09:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants