Skip to content

Commit f187287

Browse files
Bump release-drafter/release-drafter from 7.4.0 to 7.5.1 (#70)
Bumps [release-drafter/release-drafter](https://github.com/release-drafter/release-drafter) from 7.4.0 to 7.5.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.5.1</h2> <h1>What's Changed</h1> <h2>Bug Fixes</h2> <ul> <li>fix: use PR changed files as the source of truth for path filtering (<a href="https://redirect.github.com/release-drafter/release-drafter/issues/1640">#1640</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.5.0...v7.5.1">https://github.com/release-drafter/release-drafter/compare/v7.5.0...v7.5.1</a></p> <h2>v7.5.0</h2> <h1>What's Changed</h1> <h2>New</h2> <ul> <li>feat: align increments to semver lib from 0.0.0 (<a href="https://redirect.github.com/release-drafter/release-drafter/issues/1636">#1636</a>) <a href="https://github.com/cchanche"><code>@​cchanche</code></a></li> </ul> <h2>Bug Fixes</h2> <ul> <li>fix: require actual matches for category mode <code>only</code> (<a href="https://redirect.github.com/release-drafter/release-drafter/issues/1639">#1639</a>) <a href="https://github.com/cchanche"><code>@​cchanche</code></a></li> </ul> <h2>Dependency Updates</h2> <ul> <li>build(deps): bump undici from 6.24.1 to 6.27.0 (<a href="https://redirect.github.com/release-drafter/release-drafter/issues/1637">#1637</a>) @<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/release-drafter/release-drafter/compare/v7.4.0...v7.5.0">https://github.com/release-drafter/release-drafter/compare/v7.4.0...v7.5.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/release-drafter/release-drafter/commit/4d75298e00d9e34c483e5ff8c68d0ea1c1940c1e"><code>4d75298</code></a> chore: release v7.5.1</li> <li><a href="https://github.com/release-drafter/release-drafter/commit/87be2bf2a7828522f897c087bb709b00e6669aa1"><code>87be2bf</code></a> fix: use PR changed files as the source of truth for path filtering (<a href="https://redirect.github.com/release-drafter/release-drafter/issues/1640">#1640</a>)</li> <li><a href="https://github.com/release-drafter/release-drafter/commit/73b95fa1c286dfd6802a4f949b07dad6149f2b0f"><code>73b95fa</code></a> chore: release v7.5.0</li> <li><a href="https://github.com/release-drafter/release-drafter/commit/46fd41568419e5085b7f73f064d37982152c91dd"><code>46fd415</code></a> Fix/align increments to semver lib from 0.0.0 (<a href="https://redirect.github.com/release-drafter/release-drafter/issues/1636">#1636</a>)</li> <li><a href="https://github.com/release-drafter/release-drafter/commit/ee0257248ae4c676c2ee86fecb6066e21168acb8"><code>ee02572</code></a> chore: upgrade various deps</li> <li><a href="https://github.com/release-drafter/release-drafter/commit/cd9144557b96e626dd10682b6f9167d89cf51e84"><code>cd91445</code></a> build(deps): bump undici from 6.24.1 to 6.27.0 (<a href="https://redirect.github.com/release-drafter/release-drafter/issues/1637">#1637</a>)</li> <li><a href="https://github.com/release-drafter/release-drafter/commit/33c969bc903b50ba04f9dd14d0074d2a6b4dfee6"><code>33c969b</code></a> fix: require actual matches for category mode <code>only</code> (<a href="https://redirect.github.com/release-drafter/release-drafter/issues/1639">#1639</a>)</li> <li><a href="https://github.com/release-drafter/release-drafter/commit/5d6d314b663c77dcb159adaeba42fa0170ab0ddb"><code>5d6d314</code></a> ci: support label 'dependencies' for dependabot</li> <li>See full diff in <a href="https://github.com/release-drafter/release-drafter/compare/ed4bc48ec97379be2258e7b7ac2624a3e26ab809...4d75298e00d9e34c483e5ff8c68d0ea1c1940c1e">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=release-drafter/release-drafter&package-manager=github_actions&previous-version=7.4.0&new-version=7.5.1)](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> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 67d73d7 commit f187287

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release-drafter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
environment: release-drafter
1616
runs-on: ubuntu-latest
1717
steps:
18-
- uses: release-drafter/release-drafter@ed4bc48ec97379be2258e7b7ac2624a3e26ab809 # v7.4.0
18+
- uses: release-drafter/release-drafter@4d75298e00d9e34c483e5ff8c68d0ea1c1940c1e # v7.5.1
1919
id: drafter
2020
env:
2121
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)