Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: stainless-api/release-please
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0df3c1a3daea6ab85bab0bd2e1e2dcc16e92c646
Choose a base ref
..
head repository: stainless-api/release-please
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 192af8a2a57fbdd852a95bd69bf4524bc28eaf53
Choose a head ref
Showing with 1 addition and 4 deletions.
  1. +1 −4 src/github.ts
5 changes: 1 addition & 4 deletions src/github.ts
Original file line number Diff line number Diff line change
@@ -1294,10 +1294,7 @@ export class GitHub {
owner: this.repository.owner,
},
message,
true,
{
filesPerCommit: 1000000, // set a really high limit to effectively put all of the files in one commit
}
true
);

// create pull request, unless one already exists