dependabot[bot] opened a new pull request, #239: URL: https://github.com/apache/maven-gh-actions-shared/pull/239
Bumps [release-drafter/release-drafter](https://github.com/release-drafter/release-drafter) from 6.4.0 to 7.1.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/release-drafter/release-drafter/releases">release-drafter/release-drafter's releases</a>.</em></p> <blockquote> <h2>v7.1.1</h2> <h1>What's Changed</h1> <h2>Bug Fixes</h2> <ul> <li>fix: remove disable-releaser and disable-autolabeler from action.yaml (<a href="https://redirect.github.com/release-drafter/release-drafter/issues/1564">#1564</a>) <a href="https://github.com/cchanche"><code>@cchanche</code></a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/release-drafter/release-drafter/compare/v7.1.0...v7.1.1">https://github.com/release-drafter/release-drafter/compare/v7.1.0...v7.1.1</a></p> <h2>v7.1.0</h2> <h1>What's Changed</h1> <h2>New</h2> <ul> <li>feat: filter previous releases by range with semver (<a href="https://redirect.github.com/release-drafter/release-drafter/issues/1445">#1445</a>) <a href="https://github.com/cchanche"><code>@cchanche</code></a></li> <li>feat: support advanced substitutions in replacers (<a href="https://redirect.github.com/release-drafter/release-drafter/issues/1517">#1517</a>) <a href="https://github.com/cchanche"><code>@cchanche</code></a></li> </ul> <h2>Bug Fixes</h2> <ul> <li>fix: support pull_request_target event in autolabeler (<a href="https://redirect.github.com/release-drafter/release-drafter/issues/1560">#1560</a>) <a href="https://github.com/jmeridth"><code>@jmeridth</code></a></li> <li>fix: empty template when prs all are excluded by labels (<a href="https://redirect.github.com/release-drafter/release-drafter/issues/1429">#1429</a>) <a href="https://github.com/Bledai"><code>@Bledai</code></a></li> <li>fix: fall back to org .github repo when config not found in current repo (<a href="https://redirect.github.com/release-drafter/release-drafter/issues/1554">#1554</a>) <a href="https://github.com/jetersen"><code>@jetersen</code></a></li> </ul> <h2>Maintenance</h2> <ul> <li>ci: make sure PRs have a type label (<a href="https://redirect.github.com/release-drafter/release-drafter/issues/1557">#1557</a>) <a href="https://github.com/cchanche"><code>@cchanche</code></a></li> </ul> <h2>Documentation</h2> <ul> <li>docs: update README with pull_request_target example (<a href="https://redirect.github.com/release-drafter/release-drafter/issues/1561">#1561</a>) <a href="https://github.com/jmeridth"><code>@jmeridth</code></a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/release-drafter/release-drafter/compare/v7.0.0...v7.1.0">https://github.com/release-drafter/release-drafter/compare/v7.0.0...v7.1.0</a></p> <h2>v7.0.0</h2> <h1>What's Changed</h1> <h2>Breaking</h2> <ul> <li>feat: new major version (<a href="https://redirect.github.com/release-drafter/release-drafter/issues/1475">#1475</a>) <a href="https://github.com/cchanche"><code>@cchanche</code></a></li> </ul> <h2>Bug Fixes</h2> <ul> <li>fix: JSON schema too strict with required fields (<a href="https://redirect.github.com/release-drafter/release-drafter/issues/1535">#1535</a>) <a href="https://github.com/jetersen"><code>@jetersen</code></a></li> </ul> <h2>Maintenance</h2> <ul> <li>chore(deps): update vitest to 4.1.0 (<a href="https://redirect.github.com/release-drafter/release-drafter/issues/1544">#1544</a>) @<a href="https://github.com/apps/renovate">renovate[bot]</a></li> <li>chore(deps): update linters (<a href="https://redirect.github.com/release-drafter/release-drafter/issues/1549">#1549</a>) @<a href="https://github.com/apps/renovate">renovate[bot]</a></li> <li>chore(deps): update dependency nock to 14.0.11 (<a href="https://redirect.github.com/release-drafter/release-drafter/issues/1548">#1548</a>) @<a href="https://github.com/apps/renovate">renovate[bot]</a></li> <li>chore(deps): update dependency <code>@graphql-codegen/near-operation-file-preset</code> to 5.0.0 (<a href="https://redirect.github.com/release-drafter/release-drafter/issues/1545">#1545</a>) @<a href="https://github.com/apps/renovate">renovate[bot]</a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/release-drafter/release-drafter/commit/139054aeaa9adc52ab36ddf67437541f039b88e2"><code>139054a</code></a> chore: release v7.1.1</li> <li><a href="https://github.com/release-drafter/release-drafter/commit/114efa7ac2ad7982ce170583047aadadf86f4f5f"><code>114efa7</code></a> fix: remove disable-releaser and disable-autolabeler from action.yaml (<a href="https://redirect.github.com/release-drafter/release-drafter/issues/1564">#1564</a>)</li> <li><a href="https://github.com/release-drafter/release-drafter/commit/b23b6d26dac3a3e5ab470d63a20693a4d597e3fe"><code>b23b6d2</code></a> test: add semantic prefix replacer example</li> <li><a href="https://github.com/release-drafter/release-drafter/commit/44a942e465867c7465b76aa808ddca6e0acae5da"><code>44a942e</code></a> chore: release v7.1.0</li> <li><a href="https://github.com/release-drafter/release-drafter/commit/f1f40a0f17398228e25c0f44db2ac42d48d8aef6"><code>f1f40a0</code></a> docs: update README with pull_request_target example (<a href="https://redirect.github.com/release-drafter/release-drafter/issues/1561">#1561</a>)</li> <li><a href="https://github.com/release-drafter/release-drafter/commit/ebb69bb56f1b0ebd19897745035726b19bef973e"><code>ebb69bb</code></a> fix: support pull_request_target event in autolabeler (<a href="https://redirect.github.com/release-drafter/release-drafter/issues/1560">#1560</a>)</li> <li><a href="https://github.com/release-drafter/release-drafter/commit/bddbd548e2cb5d5cf1d415a43e2d41ce4e0cda0a"><code>bddbd54</code></a> ci: make sure PRs have a type label (<a href="https://redirect.github.com/release-drafter/release-drafter/issues/1557">#1557</a>)</li> <li><a href="https://github.com/release-drafter/release-drafter/commit/4a661702d65af58fe6960b76d61f8f4e8f8c4fab"><code>4a66170</code></a> fix: empty template when prs all are excluded by labels (<a href="https://redirect.github.com/release-drafter/release-drafter/issues/1429">#1429</a>)</li> <li><a href="https://github.com/release-drafter/release-drafter/commit/74318821a188e7be9e481b465fa47af5c64bfe68"><code>7431882</code></a> feat: filter releases by semver range (<a href="https://redirect.github.com/release-drafter/release-drafter/issues/1445">#1445</a>)</li> <li><a href="https://github.com/release-drafter/release-drafter/commit/5a8b0d3eea08f9c7872929c5b21b0f379d4650df"><code>5a8b0d3</code></a> ci: restore CodeQL category lost when matrix was removed</li> <li>Additional commits viewable in <a href="https://github.com/release-drafter/release-drafter/compare/6a93d829887aa2e0748befe2e808c66c0ec6e4c7...139054aeaa9adc52ab36ddf67437541f039b88e2">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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 show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
