Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
min-release-age=1
Copy link

Copilot AI Mar 31, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Repo workflows use npm ci/npm publish (not pnpm/yarn), and min-release-age is not a standard npm config key. If npm ignores this setting, the intended 24h “cooldown” won’t actually be enforced. Consider either (a) switching CI/dev to the package manager that supports this option, or (b) using an npm-supported mechanism and documenting it here so the behavior is guaranteed.

Copilot uses AI. Check for mistakes.
Loading