Skip to content

Commit 9988dba

Browse files
build(deps): bump getsentry/action-prepare-release from 1.6.4 to 1.6.6 (#3040)
Bumps [getsentry/action-prepare-release](https://github.com/getsentry/action-prepare-release) from 1.6.4 to 1.6.6. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/getsentry/action-prepare-release/releases">getsentry/action-prepare-release's releases</a>.</em></p> <blockquote> <h2>v1.6.6</h2> <p><strong>Full Changelog</strong>: <a href="https://github.com/getsentry/action-prepare-release/compare/v1.6.5...v1.6.6">https://github.com/getsentry/action-prepare-release/compare/v1.6.5...v1.6.6</a></p> <h2>v1.6.5</h2> <h2>What's Changed</h2> <ul> <li>impr: Clarify how to retract by <a href="https://github.com/philipphofmann"><code>@​philipphofmann</code></a> in <a href="https://redirect.github.com/getsentry/action-prepare-release/pull/40">getsentry/action-prepare-release#40</a></li> <li>impr: Again clarify how to retract by <a href="https://github.com/philipphofmann"><code>@​philipphofmann</code></a> in <a href="https://redirect.github.com/getsentry/action-prepare-release/pull/41">getsentry/action-prepare-release#41</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/philipphofmann"><code>@​philipphofmann</code></a> made their first contribution in <a href="https://redirect.github.com/getsentry/action-prepare-release/pull/40">getsentry/action-prepare-release#40</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/getsentry/action-prepare-release/compare/v1.6.4...v1.6.5">https://github.com/getsentry/action-prepare-release/compare/v1.6.4...v1.6.5</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/getsentry/action-prepare-release/commit/c8e1c2009ab08259029170132c384f03c1064c0e"><code>c8e1c20</code></a> fix: Fix the earlier fix</li> <li><a href="https://github.com/getsentry/action-prepare-release/commit/17c0b79df124e97a68448cde25b94c99daebd146"><code>17c0b79</code></a> fix: Getting latest craft version</li> <li><a href="https://github.com/getsentry/action-prepare-release/commit/02d36892ed56570c6d1630f1c668eb7f42234606"><code>02d3689</code></a> fix: Craft version gathering from GH API</li> <li><a href="https://github.com/getsentry/action-prepare-release/commit/ee186dc2f26844dc4aca32a5573610b057aad157"><code>ee186dc</code></a> impr: Again clarify how to retract (<a href="https://redirect.github.com/getsentry/action-prepare-release/issues/41">#41</a>)</li> <li><a href="https://github.com/getsentry/action-prepare-release/commit/605bd5ba2bbf6ed931776ba19c0e18e34dbd5ff3"><code>605bd5b</code></a> impr: Clarify how to retract (<a href="https://redirect.github.com/getsentry/action-prepare-release/issues/40">#40</a>)</li> <li>See full diff in <a href="https://github.com/getsentry/action-prepare-release/compare/3cea80dc3938c0baf5ec4ce752ecb311f8780cdc...c8e1c2009ab08259029170132c384f03c1064c0e">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=getsentry/action-prepare-release&package-manager=github_actions&previous-version=1.6.4&new-version=1.6.6)](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 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> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 3b3f512 commit 9988dba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
token: ${{ steps.token.outputs.token }}
2828
fetch-depth: 0
2929
- name: Prepare release
30-
uses: getsentry/action-prepare-release@3cea80dc3938c0baf5ec4ce752ecb311f8780cdc # 1.6.4
30+
uses: getsentry/action-prepare-release@c8e1c2009ab08259029170132c384f03c1064c0e # 1.6.6
3131
env:
3232
GITHUB_TOKEN: ${{ steps.token.outputs.token }}
3333
with:

0 commit comments

Comments
 (0)