Skip to content

Commit 6d58da7

Browse files
Bump ncipollo/release-action from 1.19.1 to 1.20.0 (#4344)
Bumps [ncipollo/release-action](https://github.com/ncipollo/release-action) from 1.19.1 to 1.20.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/ncipollo/release-action/releases">ncipollo/release-action's releases</a>.</em></p> <blockquote> <h2>v1.20.0</h2> <h2>What's Changed</h2> <ul> <li>Fixes <a href="https://redirect.github.com/ncipollo/release-action/issues/542">#542</a> Add previous tag option by <a href="https://github.com/ncipollo"><code>@​ncipollo</code></a> in <a href="https://redirect.github.com/ncipollo/release-action/pull/550">ncipollo/release-action#550</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/ncipollo/release-action/compare/v1...v1.20.0">https://github.com/ncipollo/release-action/compare/v1...v1.20.0</a></p> <h2>v1.19.2</h2> <h2>What's Changed</h2> <ul> <li>Update <code>immutableCreate</code>'s default in the documentation by <a href="https://github.com/bblanchon"><code>@​bblanchon</code></a> in <a href="https://redirect.github.com/ncipollo/release-action/pull/547">ncipollo/release-action#547</a></li> <li>Fixes <a href="https://redirect.github.com/ncipollo/release-action/issues/548">#548</a> Add support body + generated release notes by <a href="https://github.com/ncipollo"><code>@​ncipollo</code></a> in <a href="https://redirect.github.com/ncipollo/release-action/pull/549">ncipollo/release-action#549</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/bblanchon"><code>@​bblanchon</code></a> made their first contribution in <a href="https://redirect.github.com/ncipollo/release-action/pull/547">ncipollo/release-action#547</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/ncipollo/release-action/compare/v1...v1.19.2">https://github.com/ncipollo/release-action/compare/v1...v1.19.2</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/ncipollo/release-action/commit/b7eabc95ff50cbeeedec83973935c8f306dfcd0b"><code>b7eabc9</code></a> preparing release 1.20.0</li> <li><a href="https://github.com/ncipollo/release-action/commit/e87de4c2e4144b17cb2c8d0874d8cfb769642c59"><code>e87de4c</code></a> Fixes <a href="https://redirect.github.com/ncipollo/release-action/issues/542">#542</a> Add previous tag option (<a href="https://redirect.github.com/ncipollo/release-action/issues/550">#550</a>)</li> <li><a href="https://github.com/ncipollo/release-action/commit/98d25d4189e9b6cee19b8635b1ea5cc39c158a41"><code>98d25d4</code></a> preparing release 1.19.2</li> <li><a href="https://github.com/ncipollo/release-action/commit/d3601261f8cbd08c3603e4657d1f868aae06ad5b"><code>d360126</code></a> Fixes <a href="https://redirect.github.com/ncipollo/release-action/issues/548">#548</a> Add support body + generated release notes (<a href="https://redirect.github.com/ncipollo/release-action/issues/549">#549</a>)</li> <li><a href="https://github.com/ncipollo/release-action/commit/571fe81601851fa6dd2c39ba301770d469755124"><code>571fe81</code></a> Update <code>immutableCreate</code>'s default in the documentation (<a href="https://redirect.github.com/ncipollo/release-action/issues/547">#547</a>)</li> <li>See full diff in <a href="https://github.com/ncipollo/release-action/compare/v1.19.1...v1.20.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=ncipollo/release-action&package-manager=github_actions&previous-version=1.19.1&new-version=1.20.0)](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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Felipe R. Monteiro <felisous@amazon.com>
1 parent f51a097 commit 6d58da7

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
@@ -319,7 +319,7 @@ jobs:
319319

320320
- name: Create release
321321
id: create_release
322-
uses: ncipollo/release-action@v1.19.1
322+
uses: ncipollo/release-action@v1.20.0
323323
env:
324324
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
325325
with:

0 commit comments

Comments
 (0)