Skip to content

Commit a067509

Browse files
committedNov 10, 2023
chore: temporarily disable auto-release of next-auth
1 parent 7433e1d commit a067509

File tree

2 files changed

+17
-3
lines changed

2 files changed

+17
-3
lines changed
 

‎patches/@balazsorban__monorepo-release@0.3.1.patch

+14
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
diff --git a/dist/analyze.js b/dist/analyze.js
2+
index ea0568191c9dfbee419e8bb322cc57c14d7b2784..a8bee1069ab1fe629515cdd4c83aa1e419779a8c 100644
3+
--- a/dist/analyze.js
4+
+++ b/dist/analyze.js
5+
@@ -137,7 +137,8 @@ export async function analyze(config) {
6+
dependents: [],
7+
});
8+
}
9+
- const result = Array.from(packagesToRelease.values());
10+
+ // TODO: Re-enable when next-auth v5 is stable
11+
+ const result = Array.from(packagesToRelease.values()).filter(p => p.name !== "next-auth")
12+
if (config.peek) {
13+
log.peekInfo("Following packages can be released:\n", ...result.map((p) => ` - ${bold(p.name)}: ${p.oldVersion} -> ${p.newVersion}`));
14+
exit();
115
diff --git a/dist/publish.js b/dist/publish.js
216
index 09a0c10584159beefa7a915ad92d46601da5ad45..bbb63c7e687c1ca4b715b3a80a512d973a729da7 100644
317
--- a/dist/publish.js

‎pnpm-lock.yaml

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)