Skip to content

Commit a552f49

Browse files
VmMadbegonaalvarezdmsarcevbrancoder
committed
feat(tooling): add minimumReleaseAge to pnpm settings (#9691)
# Description of change `minimumReleaseAge` should be set to a number in minutes e.g `10080` is one week, `1440` is one day ## Links to any relevant issues Closes #9436 ## How the change has been tested - [ ] Basic tests (linting, compilation, formatting, unit/integration tests) - [ ] Patch-specific tests (correctness, functionality coverage) - [ ] I have added tests that prove my fix is effective or that my feature works - [ ] I have checked that new and existing unit tests pass locally with my changes --------- Co-authored-by: Begoña Álvarez de la Cruz <balvarez@boxfish.studio> Co-authored-by: msarcev <mario.sarcevic@iota.org> Co-authored-by: Bran <52735957+brancoder@users.noreply.github.com>
1 parent 10069e4 commit a552f49

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pnpm-workspace.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,4 @@ packages:
2828
- "!sdk/signers/ledger"
2929
- "!sdk/signers/webcrypto"
3030
- "!sdk/typescript/test/**/**"
31+
minimumReleaseAge: 1440

0 commit comments

Comments
 (0)