Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): bump GoogleCloudPlatform/release-please-action from 3.7.13 to 4.1.3 #736

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 21, 2024

Bumps GoogleCloudPlatform/release-please-action from 3.7.13 to 4.1.3.

Release notes

Sourced from GoogleCloudPlatform/release-please-action's releases.

v4.1.3

4.1.3 (2024-06-10)

Bug Fixes

  • correct log output when creating releases (#933) (2725132)

v4.1.2

4.1.2 (2024-06-10)

Bug Fixes

  • bump release-please from 16.10.2 to 16.12.0 (#1005) (cb03961)

v4.1.1

4.1.1 (2024-05-14)

Bug Fixes

  • bump release-please from 16.10.0 to 16.10.2 (#969) (aa764e0)
  • bump the npm_and_yarn group with 1 update (#967) (ce529d4)

v4.1.0

4.1.0 (2024-03-11)

Features

  • add changelog-host input to action.yml (#948) (863b06f)

v4.0.3

4.0.3 (2024-03-11)

Bug Fixes

  • bump release-please from 16.5.0 to 16.10.0 (#953) (d7e88e0)

v4.0.2

4.0.2 (2023-12-18)

Bug Fixes

... (truncated)

Changelog

Sourced from GoogleCloudPlatform/release-please-action's changelog.

4.1.3 (2024-06-10)

Bug Fixes

  • correct log output when creating releases (#933) (2725132)

4.1.2 (2024-06-10)

Bug Fixes

  • bump release-please from 16.10.2 to 16.12.0 (#1005) (cb03961)

4.1.1 (2024-05-14)

Bug Fixes

  • bump release-please from 16.10.0 to 16.10.2 (#969) (aa764e0)
  • bump the npm_and_yarn group with 1 update (#967) (ce529d4)

4.1.0 (2024-03-11)

Features

  • add changelog-host input to action.yml (#948) (863b06f)

4.0.3 (2024-03-11)

Bug Fixes

  • bump release-please from 16.5.0 to 16.10.0 (#953) (d7e88e0)

4.0.2 (2023-12-18)

Bug Fixes

4.0.1 (2023-12-07)

Bug Fixes

  • bump release-please from 16.3.1 to 16.4.0 (#897) (2463dad)

... (truncated)

Commits

Dependabot compatibility score

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 commands and options

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)

Bumps [GoogleCloudPlatform/release-please-action](https://github.com/googlecloudplatform/release-please-action) from 3.7.13 to 4.1.3.
- [Release notes](https://github.com/googlecloudplatform/release-please-action/releases)
- [Changelog](https://github.com/googleapis/release-please-action/blob/main/CHANGELOG.md)
- [Commits](googleapis/release-please-action@v3.7.13...v4.1.3)

---
updated-dependencies:
- dependency-name: GoogleCloudPlatform/release-please-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Aug 21, 2024
@teolemon teolemon merged commit 5175897 into master Aug 21, 2024
3 of 4 checks passed
@teolemon teolemon deleted the dependabot/github_actions/GoogleCloudPlatform/release-please-action-4.1.3 branch August 21, 2024 11:13
@raphodn
Copy link
Member

raphodn commented Aug 22, 2024

@teolemon this upgrade also has breaking changes. the l10n PRs don't appear anymore in the changelog

@raphodn
Copy link
Member

raphodn commented Aug 22, 2024

reverted to have it working again.

if not then this PR for instance would not have been generated : #777

@teolemon
Copy link
Member

@raphodn
Copy link
Member

raphodn commented Aug 22, 2024

in v4 it needs a release-plase-config.json

so it falls back to the default rule

Release Please creates a release pull request after it notices the default branch contains "releasable units" since the last release. A releasable unit is a commit to the branch with one of the following prefixes: "feat", "fix", and "deps". (A "chore" or "build" commit is not a releasable unit.)

we use refactor a lot, won't be picked up in the changelog v4. same for chore. example with #777 which contains 3 refactor & 1 chore, and was only picked up after reverting to release-please@v3

and the PR #769 was not picked up by release-please@v4

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

2 participants