-
Notifications
You must be signed in to change notification settings - Fork 444
Comparing changes
Open a pull request
base repository: googleapis/release-please
base: v16.13.0
head repository: googleapis/release-please
compare: v16.15.0
- 16 commits
- 32 files changed
- 10 contributors
Commits on Sep 17, 2024
-
feat: handle multiple commits in a single message (#2358)
* feat: handle multiple commits in a single message - updated `splitMessages` function to handle multiple conventional commits within the main message - added logic to separate conventional commits (feat, fix, docs, etc.) within the main message - preserved the original message structure outside of nested commit blocks - enhanced breaking change detection from commit body in `toConventionalChangelogFormat` and `postProcessCommits` functions Resolves #2357 * test: new test case for parsing multiple commits - added new test cases for parsing multiple commits from a single message - added fixture file for multiple commits in a single message - changed the order of the expected commits in `multiple-messages` and `1257-breaking-change` fixtures since the order of the commits in the is not reversed anymore * test: remove duplicate test for parsing multiple commits
Configuration menu - View commit details
-
Copy full SHA for ec41c38 - Browse repository at this point
Copy the full SHA ec41c38View commit details -
chore(main): release 16.14.0 (#2383)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1Configuration menu - View commit details
-
Copy full SHA for 2889497 - Browse repository at this point
Copy the full SHA 2889497View commit details
Commits on Oct 1, 2024
-
fix: when parsing multiple messages from a single commit, require 2 n…
…ewlines (#2390) * fix: when parsing multiple messages from a single commit, require 2 newlines * test: fix test name * try optional windows newlines
Configuration menu - View commit details
-
Copy full SHA for bb5e69b - Browse repository at this point
Copy the full SHA bb5e69bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 47db9b5 - Browse repository at this point
Copy the full SHA 47db9b5View commit details -
chore(main): release 16.14.1 (#2393)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 9df5b71 - Browse repository at this point
Copy the full SHA 9df5b71View commit details -
fix: make workspace plugin with
separate-pull-request
fine (#2310)* fix merging behaviour in plugin * add test * remove unused test snapshot * update licnese header * considering plugin schema carefully * add unit test * remove `determineMerge` and set default value directly * set default value for `separatePullRequests` in `buildPlugin` --------- Co-authored-by: Jeff Ching <chingor@google.com>
Configuration menu - View commit details
-
Copy full SHA for 15c75a9 - Browse repository at this point
Copy the full SHA 15c75a9View commit details
Commits on Oct 8, 2024
-
fix(java-yoshi): match full artifact id when updating versions (#2398)
* fix: match full artifact id when updating versions * add unit tests * lint * fix unit test * lint * restore package * restore package * add unit test
Configuration menu - View commit details
-
Copy full SHA for e062dc1 - Browse repository at this point
Copy the full SHA e062dc1View commit details -
chore(main): release 16.14.2 (#2394)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 64ffba9 - Browse repository at this point
Copy the full SHA 64ffba9View commit details
Commits on Oct 15, 2024
-
build(deps): bump jsonpath-plus from 9.0.0 to 10.0.0 (#2401)
Bumps [jsonpath-plus](https://github.com/s3u/JSONPath) from 9.0.0 to 10.0.0. - [Release notes](https://github.com/s3u/JSONPath/releases) - [Changelog](https://github.com/JSONPath-Plus/JSONPath/blob/main/CHANGES.md) - [Commits](https://github.com/s3u/JSONPath/commits) --- updated-dependencies: - dependency-name: jsonpath-plus dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for ab989e4 - Browse repository at this point
Copy the full SHA ab989e4View commit details -
chore(main): release 16.14.3 (#2404)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 3202daa - Browse repository at this point
Copy the full SHA 3202daaView commit details
Commits on Oct 30, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 33e2d6d - Browse repository at this point
Copy the full SHA 33e2d6dView commit details
Commits on Nov 11, 2024
-
Configuration menu - View commit details
-
Copy full SHA for d68f5c3 - Browse repository at this point
Copy the full SHA d68f5c3View commit details
Commits on Nov 12, 2024
-
Configuration menu - View commit details
-
Copy full SHA for f9614e3 - Browse repository at this point
Copy the full SHA f9614e3View commit details -
chore(main): release 16.14.4 (#2428)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for b79f423 - Browse repository at this point
Copy the full SHA b79f423View commit details -
* feat: add "always-update" config option Fixes #1459 This patch adds a new option "always-update" that forces existing pull requests to be updated even when there are no changes to the release notes. This is useful, for example, when the repository enforces pull requests to be up-to-date with the main branch before they can be merged. Without this option set to `true`, that is, with the default behavior of release-please, if the last commit made to the main branch does not appear in the release notes, the existing pull request branch would not be rebased. * feat: apply suggested changes --------- Co-authored-by: Fabian Meyer <3982806+meyfa@users.noreply.github.com> Co-authored-by: Jeff Ching <chingor@google.com>
1Configuration menu - View commit details
-
Copy full SHA for 72d40df - Browse repository at this point
Copy the full SHA 72d40dfView commit details
Commits on Nov 13, 2024
-
chore(main): release 16.15.0 (#2429)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 3e80797 - Browse repository at this point
Copy the full SHA 3e80797View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v16.13.0...v16.15.0