@wipcomputer/wip-release
Advanced tools
+7
-1
@@ -26,2 +26,3 @@ #!/usr/bin/env node | ||
| const skipCoverageCheck = args.includes('--skip-coverage-check'); | ||
| const allowSubToolDrift = args.includes('--allow-sub-tool-drift'); | ||
| const wantReleaseNotes = args.includes('--release-notes'); | ||
@@ -175,3 +176,4 @@ const noReleaseNotes = args.includes('--no-release-notes'); | ||
| --skip-stale-check Skip stale remote branch check | ||
| --skip-worktree-check Skip worktree guard (allow release from worktree) | ||
| --skip-worktree-check Skip main-branch + worktree guard (break-glass only) | ||
| --allow-sub-tool-drift Allow release even if a sub-tool's files changed since the last tag without a version bump (error by default) | ||
@@ -225,2 +227,4 @@ Release notes (REQUIRED for stable, optional for other tracks): | ||
| publishReleaseNotes: level === 'alpha' ? wantReleaseNotes : !noReleaseNotes, | ||
| skipWorktreeCheck, | ||
| allowSubToolDrift, | ||
| }).catch(err => { | ||
@@ -240,2 +244,3 @@ console.error(` \u2717 ${err.message}`); | ||
| skipWorktreeCheck, | ||
| allowSubToolDrift, | ||
| }).catch(err => { | ||
@@ -259,2 +264,3 @@ console.error(` \u2717 ${err.message}`); | ||
| skipCoverageCheck, | ||
| allowSubToolDrift, | ||
| }).catch(err => { | ||
@@ -261,0 +267,0 @@ console.error(` \u2717 ${err.message}`); |
+1
-1
| { | ||
| "name": "@wipcomputer/wip-release", | ||
| "version": "1.9.70", | ||
| "version": "1.9.72", | ||
| "type": "module", | ||
@@ -5,0 +5,0 @@ "description": "One-command release pipeline. Bumps version, updates changelog + SKILL.md, publishes to npm + GitHub.", |
Sorry, the diff of this file is too big to display
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Unidentified License
LicenseSomething that seems like a license was found, but its contents could not be matched with a known license.
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Unidentified License
LicenseSomething that seems like a license was found, but its contents could not be matched with a known license.
133050
3.55%2625
5.76%