Skip to content

feat(tooling): add minimumReleaseAge to pnpm settings#9691

Merged
begonaalvarezd merged 4 commits intodevelopfrom
tooling-apps/add-minimumReleaseAge
Jan 26, 2026
Merged

feat(tooling): add minimumReleaseAge to pnpm settings#9691
begonaalvarezd merged 4 commits intodevelopfrom
tooling-apps/add-minimumReleaseAge

Conversation

@VmMad
Copy link
Copy Markdown
Member

@VmMad VmMad commented Dec 22, 2025

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

@VmMad VmMad requested a review from a team as a code owner December 22, 2025 17:03
@vercel
Copy link
Copy Markdown

vercel bot commented Dec 22, 2025

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Review Updated (UTC)
apps-backend Ready Ready Preview, Comment Jan 23, 2026 10:50am
iota-evm-bridge Ready Ready Preview, Comment Jan 23, 2026 10:50am
rebased-explorer Ready Ready Preview, Comment Jan 23, 2026 10:50am
wallet-dashboard Ready Ready Preview Jan 23, 2026 10:50am
2 Skipped Deployments
Project Deployment Review Updated (UTC)
apps-ui-kit Ignored Ignored Preview Jan 23, 2026 10:50am
iota-multisig-toolkit Ignored Ignored Preview Jan 23, 2026 10:50am

Request Review

@iota-ci iota-ci added the tooling Issues related to the Tooling team label Dec 22, 2025
Co-authored-by: Begoña Álvarez de la Cruz <balvarez@boxfish.studio>
@VmMad VmMad requested a review from begonaalvarezd January 7, 2026 10:20
@begonaalvarezd begonaalvarezd merged commit 21b6393 into develop Jan 26, 2026
34 checks passed
@begonaalvarezd begonaalvarezd deleted the tooling-apps/add-minimumReleaseAge branch January 26, 2026 10:17
begonaalvarezd added a commit that referenced this pull request Jan 27, 2026
# 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>
begonaalvarezd added a commit that referenced this pull request Jan 27, 2026
# 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>
Alex6323 pushed a commit that referenced this pull request Jan 29, 2026
# 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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

tooling Issues related to the Tooling team

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add pnpm minimumReleaseAge setting

6 participants