Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 1, 2024

Bumps release-drafter/release-drafter from 5 to 6.

Release notes

Sourced from release-drafter/release-drafter's releases.

v6.0.0

What's Changed

Full Changelog: release-drafter/release-drafter@v5.25.0...v6.0.0

v6.0.0-beta.1

Prerelease of v6, first release of the CLI, feel free to provide feedback in the pull request: release-drafter/release-drafter#1204

v5.25.0

What's Changed

New

Full Changelog: release-drafter/release-drafter@v5.24.0...v5.25.0

v5.24.0

What's Changed

New

Bug Fixes

Full Changelog: release-drafter/release-drafter@v5.23.0...v5.24.0

v5.23.0

What's Changed

New

Full Changelog: release-drafter/release-drafter@v5.22.0...v5.23.0

v5.22.0

What's Changed

New

... (truncated)

Commits

Dependabot compatibility score

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options

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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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)

Bumps [release-drafter/release-drafter](https://github.com/release-drafter/release-drafter) from 5 to 6.
- [Release notes](https://github.com/release-drafter/release-drafter/releases)
- [Commits](release-drafter/release-drafter@v5...v6)

---
updated-dependencies:
- dependency-name: release-drafter/release-drafter
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file skip-changelog The PR will not appear in the release changelogs labels Mar 1, 2024
Copy link
Member

@curquiza curquiza left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

bors merge

meili-bors bot added a commit that referenced this pull request Mar 2, 2024
549: Bump release-drafter/release-drafter from 5 to 6 r=curquiza a=dependabot[bot]

Bumps [release-drafter/release-drafter](https://github.com/release-drafter/release-drafter) from 5 to 6.
<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>v6.0.0</h2>
<h1>What's Changed</h1>
<ul>
<li>Update Node.js to 20 (<a href="https://redirect.github.com/release-drafter/release-drafter/issues/1379">#1379</a>) <a href="https://github.com/massongit"><code>`@​massongit</code></a></li>`
</ul>
<p><strong>Full Changelog</strong>: <a href="https://github.com/release-drafter/release-drafter/compare/v5.25.0...v6.0.0">https://github.com/release-drafter/release-drafter/compare/v5.25.0...v6.0.0</a></p>
<h2>v6.0.0-beta.1</h2>
<p>Prerelease of v6, first release of the CLI, feel free to provide feedback in the pull request: <a href="https://redirect.github.com/release-drafter/release-drafter/pull/1204">release-drafter/release-drafter#1204</a></p>
<h2>v5.25.0</h2>
<h1>What's Changed</h1>
<h2>New</h2>
<ul>
<li>add prerelease increment behavior (<a href="https://redirect.github.com/release-drafter/release-drafter/issues/1303">#1303</a>) <a href="https://github.com/neilime"><code>`@​neilime</code></a></li>`
<li>add latest input (<a href="https://redirect.github.com/release-drafter/release-drafter/issues/1348">#1348</a>) <a href="https://github.com/o-mago"><code>`@​o-mago</code></a></li>`
</ul>
<p><strong>Full Changelog</strong>: <a href="https://github.com/release-drafter/release-drafter/compare/v5.24.0...v5.25.0">https://github.com/release-drafter/release-drafter/compare/v5.24.0...v5.25.0</a></p>
<h2>v5.24.0</h2>
<h1>What's Changed</h1>
<h2>New</h2>
<ul>
<li>Add release version to github action output (<a href="https://redirect.github.com/release-drafter/release-drafter/issues/1300">#1300</a>) <a href="https://github.com/mehdihadeli"><code>`@​mehdihadeli</code></a></li>`
</ul>
<h2>Bug Fixes</h2>
<ul>
<li>fix(release): strip prefix before comparing version (<a href="https://redirect.github.com/release-drafter/release-drafter/issues/1255">#1255</a>) <a href="https://github.com/neilime"><code>`@​neilime</code></a></li>`
</ul>
<p><strong>Full Changelog</strong>: <a href="https://github.com/release-drafter/release-drafter/compare/v5.23.0...v5.24.0">https://github.com/release-drafter/release-drafter/compare/v5.23.0...v5.24.0</a></p>
<h2>v5.23.0</h2>
<h1>What's Changed</h1>
<h2>New</h2>
<ul>
<li>Add <code>include-pre-releases</code> configuration option (<a href="https://redirect.github.com/release-drafter/release-drafter/issues/1302">#1302</a>) <a href="https://github.com/robbinjanssen"><code>`@​robbinjanssen</code></a></li>`
</ul>
<p><strong>Full Changelog</strong>: <a href="https://github.com/release-drafter/release-drafter/compare/v5.22.0...v5.23.0">https://github.com/release-drafter/release-drafter/compare/v5.22.0...v5.23.0</a></p>
<h2>v5.22.0</h2>
<h1>What's Changed</h1>
<h2>New</h2>
<ul>
<li>Only use last full release when drafting (<a href="https://redirect.github.com/release-drafter/release-drafter/issues/1240">#1240</a>) <a href="https://github.com/ssbarnea"><code>`@​ssbarnea</code></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/3f0f87098bd6b5c5b9a36d49c41d998ea58f9348"><code>3f0f870</code></a> v6.0.0</li>
<li><a href="https://github.com/release-drafter/release-drafter/commit/80296b4fbaeb08e43a2b957e188b283a20776b3b"><code>80296b4</code></a> Update Node.js to 20 (<a href="https://redirect.github.com/release-drafter/release-drafter/issues/1379">#1379</a>)</li>
<li>See full diff in <a href="https://github.com/release-drafter/release-drafter/compare/v5...v6">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=5&new-version=6)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

You can trigger a rebase of this PR 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` merge` will merge this PR after your CI passes on it
- ``@dependabot` squash and merge` will squash and merge this PR after your CI passes on it
- ``@dependabot` cancel merge` will cancel a previously requested merge and block automerging
- ``@dependabot` reopen` will reopen this PR if it is closed
- ``@dependabot` close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- ``@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>

550: Update actix-cors requirement from 0.6.5 to 0.7.0 r=curquiza a=dependabot[bot]

Updates the requirements on [actix-cors](https://github.com/actix/actix-extras) to permit the latest version.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/actix/actix-extras/releases">actix-cors's releases</a>.</em></p>
<blockquote>
<h2>actix-protobuf: v0.7.0</h2>
<ul>
<li>Update <code>actix-web</code> dependency to <code>4</code>.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/actix/actix-extras/commit/c62b271d9abd41815a83072b87cfd32d73a793c9"><code>c62b271</code></a> chore(actix-cors): prepare release 0.7.0</li>
<li><a href="https://github.com/actix/actix-extras/commit/320cbebc7e8fa42085c3cf029df30c602abe53f7"><code>320cbeb</code></a> chore: fmt markdowns</li>
<li><a href="https://github.com/actix/actix-extras/commit/0c859a96c8c6087e4404fc5fc80b85da993ae985"><code>0c859a9</code></a> docs(cors): use cargo-rdme</li>
<li><a href="https://github.com/actix/actix-extras/commit/d55fc6d7f5066ce50da9beeb770b0ab8503875c9"><code>d55fc6d</code></a> fix!(cors): default block_on_origin_mismatch to false (<a href="https://redirect.github.com/actix/actix-extras/issues/379">#379</a>)</li>
<li><a href="https://github.com/actix/actix-extras/commit/e2bf50405545eade1e092af0a05af29891efb2ba"><code>e2bf504</code></a> feat(session): use real async traits (<a href="https://redirect.github.com/actix/actix-extras/issues/365">#365</a>)</li>
<li><a href="https://github.com/actix/actix-extras/commit/77b8dcdf59e73cafd4dc0098f6131171d97a797d"><code>77b8dcd</code></a> chore: clippy</li>
<li><a href="https://github.com/actix/actix-extras/commit/b694c9317a01dc0bcea8cecee3bf1e9ded1b5d8d"><code>b694c93</code></a> mark Cors builder as must_use</li>
<li><a href="https://github.com/actix/actix-extras/commit/57eaad2ffe5cf9a407fb183a3ced054d90e3809d"><code>57eaad2</code></a> build(deps): bump taiki-e/install-action from 2.23.1 to 2.23.7 (<a href="https://redirect.github.com/actix/actix-extras/issues/377">#377</a>)</li>
<li><a href="https://github.com/actix/actix-extras/commit/0cb0e28208a82ff9af53dd5e7bbe22c87c54d2b9"><code>0cb0e28</code></a> ci: combine install steps</li>
<li><a href="https://github.com/actix/actix-extras/commit/8049a75d9f8cc83211c4168f34f1f8acbf18f9a4"><code>8049a75</code></a> ci: use cargo-ci-clean-cache</li>
<li>Additional commits viewable in <a href="https://github.com/actix/actix-extras/compare/cors-v0.6.5...cors-v0.7.0">compare view</a></li>
</ul>
</details>
<br />


You can trigger a rebase of this PR 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` merge` will merge this PR after your CI passes on it
- ``@dependabot` squash and merge` will squash and merge this PR after your CI passes on it
- ``@dependabot` cancel merge` will cancel a previously requested merge and block automerging
- ``@dependabot` reopen` will reopen this PR if it is closed
- ``@dependabot` close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- ``@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>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
@meili-bors
Copy link
Contributor

meili-bors bot commented Mar 2, 2024

This PR was included in a batch that successfully built, but then failed to merge into main. It will not be retried.

Additional information:

{"message":"Changes must be made through a pull request.","documentation_url":"https://docs.github.com/articles/about-protected-branches"}

@curquiza curquiza merged commit 68bf32c into main Mar 2, 2024
@curquiza curquiza deleted the dependabot/github_actions/release-drafter/release-drafter-6 branch March 2, 2024 18:55
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 skip-changelog The PR will not appear in the release changelogs

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants