forked from googleapis/release-please
-
Notifications
You must be signed in to change notification settings - Fork 0
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
merge latest main #1
Open
roivanov
wants to merge
28
commits into
jack-lewin:main
Choose a base branch
from
roivanov:sync
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Co-authored-by: Jeff Ching <chingor@google.com>
…extraFiles (googleapis#2344) Co-authored-by: Jeff Ching <chingor@google.com>
…oogleapis#2367) Co-authored-by: Jeff Ching <chingor@google.com>
Signed-off-by: Ketil Gjerde <477141+mysteq@users.noreply.github.com> Co-authored-by: Jeff Ching <chingor@google.com>
…googleapis#2253) Co-authored-by: Jeff Ching <chingor@google.com>
…s#2283) fixes googleapis#2282 Co-authored-by: Jeff Ching <chingor@google.com>
googleapis#2331) * docs: update manifest-releaser docs to add some clarification around the package path - make it a little clearer that the package path should be a folder and not a file - give an example for creating an empty release-please-manifest.json Signed-off-by: Amo Chumber <amo@sysadmiral.xyz> * Update manifest-releaser.md --------- Signed-off-by: Amo Chumber <amo@sysadmiral.xyz> Co-authored-by: Jeff Ching <chingor@google.com>
Co-authored-by: Jeff Ching <chingor@google.com>
…googleapis#2323) * docs: add compile step to local run command * fix: prevent open release PRs from being mistaken as current releases --------- Co-authored-by: Jeff Ching <chingor@google.com>
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
Signed-off-by: Ahmed AbouZaid <6760103+aabouzaid@users.noreply.github.com> Co-authored-by: Jeff Ching <chingor@google.com>
Co-authored-by: Jeff Ching <chingor@google.com>
Co-authored-by: Anthonios Partheniou <partheniou@google.com>
Co-authored-by: Jeff Ching <chingor@google.com>
…erged with `autorelease:closed` (googleapis#2255) * doc: Update troubleshooting.md * Update troubleshooting.md
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
Co-authored-by: Jeff Ching <chingor@google.com>
…acter from `${component}` title pattern) (googleapis#2330) * fix: Remove space from pull-request-title.ts * test: Fix failing tests * feat: Introduce new parameter `componentNoSpace`; Partially revert previous changes * feat: Update docs * chore: Remove unnecessary `console.log()` * style: Run `npm fix` across the project * chore: Update snapshots * feat: Add `componentNoSpace` parameter to merge plugin * style: Adjust code style; Run `npm fix` * fix: Docs parameter name
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
* 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 googleapis#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
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
…ewlines (googleapis#2390) * fix: when parsing multiple messages from a single commit, require 2 newlines * test: fix test name * try optional windows newlines
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
…pis#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>
4 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Thank you for opening a Pull Request! Before submitting your PR, there are a few things you can do to make sure it goes smoothly:
Fixes #<issue_number_goes_here> 🦕