Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump svenstaro/upload-release-action from 1.pre.release to 2.9.0 (#1431)
Bumps [svenstaro/upload-release-action](https://github.com/svenstaro/upload-release-action) from 1.pre.release to 2.9.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/svenstaro/upload-release-action/releases">svenstaro/upload-release-action's releases</a>.</em></p> <blockquote> <h2>2.9.0</h2> <ul> <li>Allow seeting a release as draft <a href="https://redirect.github.com/svenstaro/upload-release-action/pull/112">#112</a> (thanks <a href="https://github.com/ShonP40"><code>@ShonP40</code></a>)</li> </ul> <h2>2.8.0</h2> <ul> <li>Bump all deps</li> <li>Update to node 20</li> </ul> <h2>2.7.0</h2> <ul> <li>Allow setting an explicit target_commitish <a href="https://redirect.github.com/svenstaro/upload-release-action/pull/46">#46</a> (thanks <a href="https://github.com/Spikatrix"><code>@Spikatrix</code></a>)</li> </ul> <h2>2.6.1</h2> <ul> <li>Do not overwrite body or name if empty <a href="https://redirect.github.com/svenstaro/upload-release-action/pull/108">#108</a> (thanks <a href="https://github.com/regevbr"><code>@regevbr</code></a>)</li> </ul> <h2>2.6.0</h2> <ul> <li>Add <code>make_latest</code> input parameter. Can be set to <code>false</code> to prevent the created release from being marked as the latest release for the repository <a href="https://redirect.github.com/svenstaro/upload-release-action/pull/100">#100</a> (thanks <a href="https://github.com/brandonkelly"><code>@brandonkelly</code></a>)</li> <li>Don't try to upload empty files <a href="https://redirect.github.com/svenstaro/upload-release-action/pull/102">#102</a> (thanks <a href="https://github.com/Loyalsoldier"><code>@Loyalsoldier</code></a>)</li> <li>Bump all deps <a href="https://redirect.github.com/svenstaro/upload-release-action/pull/105">#105</a></li> <li><code>overwrite</code> option also overwrites name and body <a href="https://redirect.github.com/svenstaro/upload-release-action/pull/106">#106</a> (thanks <a href="https://github.com/regevbr"><code>@regevbr</code></a>)</li> <li>Add <code>promote</code> option to allow prereleases to be promoted <a href="https://redirect.github.com/svenstaro/upload-release-action/pull/74">#74</a> (thanks <a href="https://github.com/regevbr"><code>@regevbr</code></a>)</li> </ul> <h2>2.5.0</h2> <ul> <li>Add retry to upload release <a href="https://redirect.github.com/svenstaro/upload-release-action/pull/96">#96</a> (thanks <a href="https://github.com/sonphantrung"><code>@sonphantrung</code></a>)</li> </ul> <h2>2.4.1</h2> <ul> <li>Modernize octokit usage</li> </ul> <h2>2.4.0</h2> <ul> <li>Update to node 16</li> <li>Bump most dependencies</li> </ul> <h2>2.3.0</h2> <ul> <li>Now defaults <code>repo_token</code> to <code>${{ github.token }}</code> and <code>tag</code> to <code>${{ github.ref }}</code> <a href="https://redirect.github.com/svenstaro/upload-release-action/pull/69">#69</a> (thanks <a href="https://github.com/leighmcculloch"><code>@leighmcculloch</code></a>)</li> </ul> <h2>2.2.1</h2> <ul> <li>Added support for the GitHub pagination API for repositories with many releases <a href="https://redirect.github.com/svenstaro/upload-release-action/pull/36">#36</a> (thanks <a href="https://github.com/djpohly"><code>@djpohly</code></a>)</li> </ul> <h2>2.2.0</h2> <ul> <li>Add support for ceating a new release in a foreign repository <a href="https://redirect.github.com/svenstaro/upload-release-action/pull/25">#25</a> (thanks <a href="https://github.com/kittaakos"><code>@kittaakos</code></a>)</li> <li>Upgrade all deps</li> </ul> <h2>2.1.1</h2> <ul> <li>Fix <code>release_name</code> option <a href="https://redirect.github.com/svenstaro/upload-release-action/pull/27">#27</a> (thanks <a href="https://github.com/kittaakos"><code>@kittaakos</code></a>)</li> </ul> <h2>2.1.0</h2> <ul> <li>Strip refs/heads/ from the input tag <a href="https://redirect.github.com/svenstaro/upload-release-action/pull/23">#23</a> (thanks <a href="https://github.com/OmarEmaraDev"><code>@OmarEmaraDev</code></a>)</li> </ul> <h2>2.0.0</h2> <ul> <li>Add <code>prerelease</code> input parameter. Setting this marks the created release as a pre-release.</li> <li>Add <code>release_name</code> input parameter. Setting this explicitly sets the title of the release.</li> <li>Add <code>body</code> input parameter. Setting this sets the text content of the created release.</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/svenstaro/upload-release-action/blob/master/CHANGELOG.md">svenstaro/upload-release-action's changelog</a>.</em></p> <blockquote> <h2>[2.9.0] - 2024-02-22</h2> <ul> <li>Allow seeting a release as draft <a href="https://redirect.github.com/svenstaro/upload-release-action/pull/112">#112</a> (thanks <a href="https://github.com/ShonP40"><code>@ShonP40</code></a>)</li> </ul> <h2>[2.8.0] - 2024-02-21</h2> <ul> <li>Bump all deps</li> <li>Update to node 20</li> </ul> <h2>[2.7.0] - 2023-07-28</h2> <ul> <li>Allow setting an explicit target_commitish <a href="https://redirect.github.com/svenstaro/upload-release-action/pull/46">#46</a> (thanks <a href="https://github.com/Spikatrix"><code>@Spikatrix</code></a>)</li> </ul> <h2>[2.6.1] - 2023-05-31</h2> <ul> <li>Do not overwrite body or name if empty <a href="https://redirect.github.com/svenstaro/upload-release-action/pull/108">#108</a> (thanks <a href="https://github.com/regevbr"><code>@regevbr</code></a>)</li> </ul> <h2>[2.6.0] - 2023-05-23</h2> <ul> <li>Add <code>make_latest</code> input parameter. Can be set to <code>false</code> to prevent the created release from being marked as the latest release for the repository <a href="https://redirect.github.com/svenstaro/upload-release-action/pull/100">#100</a> (thanks <a href="https://github.com/brandonkelly"><code>@brandonkelly</code></a>)</li> <li>Don't try to upload empty files <a href="https://redirect.github.com/svenstaro/upload-release-action/pull/102">#102</a> (thanks <a href="https://github.com/Loyalsoldier"><code>@Loyalsoldier</code></a>)</li> <li>Bump all deps <a href="https://redirect.github.com/svenstaro/upload-release-action/pull/105">#105</a></li> <li><code>overwrite</code> option also overwrites name and body <a href="https://redirect.github.com/svenstaro/upload-release-action/pull/106">#106</a> (thanks <a href="https://github.com/regevbr"><code>@regevbr</code></a>)</li> <li>Add <code>promote</code> option to allow prereleases to be promoted <a href="https://redirect.github.com/svenstaro/upload-release-action/pull/74">#74</a> (thanks <a href="https://github.com/regevbr"><code>@regevbr</code></a>)</li> </ul> <h2>[2.5.0] - 2023-02-21</h2> <ul> <li>Add retry to upload release <a href="https://redirect.github.com/svenstaro/upload-release-action/pull/96">#96</a> (thanks <a href="https://github.com/sonphantrung"><code>@sonphantrung</code></a>)</li> </ul> <h2>[2.4.1] - 2023-02-01</h2> <ul> <li>Modernize octokit usage</li> </ul> <h2>[2.4.0] - 2023-01-09</h2> <ul> <li>Update to node 16</li> <li>Bump most dependencies</li> </ul> <h2>[2.3.0] - 2022-06-05</h2> <ul> <li>Now defaults <code>repo_token</code> to <code>${{ github.token }}</code> and <code>tag</code> to <code>${{ github.ref }}</code> <a href="https://redirect.github.com/svenstaro/upload-release-action/pull/69">#69</a> (thanks <a href="https://github.com/leighmcculloch"><code>@leighmcculloch</code></a>)</li> </ul> <h2>[2.2.1] - 2020-12-16</h2> <ul> <li>Added support for the GitHub pagination API for repositories with many releases <a href="https://redirect.github.com/svenstaro/upload-release-action/pull/36">#36</a> (thanks <a href="https://github.com/djpohly"><code>@djpohly</code></a>)</li> </ul> <h2>[2.2.0] - 2020-10-07</h2> <ul> <li>Add support for ceating a new release in a foreign repository <a href="https://redirect.github.com/svenstaro/upload-release-action/pull/25">#25</a> (thanks <a href="https://github.com/kittaakos"><code>@kittaakos</code></a>)</li> <li>Upgrade all deps</li> </ul> <h2>[2.1.1] - 2020-09-25</h2> <ul> <li>Fix <code>release_name</code> option <a href="https://redirect.github.com/svenstaro/upload-release-action/pull/27">#27</a> (thanks <a href="https://github.com/kittaakos"><code>@kittaakos</code></a>)</li> </ul> <h2>[2.1.0] - 2020-08-10</h2> <ul> <li>Strip refs/heads/ from the input tag <a href="https://redirect.github.com/svenstaro/upload-release-action/pull/23">#23</a> (thanks <a href="https://github.com/OmarEmaraDev"><code>@OmarEmaraDev</code></a>)</li> </ul> <h2>[2.0.0] - 2020-07-03</h2> <ul> <li>Add <code>prerelease</code> input parameter. Setting this marks the created release as a pre-release.</li> <li>Add <code>release_name</code> input parameter. Setting this explicitly sets the title of the release.</li> <li>Add <code>body</code> input parameter. Setting this sets the text content of the created release.</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/svenstaro/upload-release-action/commit/04733e069f2d7f7f0b4aebc4fbdbce8613b03ccd"><code>04733e0</code></a> This is 2.9.0</li> <li><a href="https://github.com/svenstaro/upload-release-action/commit/7b5b755e5b32640de36717dc2e122421b7f0f796"><code>7b5b755</code></a> Add CHANGELOG entry for <a href="https://redirect.github.com/svenstaro/upload-release-action/issues/112">#112</a></li> <li><a href="https://github.com/svenstaro/upload-release-action/commit/17449a21ea8bc7996bd36565210a0ce8136ad874"><code>17449a2</code></a> Add draft release support (fixes <a href="https://redirect.github.com/svenstaro/upload-release-action/issues/19">#19</a>)</li> <li><a href="https://github.com/svenstaro/upload-release-action/commit/ec2ff03a5ada0a0cd2765ccee2ae0e2817ccc324"><code>ec2ff03</code></a> Amend CHANGELOG</li> <li><a href="https://github.com/svenstaro/upload-release-action/commit/ff23fb25746259ded95ac8d35cf2c0cfbea4f8c0"><code>ff23fb2</code></a> This is 2.8.0</li> <li><a href="https://github.com/svenstaro/upload-release-action/commit/8e438350b0844e19ff95c6caa0a4dfd8b95002dd"><code>8e43835</code></a> Bump all deps</li> <li><a href="https://github.com/svenstaro/upload-release-action/commit/fe688929210446b58cd7990c2352d8c652c822a3"><code>fe68892</code></a> Merge pull request <a href="https://redirect.github.com/svenstaro/upload-release-action/issues/113">#113</a> from svenstaro/dependabot/npm_and_yarn/babel/traverse...</li> <li><a href="https://github.com/svenstaro/upload-release-action/commit/a13e7b5d409f49fd06a9cf25d369bb6669d4ba9b"><code>a13e7b5</code></a> Merge pull request <a href="https://redirect.github.com/svenstaro/upload-release-action/issues/116">#116</a> from der-eismann/update-to-node20</li> <li><a href="https://github.com/svenstaro/upload-release-action/commit/a4bae284e7796b6c439e4b4f40712965fb722cc0"><code>a4bae28</code></a> Update to node20</li> <li><a href="https://github.com/svenstaro/upload-release-action/commit/c19ddf4c203689768cd0ee1aa4030bffe418ed81"><code>c19ddf4</code></a> Bump <code>@babel/traverse</code> from 7.22.8 to 7.23.2</li> <li>Additional commits viewable in <a href="https://github.com/svenstaro/upload-release-action/compare/v1-release...2.9.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=svenstaro/upload-release-action&package-manager=github_actions&previous-version=1.pre.release&new-version=2.9.0)](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> > **Note** > Automatic rebases have been disabled on this pull request as it has been open for over 30 days. Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information