Merged
Conversation
ba07c1a to
d9c3a29
Compare
wraithgar
previously approved these changes
Jul 10, 2023
d9c3a29 to
badde39
Compare
badde39 to
ee30e61
Compare
4 tasks
fcb5b54 to
61e2718
Compare
10e669e to
18c0f93
Compare
083c66d to
855f4da
Compare
7ffb368 to
47b81fc
Compare
2f5c040 to
ae3e517
Compare
Contributor
Author
|
This is multiple commits because it helped me keep track of coverage and testing changes as I iterated. But this can be squashed and merged to a single commit. |
1 task
Contributor
Author
|
This is ready for review but is built on #380 so that will need to be merged first. |
6 tasks
d2fa78b to
585bf71
Compare
lukekarrys
commented
Nov 28, 2023
lukekarrys
commented
Nov 28, 2023
lukekarrys
commented
Nov 28, 2023
7ea6750 to
8ec3bec
Compare
8ec3bec to
6797112
Compare
Contributor
Author
|
This has been squashed to a single commit and rebased against main. It is ready for review again. |
lukekarrys
commented
Nov 28, 2023
| gh pr merge <PR-NUMBER> ${R} --rebase | ||
| \`\`\` | ||
| ${block('sh')} | ||
| gh pr merge <PR-NUMBER> ${R} --squash |
Contributor
Author
There was a problem hiding this comment.
I learned that release-please will work faster if the release PRs are merged with squash instead of rebase.
This more closely aligns the test behavior with how it is actually called. The release.yml workflow always passed in a tag.
wraithgar
reviewed
Nov 28, 2023
| "postinstall": "template-oss-apply", | ||
| "test-all": "npm run test -ws -iwr --if-present", | ||
| "lint-all": "npm run lint -ws -iwr --if-present" | ||
| "lint-all": "npm run lint -ws -iwr --if-present", |
Member
There was a problem hiding this comment.
these entries were alphabetical
wraithgar
approved these changes
Nov 28, 2023
Merged
lukekarrys
pushed a commit
that referenced
this pull request
Dec 1, 2023
🤖 I have created a release *beep* *boop* --- ## [4.21.0](v4.20.0...v4.21.0) (2023-12-01) ### Features * [`2daff23`](2daff23) [#334](#334) use upstream release-please (#334) (@lukekarrys) * [`3d76fc4`](3d76fc4) [#380](#380) release workflow uses composite actions (#380) (@lukekarrys) ### Bug Fixes * [`fbe355c`](fbe355c) [#388](#388) pin release-please version (#388) (@lukekarrys) * [`4fad5d8`](4fad5d8) [#387](#387) make prerelease config switch versioning strategy (#387) (@lukekarrys) * [`c892260`](c892260) [#386](#386) fallback to default release process of 404 from hosted version (#386) (@lukekarrys) * [`9b22b83`](9b22b83) [#384](#384) give release integration workflow correct permissions and secrets (#384) (@lukekarrys) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This was referenced Jun 20, 2024
This file contains hidden or 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
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.
This also adds 100% test coverage to
release-pleaseandrelease-managerusingnock.Fixes #177