nodejs / node-core-utils

CLI tools for Node.js Core collaborators
https://nodejs.github.io/node-core-utils/
MIT License
234 stars 106 forks source link

feat(release): add skipBranchDiff option #724

Closed ruyadorno closed 7 months ago

ruyadorno commented 8 months ago

Adds an option that allows skipping the initial branch-diff check step in the release command. This should be very convenient for releasers that are updating a current work in progress proposal, particularly helping avoid hitting GitHub API rate limits.

codecov[bot] commented 8 months ago

Codecov Report

Patch coverage has no change and project coverage change: -0.36% :warning:

Comparison is base (4b2b6fa) 83.38% compared to head (d6b39b9) 83.03%. Report is 7 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #724 +/- ## ========================================== - Coverage 83.38% 83.03% -0.36% ========================================== Files 37 37 Lines 4158 4178 +20 ========================================== + Hits 3467 3469 +2 - Misses 691 709 +18 ``` [see 2 files with indirect coverage changes](https://app.codecov.io/gh/nodejs/node-core-utils/pull/724/indirect-changes?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=nodejs)

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.