Skip to content

Commit

Permalink
ci(deps): update google-github-actions/release-please-action action t…
Browse files Browse the repository at this point in the history
…o v4 (#467)

[![Mend Renovate logo
banner](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
|
[google-github-actions/release-please-action](https://togithub.com/google-github-actions/release-please-action)
| action | major | `v3.7.13` -> `v4.0.0` |

---

### Release Notes

<details>
<summary>google-github-actions/release-please-action
(google-github-actions/release-please-action)</summary>

###
[`v4.0.0`](https://togithub.com/google-github-actions/release-please-action/releases/tag/v4.0.0)

[Compare
Source](https://togithub.com/google-github-actions/release-please-action/compare/v3.7.13...v4.0.0)

##### ⚠ BREAKING CHANGES

- remove most configuration options in favor of manifest configuration
to configure the release-please-action
-   rewrite in typescript
- remove command option in favor of setting `release-type` and
`skip-github-release`/`skip-github-pull-request`
-   run on node20
-   **deps:** upgrade release-please to v16
-   v4 release

##### Features

- **deps:** upgrade release-please to v16
([9cf05a0](https://togithub.com/google-github-actions/release-please-action/commit/9cf05a09b133475347f729dc7d17b023081cc8d3))
- remove command option in favor of setting `release-type` and
`skip-github-release`/`skip-github-pull-request`
([9cf05a0](https://togithub.com/google-github-actions/release-please-action/commit/9cf05a09b133475347f729dc7d17b023081cc8d3))
- remove most configuration options in favor of manifest configuration
to configure the release-please-action
([9cf05a0](https://togithub.com/google-github-actions/release-please-action/commit/9cf05a09b133475347f729dc7d17b023081cc8d3))
- run on node20
([9cf05a0](https://togithub.com/google-github-actions/release-please-action/commit/9cf05a09b133475347f729dc7d17b023081cc8d3))
- v4 release
([9cf05a0](https://togithub.com/google-github-actions/release-please-action/commit/9cf05a09b133475347f729dc7d17b023081cc8d3))

##### Bug Fixes

- bump release-please from 16.3.0 to 16.3.1
([#&#8203;876](https://togithub.com/google-github-actions/release-please-action/issues/876))
([c9291a9](https://togithub.com/google-github-actions/release-please-action/commit/c9291a968c291c9576e9e82a69ac316f60b980eb))
- restore include-component-in-tag default (false)
([#&#8203;888](https://togithub.com/google-github-actions/release-please-action/issues/888))
([19431a1](https://togithub.com/google-github-actions/release-please-action/commit/19431a1126b0d092093511e4d9074add51d1e9e1))

##### Code Refactoring

- rewrite in typescript
([9cf05a0](https://togithub.com/google-github-actions/release-please-action/commit/9cf05a09b133475347f729dc7d17b023081cc8d3))

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR is behind base branch, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/Mogyuchi/gh-test).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy41OS44IiwidXBkYXRlZEluVmVyIjoiMzcuNTkuOCIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 2, 2023
1 parent 0464c30 commit 7d8f58a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/on-push-to-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
tag_name: ${{ steps.release-please.outputs.tag_name }}
pr: ${{ steps.release-please.outputs.pr }}
steps:
- uses: google-github-actions/release-please-action@db8f2c60ee802b3748b512940dde88eabd7b7e01 # v3.7.13
- uses: google-github-actions/release-please-action@a6d1fd9854c8c40688a72f7e4b072a1e965860a0 # v4.0.0
id: release-please
with:
release-type: rust
Expand Down

0 comments on commit 7d8f58a

Please sign in to comment.