Skip to content

Commit 6aca4f5

Browse files
authored
Bump ncipollo/release-action from 1.11.2 to 1.12.0 (#167)
Bumps [ncipollo/release-action](https://github.com/ncipollo/release-action) from 1.11.2 to 1.12.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.12.0</h2> <h2>What's Changed</h2> <ul> <li>Add support for <code>make_latest</code> option when creating or updating a release by <a href="https://github.com/ericcornelissen"><code>@​ericcornelissen</code></a> in <a href="https://github-redirect.dependabot.com/ncipollo/release-action/pull/283">ncipollo/release-action#283</a></li> <li>Dependency updates</li> </ul> <h2>New Contributor</h2> <ul> <li><a href="https://github.com/ericcornelissen"><code>@​ericcornelissen</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/ncipollo/release-action/pull/283">ncipollo/release-action#283</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/ncipollo/release-action/compare/v1.11.2...v1.12.0">https://github.com/ncipollo/release-action/compare/v1.11.2...v1.12.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/ncipollo/release-action/commit/a2e71bdd4e7dab70ca26a852f29600c98b33153e"><code>a2e71bd</code></a> Update &quot;makeLatest&quot; so it's always defined</li> <li><a href="https://github.com/ncipollo/release-action/commit/78ea7b5528fbdf0448a456ff1b7c4fd112f747f2"><code>78ea7b5</code></a> Build main</li> <li><a href="https://github.com/ncipollo/release-action/commit/3898f7abfd5cb14895c4bbcc720c511682a69d17"><code>3898f7a</code></a> Bump jest-circus from 29.2.2 to 29.3.1 (<a href="https://github-redirect.dependabot.com/ncipollo/release-action/issues/280">#280</a>)</li> <li><a href="https://github.com/ncipollo/release-action/commit/2afcaec515414e5312020bc8bcbc1b4fbbdfe814"><code>2afcaec</code></a> Bump <code>@​types/node</code> from 18.11.8 to 18.11.10 (<a href="https://github-redirect.dependabot.com/ncipollo/release-action/issues/281">#281</a>)</li> <li><a href="https://github.com/ncipollo/release-action/commit/2954d914c0c3a9e1fac2f00ddff3a4412d4b20bb"><code>2954d91</code></a> Bump typescript from 4.8.4 to 4.9.3 (<a href="https://github-redirect.dependabot.com/ncipollo/release-action/issues/282">#282</a>)</li> <li><a href="https://github.com/ncipollo/release-action/commit/0bf696716646e34157f74bb951637f8004ca31c1"><code>0bf6967</code></a> Add <code>make_latest</code> option (<a href="https://github-redirect.dependabot.com/ncipollo/release-action/issues/283">#283</a>)</li> <li><a href="https://github.com/ncipollo/release-action/commit/3dd806f2bf5644b1c265f3285d997f98c2dbb9e0"><code>3dd806f</code></a> Fix typo in readme</li> <li>See full diff in <a href="https://github.com/ncipollo/release-action/compare/v1.11.2...v1.12.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.11.2&new-version=1.12.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 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>
2 parents b41b167 + d0d6ced commit 6aca4f5

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
@@ -37,7 +37,7 @@ jobs:
3737
twine upload dist/*
3838
3939
- name: Create/update release on GitHub
40-
uses: ncipollo/release-action@v1.11.2
40+
uses: ncipollo/release-action@v1.12.0
4141
with:
4242
allowUpdates: true
4343
artifacts: "dist/*"

0 commit comments

Comments
 (0)