Skip to content

Commit

Permalink
build(deps): Bump google-github-actions/release-please-action from 3.…
Browse files Browse the repository at this point in the history
…7 to 4.0 (#265)

Bumps
[google-github-actions/release-please-action](https://github.com/google-github-actions/release-please-action)
from 3.7 to 4.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/google-github-actions/release-please-action/releases">google-github-actions/release-please-action's
releases</a>.</em></p>
<blockquote>
<h2>v4.0.0</h2>
<h2><a
href="https://github.com/google-github-actions/release-please-action/compare/v3.7.13...v4.0.0">4.0.0</a>
(2023-12-01)</h2>
<h3>⚠ BREAKING CHANGES</h3>
<ul>
<li>remove most configuration options in favor of manifest configuration
to configure the release-please-action</li>
<li>rewrite in typescript</li>
<li>remove command option in favor of setting <code>release-type</code>
and
<code>skip-github-release</code>/<code>skip-github-pull-request</code></li>
<li>run on node20</li>
<li><strong>deps:</strong> upgrade release-please to v16</li>
<li>v4 release</li>
</ul>
<h3>Features</h3>
<ul>
<li><strong>deps:</strong> upgrade release-please to v16 (<a
href="https://github.com/google-github-actions/release-please-action/commit/9cf05a09b133475347f729dc7d17b023081cc8d3">9cf05a0</a>)</li>
<li>remove command option in favor of setting <code>release-type</code>
and
<code>skip-github-release</code>/<code>skip-github-pull-request</code>
(<a
href="https://github.com/google-github-actions/release-please-action/commit/9cf05a09b133475347f729dc7d17b023081cc8d3">9cf05a0</a>)</li>
<li>remove most configuration options in favor of manifest configuration
to configure the release-please-action (<a
href="https://github.com/google-github-actions/release-please-action/commit/9cf05a09b133475347f729dc7d17b023081cc8d3">9cf05a0</a>)</li>
<li>run on node20 (<a
href="https://github.com/google-github-actions/release-please-action/commit/9cf05a09b133475347f729dc7d17b023081cc8d3">9cf05a0</a>)</li>
<li>v4 release (<a
href="https://github.com/google-github-actions/release-please-action/commit/9cf05a09b133475347f729dc7d17b023081cc8d3">9cf05a0</a>)</li>
</ul>
<h3>Bug Fixes</h3>
<ul>
<li>bump release-please from 16.3.0 to 16.3.1 (<a
href="https://redirect.github.com/google-github-actions/release-please-action/issues/876">#876</a>)
(<a
href="https://github.com/google-github-actions/release-please-action/commit/c9291a968c291c9576e9e82a69ac316f60b980eb">c9291a9</a>)</li>
<li>restore include-component-in-tag default (false) (<a
href="https://redirect.github.com/google-github-actions/release-please-action/issues/888">#888</a>)
(<a
href="https://github.com/google-github-actions/release-please-action/commit/19431a1126b0d092093511e4d9074add51d1e9e1">19431a1</a>)</li>
</ul>
<h3>Code Refactoring</h3>
<ul>
<li>rewrite in typescript (<a
href="https://github.com/google-github-actions/release-please-action/commit/9cf05a09b133475347f729dc7d17b023081cc8d3">9cf05a0</a>)</li>
</ul>
<h2>v3.7.13</h2>
<h2><a
href="https://github.com/google-github-actions/release-please-action/compare/v3.7.12...v3.7.13">3.7.13</a>
(2023-11-06)</h2>
<h3>Bug Fixes</h3>
<ul>
<li><strong>deps:</strong> bump dependency versions (<a
href="https://redirect.github.com/google-github-actions/release-please-action/issues/849">#849</a>)
(<a
href="https://github.com/google-github-actions/release-please-action/commit/910801217bf1ec07dd4367e66345f83918f7ae57">9108012</a>)</li>
</ul>
<h2>v3.7.12</h2>
<h2><a
href="https://github.com/google-github-actions/release-please-action/compare/v3.7.11...v3.7.12">3.7.12</a>
(2023-09-28)</h2>
<h3>Bug Fixes</h3>
<ul>
<li>bump release-please from 15.12.0 to 15.13.0 (<a
href="https://redirect.github.com/google-github-actions/release-please-action/issues/813">#813</a>)
(<a
href="https://github.com/google-github-actions/release-please-action/commit/01b3219546e6e7c4cfdaece8cd06efa464f49e2a">01b3219</a>)</li>
</ul>
<h2>v3.7.11</h2>
<h2><a
href="https://github.com/google-github-actions/release-please-action/compare/v3.7.10...v3.7.11">3.7.11</a>
(2023-07-20)</h2>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/google-github-actions/release-please-action/blob/main/CHANGELOG.md">google-github-actions/release-please-action's
changelog</a>.</em></p>
<blockquote>
<h2><a
href="https://www.github.com/google-github-actions/release-please-action/compare/v2.33.1...v2.34.0">2.34.0</a>
(2021-10-04)</h2>
<h3>Features</h3>
<ul>
<li>allow repo url to be set as argument to GitHub action (<a
href="https://redirect.github.com/google-github-actions/release-please-action/issues/380">#380</a>)
(<a
href="https://www.github.com/google-github-actions/release-please-action/commit/a0cd0f5123ff8cb3d8e4aefd3158a4276c2034ed">a0cd0f5</a>)</li>
</ul>
<h3>Bug Fixes</h3>
<ul>
<li><strong>config:</strong> add apiUrl config on Github release command
(<a
href="https://redirect.github.com/google-github-actions/release-please-action/issues/379">#379</a>)
(<a
href="https://www.github.com/google-github-actions/release-please-action/commit/906f9156f8d5659aa73c8cc6c4aea2c65cde2be2">906f915</a>)</li>
</ul>
<h3><a
href="https://www.github.com/google-github-actions/release-please-action/compare/v2.33.0...v2.33.1">2.33.1</a>
(2021-09-24)</h3>
<h3>Bug Fixes</h3>
<ul>
<li><strong>input:</strong> miss inputs config for action.yml (<a
href="https://redirect.github.com/google-github-actions/release-please-action/issues/376">#376</a>)
(<a
href="https://www.github.com/google-github-actions/release-please-action/commit/c7c114719ac3d17225d5f4b0999e80bad98d4621">c7c1147</a>)</li>
</ul>
<h2><a
href="https://www.github.com/google-github-actions/release-please-action/compare/v2.32.0...v2.33.0">2.33.0</a>
(2021-09-23)</h2>
<h3>Features</h3>
<ul>
<li>add <code>bump-patch-for-minor-pre-major</code> option (<a
href="https://redirect.github.com/google-github-actions/release-please-action/issues/365">#365</a>)
(<a
href="https://www.github.com/google-github-actions/release-please-action/commit/435e216fbed0bacec7eb7bc92d39191c3b2c2c3a">435e216</a>)</li>
<li><strong>input:</strong> add github API URL configuration for input
(<a
href="https://redirect.github.com/google-github-actions/release-please-action/issues/368">#368</a>)
(<a
href="https://www.github.com/google-github-actions/release-please-action/commit/fd7f2fff26a5ad2654f5f5dc574fd7818f46daec">fd7f2ff</a>)</li>
<li><strong>release-please:</strong> add signoff options to sign off
commits (<a
href="https://redirect.github.com/google-github-actions/release-please-action/issues/374">#374</a>)
(<a
href="https://www.github.com/google-github-actions/release-please-action/commit/76774804a87fc57538dd196466b0f6898a3a69de">7677480</a>)</li>
</ul>
<h2><a
href="https://www.github.com/google-github-actions/release-please-action/compare/v2.31.0...v2.32.0">2.32.0</a>
(2021-09-13)</h2>
<h3>Features</h3>
<ul>
<li>output list of paths released during manifest release (<a
href="https://redirect.github.com/google-github-actions/release-please-action/issues/362">#362</a>)
(<a
href="https://www.github.com/google-github-actions/release-please-action/commit/670afac8ab682e158b4e390a3209d42346e72518">670afac</a>)</li>
</ul>
<h2><a
href="https://www.github.com/google-github-actions/release-please-action/compare/v2.30.0...v2.31.0">2.31.0</a>
(2021-09-09)</h2>
<h3>Features</h3>
<ul>
<li>adds elixir support (<a
href="https://redirect.github.com/google-github-actions/release-please-action/issues/354">#354</a>)
(<a
href="https://www.github.com/google-github-actions/release-please-action/commit/59f49151772e19ad5a5c7959831ce4252f538789">59f4915</a>)</li>
</ul>
<h3>Bug Fixes</h3>
<ul>
<li><code>Unexpected input(s)</code> warning for inputs:
<code>config-file</code> &amp; <code>manifest-file</code> (<a
href="https://redirect.github.com/google-github-actions/release-please-action/issues/356">#356</a>)
(<a
href="https://www.github.com/google-github-actions/release-please-action/commit/f19ddf2fe64b11510b2a743ecb73af5bb693d79d">f19ddf2</a>)</li>
<li><strong>build:</strong> action with support for PHP (<a
href="https://www.github.com/google-github-actions/release-please-action/commit/fd790a278caa544313600a3eb908e5ebaecc6cc5">fd790a2</a>)</li>
</ul>
<h2><a
href="https://www.github.com/google-github-actions/release-please-action/compare/v2.29.2...v2.30.0">2.30.0</a>
(2021-08-25)</h2>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/google-github-actions/release-please-action/commit/a6d1fd9854c8c40688a72f7e4b072a1e965860a0"><code>a6d1fd9</code></a>
chore(main): release 4.0.0 (<a
href="https://redirect.github.com/google-github-actions/release-please-action/issues/883">#883</a>)</li>
<li><a
href="https://github.com/google-github-actions/release-please-action/commit/27c87c8aff660c3ce401107dc1b9a3edc572f0f0"><code>27c87c8</code></a>
docs: fix update output key names (<a
href="https://redirect.github.com/google-github-actions/release-please-action/issues/885">#885</a>)</li>
<li><a
href="https://github.com/google-github-actions/release-please-action/commit/b067e38d2f241347979266f425adcc05c297d313"><code>b067e38</code></a>
chore: build dist (<a
href="https://redirect.github.com/google-github-actions/release-please-action/issues/891">#891</a>)</li>
<li><a
href="https://github.com/google-github-actions/release-please-action/commit/c9291a968c291c9576e9e82a69ac316f60b980eb"><code>c9291a9</code></a>
fix: bump release-please from 16.3.0 to 16.3.1 (<a
href="https://redirect.github.com/google-github-actions/release-please-action/issues/876">#876</a>)</li>
<li><a
href="https://github.com/google-github-actions/release-please-action/commit/b1da2aee9f556aa1e7f983e52cd68c8ab8389b63"><code>b1da2ae</code></a>
build: remove unneeded, failing labelling step (<a
href="https://redirect.github.com/google-github-actions/release-please-action/issues/890">#890</a>)</li>
<li><a
href="https://github.com/google-github-actions/release-please-action/commit/de60c24be6e93649e7192ebe2cd7078614022a40"><code>de60c24</code></a>
build: the include-component-in-tag should default to false (<a
href="https://redirect.github.com/google-github-actions/release-please-action/issues/889">#889</a>)</li>
<li><a
href="https://github.com/google-github-actions/release-please-action/commit/19431a1126b0d092093511e4d9074add51d1e9e1"><code>19431a1</code></a>
fix: restore include-component-in-tag default (false) (<a
href="https://redirect.github.com/google-github-actions/release-please-action/issues/888">#888</a>)</li>
<li><a
href="https://github.com/google-github-actions/release-please-action/commit/eb6e95104ac0da0fbaedf60a226a0e9d282d1cfb"><code>eb6e951</code></a>
build: temporarily allow manual triggering to debug (<a
href="https://redirect.github.com/google-github-actions/release-please-action/issues/887">#887</a>)</li>
<li><a
href="https://github.com/google-github-actions/release-please-action/commit/546de4e1ec962156112b6e5b306e8dae6e73beae"><code>546de4e</code></a>
build: actually run main() in index.ts (<a
href="https://redirect.github.com/google-github-actions/release-please-action/issues/882">#882</a>)</li>
<li><a
href="https://github.com/google-github-actions/release-please-action/commit/c5182cc8b1ba400fc549efce9b4f73c58db4417b"><code>c5182cc</code></a>
build: update to use v4 configuration options (<a
href="https://redirect.github.com/google-github-actions/release-please-action/issues/881">#881</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/google-github-actions/release-please-action/compare/v3.7...v4.0">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=google-github-actions/release-please-action&package-manager=github_actions&previous-version=3.7&new-version=4.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>
  • Loading branch information
dependabot[bot] authored Dec 4, 2023
1 parent 146f50a commit 17170a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-please.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
release-please:
runs-on: ubuntu-22.04
steps:
- uses: google-github-actions/release-please-action@v3.7
- uses: google-github-actions/release-please-action@v4.0
id: release-please
with:
release-type: go
Expand Down

0 comments on commit 17170a4

Please sign in to comment.