Skip to content

Commit b6530b5

Browse files
committed
chore: patch changelogen for large numbers of commits
1 parent cf6aae6 commit b6530b5

File tree

3 files changed

+23
-2
lines changed

3 files changed

+23
-2
lines changed

patches/changelogen.patch

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
diff --git a/dist/shared/changelogen.D-9f3HTX.mjs b/dist/shared/changelogen.D-9f3HTX.mjs
2+
index dd70b3f4651f1691c1f4e4cb22862079f8c02c05..6420bbf7698a591a37cefdd9bd515b13c2d10fed 100644
3+
--- a/dist/shared/changelogen.D-9f3HTX.mjs
4+
+++ b/dist/shared/changelogen.D-9f3HTX.mjs
5+
@@ -11,7 +11,7 @@ import { execSync } from 'node:child_process';
6+
import { readPackageJSON } from 'pkg-types';
7+
8+
function execCommand(cmd, cwd) {
9+
- return execSync(cmd, { encoding: "utf8", cwd }).trim();
10+
+ return execSync(cmd, { encoding: "utf8", cwd, maxBuffer: 10 * 1024 * 1024 }).trim();
11+
}
12+
13+
async function getLastGitTag(cwd) {

pnpm-lock.yaml

Lines changed: 7 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pnpm-workspace.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ ignoredBuiltDependencies:
1313
- oxc-resolver
1414
- unrs-resolver
1515

16+
patchedDependencies:
17+
changelogen: patches/changelogen.patch
18+
1619
publicHoistPattern:
1720
- '*-loader'
1821
- 'webpack-*'

0 commit comments

Comments
 (0)