feat: add support for exact versions in minimumReleaseAgeExclude (#10059)

close #9985

---------

Co-authored-by: Zoltan Kochan <z@kochan.io>
This commit is contained in:
Ryo MatsukawaandZoltan Kochan authored and GitHub committed 2025-10-18 11:10:08 +02:00
1 parent 3321cb05f8
commit 7c1382f7b7
24 files changed
+318 -75

No files matched your search

+1
View File
@@ -0,0 +1 @@
export type PackageVersionPolicy = (pkgName: string) => boolean | string[]
+1
View File
@@ -1,3 +1,4 @@
export * from './config.js'
export * from './env.js'
export * from './misc.js'
export * from './options.js'