feat: add support for exact versions in minimumReleaseAgeExclude (#10059)
close #9985 --------- Co-authored-by: Zoltan Kochan <z@kochan.io>
This commit is contained in:
1 parent
3321cb05f8
commit
7c1382f7b7
24 files changed
+318
-75
No files matched your search
@@ -0,0 +1 @@
|
||||
export type PackageVersionPolicy = (pkgName: string) => boolean | string[]
|
||||
@@ -1,3 +1,4 @@
|
||||
export * from './config.js'
|
||||
export * from './env.js'
|
||||
export * from './misc.js'
|
||||
export * from './options.js'
|
||||
|
||||
Reference in new issue
Block a user