[G7-03] Add scripts/set-version.mjs dry-run #89

Open
opened 2026-05-28 01:16:10 +02:00 by codex · 0 comments
Collaborator

Suggested executor: Gemini 3.5 Flash.

Wave: G7 — Release and Version Hygiene

Goal

Add a dry-run helper for future version bumps.

Expected files

  • scripts/set-version.mjs
  • docs/release-checklist.md

Acceptance criteria

  • Dry-run mode prints files it would update.
  • It does not publish or tag anything.
  • No mutation unless explicit non-dry-run flag is passed.

Guardrails

  • One issue = one PR.
  • Add or update a behavior/golden test before changing behavior.
  • No runtime dependencies.
  • No new analyzer categories unless the issue explicitly says so.
  • Keep changes small; do not refactor src/analyze.ts broadly.

Verification

  • Run npm run build && npm test && git diff --check.
Suggested executor: Gemini 3.5 Flash. Wave: G7 — Release and Version Hygiene ## Goal Add a dry-run helper for future version bumps. ## Expected files - `scripts/set-version.mjs` - `docs/release-checklist.md` ## Acceptance criteria - Dry-run mode prints files it would update. - It does not publish or tag anything. - No mutation unless explicit non-dry-run flag is passed. ## Guardrails - One issue = one PR. - Add or update a behavior/golden test before changing behavior. - No runtime dependencies. - No new analyzer categories unless the issue explicitly says so. - Keep changes small; do not refactor `src/analyze.ts` broadly. ## Verification - Run `npm run build && npm test && git diff --check`.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
pdurlej/fallow-ts#89
No description provided.