Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: Bump mikepenz/action-gh-release from 0.2.0.pre.a03 to 1 (#739)
Bumps [mikepenz/action-gh-release](https://github.com/mikepenz/action-gh-release) from 0.2.0.pre.a03 to 1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/mikepenz/action-gh-release/releases">mikepenz/action-gh-release's releases</a>.</em></p> <blockquote> <h2>v1</h2> <ul> <li>no changes</li> </ul> <h2>v0.6.0</h2> <h2>🚀 Features</h2> <ul> <li>Setting to fail on asset upload error <ul> <li>PR: <a href="https://redirect.github.com/mikepenz/action-gh-release/issues/14">#14</a></li> </ul> </li> <li>Use GitHub dependency to upload file <ul> <li>PR: <a href="https://redirect.github.com/mikepenz/action-gh-release/issues/15">#15</a></li> </ul> </li> <li>Offer setting to <code>make_latest</code> <ul> <li>PR: <a href="https://redirect.github.com/mikepenz/action-gh-release/issues/16">#16</a></li> </ul> </li> </ul> <h2>v0.5.0</h2> <h2>📦 Dependencies</h2> <ul> <li>Update major dependencies <ul> <li>PR: <a href="https://redirect.github.com/mikepenz/action-gh-release/issues/13">#13</a></li> </ul> </li> </ul> <h2>v0.4.1</h2> <h2>📦 Dependencies</h2> <ul> <li>Upgrade dependencies | @actions/* | Babel <ul> <li>PR: <a href="https://redirect.github.com/mikepenz/action-gh-release/issues/12">#12</a></li> </ul> </li> </ul> <h2>v0.4.0</h2> <h2>🚀 Features</h2> <ul> <li>Upgrade to node20 | Upgrade dependencies <ul> <li>PR: <a href="https://redirect.github.com/mikepenz/action-gh-release/issues/11">#11</a></li> </ul> </li> </ul> <h2>v0.3.0</h2> <h2>📦 Dependencies</h2> <ul> <li>Update all dependencies to major versions <ul> <li>PR: <a href="https://redirect.github.com/mikepenz/action-gh-release/issues/10">#10</a></li> </ul> </li> </ul> <h2>v0.2.0</h2> <h2>📦 Dependencies</h2> <ul> <li>Upgrade dependencies <ul> <li>PR: <a href="https://redirect.github.com/mikepenz/action-gh-release/issues/8">#8</a></li> </ul> </li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/mikepenz/action-gh-release/blob/main/CHANGELOG.md">mikepenz/action-gh-release's changelog</a>.</em></p> <blockquote> <h2>0.1.11</h2> <ul> <li>better error message on release create failed <a href="https://redirect.github.com/softprops/action-gh-release/pull/143">#143</a></li> </ul> <h2>0.1.10</h2> <ul> <li>fixed error message formatting for file uploads</li> </ul> <h2>0.1.9</h2> <ul> <li>add support for linking release to GitHub discussion <a href="https://redirect.github.com/softprops/action-gh-release/pull/136">#136</a></li> </ul> <h2>0.1.8</h2> <ul> <li>address recent warnings in assert upload api as well as introduce asset upload overrides, allowing for multiple runs for the same release with the same named asserts <a href="https://redirect.github.com/softprops/action-gh-release/pull/134">#134</a></li> <li>fix backwards compatibility with <code>GITHUB_TOKEN</code> resolution. <code>GITHUB_TOKEN</code> is no resolved first from an env varibale and then from and input <a href="https://redirect.github.com/softprops/action-gh-release/pull/133">#133</a></li> <li>trim white space in provided <code>tag_name</code> <a href="https://redirect.github.com/softprops/action-gh-release/pull/130">#130</a></li> </ul> <h2>0.1.7</h2> <ul> <li>allow creating draft releases without a tag <a href="https://redirect.github.com/softprops/action-gh-release/pull/95">#95</a></li> <li>Set default token for simpler setup <a href="https://redirect.github.com/softprops/action-gh-release/pull/83">#83</a></li> <li>fix regression with action yml <a href="https://redirect.github.com/softprops/action-gh-release/pull/126">#126</a></li> </ul> <h2>0.1.6</h2> <p>This is a release catch up have a hiatus. Future releases will happen more frequently</p> <ul> <li>Add 'fail_on_unmatched_files' input, useful for catching cases were your <code>files</code> input does not actually match what you expect <a href="https://redirect.github.com/softprops/action-gh-release/pull/55">#55</a></li> <li>Add <code>repository</code> input, useful for creating a release in an external repository <a href="https://redirect.github.com/softprops/action-gh-release/pull/61">#61</a></li> <li>Add release <code>id</code> to outputs, useful for refering to release in workflow steps following the step that uses this action <a href="https://redirect.github.com/softprops/action-gh-release/pull/60">#60</a></li> <li>Add <code>upload_url</code> as action output, useful for managing uploads separately <a href="https://redirect.github.com/softprops/action-gh-release/pull/75">#75</a></li> <li>Support custom <code>target_commitish</code> value, useful to customize the default <a href="https://redirect.github.com/softprops/action-gh-release/pull/76">#76</a></li> <li>fix <code>body_path</code> input first then fall back on <code>body</code> input. this was the originally documented precedence but was implemened the the opposite order! <a href="https://redirect.github.com/softprops/action-gh-release/pull/85">#85</a></li> <li>Retain original release info if the keys are not set, useful for filling in blanks for a release you've already started separately <a href="https://redirect.github.com/softprops/action-gh-release/pull/109">#109</a></li> <li>Limit number of times github api request to create a release is retried, useful for avoiding eating up your rate limit and action minutes do to either an invalid token or other circumstance causing the api call to fail <a href="https://redirect.github.com/softprops/action-gh-release/pull/111">#111</a></li> </ul> <h2>0.1.5</h2> <ul> <li>Added support for specifying tag name <a href="https://redirect.github.com/softprops/action-gh-release/pull/39">#39</a></li> </ul> <h2>0.1.4</h2> <ul> <li>Added support for updating releases body <a href="https://redirect.github.com/softprops/action-gh-release/pull/36">#36</a></li> <li>Steps can now access the url of releases with the <code>url</code> output of this Action <a href="https://redirect.github.com/softprops/action-gh-release/pull/28">#28</a></li> <li>Added basic GitHub API retry support to manage API turbulance <a href="https://redirect.github.com/softprops/action-gh-release/pull/26">#26</a></li> </ul> <h2>0.1.3</h2> <ul> <li>Fixed where <code>with: body_path</code> was not being used in generated GitHub releases</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/mikepenz/action-gh-release/commit/9a604afa5167a745eab07256a54e2f578a1a0c5e"><code>9a604af</code></a> Merge pull request <a href="https://redirect.github.com/mikepenz/action-gh-release/issues/16">#16</a> from mikepenz/other/use_github_request_api</li> <li><a href="https://github.com/mikepenz/action-gh-release/commit/1168a0da289801cab759922c331f17c9b6afe371"><code>1168a0d</code></a> - add new option to configure on making the release the latest</li> <li><a href="https://github.com/mikepenz/action-gh-release/commit/51db930ef99c7064edb8dd1aaf7fe62d2f5af881"><code>51db930</code></a> Merge pull request <a href="https://redirect.github.com/mikepenz/action-gh-release/issues/15">#15</a> from mikepenz/other/use_github_request_api</li> <li><a href="https://github.com/mikepenz/action-gh-release/commit/b167d3aebbaa36bd98e434481aa5896ba7644d42"><code>b167d3a</code></a> - use github api to make request for file upload</li> <li><a href="https://github.com/mikepenz/action-gh-release/commit/e96723b2f24aa27b041ffe41db21394139368d12"><code>e96723b</code></a> Merge pull request <a href="https://redirect.github.com/mikepenz/action-gh-release/issues/14">#14</a> from mikepenz/feature/setting_to_not_fail_on_asset_error</li> <li><a href="https://github.com/mikepenz/action-gh-release/commit/947b6161cd8fab78c085cfa728db01f0fe6dcf0d"><code>947b616</code></a> - add setting to make the action fail if an asset fails to upload, set to fal...</li> <li><a href="https://github.com/mikepenz/action-gh-release/commit/7c0c85cd82a041cfcc74244aec724e96c2bcf77e"><code>7c0c85c</code></a> Merge pull request <a href="https://redirect.github.com/mikepenz/action-gh-release/issues/13">#13</a> from mikepenz/feature/dependency_upgrades_20240313</li> <li><a href="https://github.com/mikepenz/action-gh-release/commit/3e5ab161e94e585124d5eb1fa2cce9517695a68c"><code>3e5ab16</code></a> - recompile (we can't update to mime 4)</li> <li><a href="https://github.com/mikepenz/action-gh-release/commit/e5df9b0213e896666935116f940d93a087568abe"><code>e5df9b0</code></a> ```</li> <li><a href="https://github.com/mikepenz/action-gh-release/commit/ac23f2c4388204c6081863ead928a6f05fd7838a"><code>ac23f2c</code></a> Merge pull request <a href="https://redirect.github.com/mikepenz/action-gh-release/issues/12">#12</a> from mikepenz/feature/dependency_upgrades_20231020</li> <li>Additional commits viewable in <a href="https://github.com/mikepenz/action-gh-release/compare/v0.2.0-a03...v1">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=mikepenz/action-gh-release&package-manager=github_actions&previous-version=0.2.0.pre.a03&new-version=1)](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>
- Loading branch information