Skip to content

chore(release): migrate to unified pnpm version lifecycle script#40

Merged
GoBeromsu merged 1 commit intomasterfrom
chore/unified-release-script
Mar 6, 2026
Merged

chore(release): migrate to unified pnpm version lifecycle script#40
GoBeromsu merged 1 commit intomasterfrom
chore/unified-release-script

Conversation

@GoBeromsu
Copy link
Owner

Summary

  • Move version-bump.mjsscripts/version.mjs with guard against running outside lifecycle
  • Add trailing newline to file writes (POSIX standard)
  • Replace empty version script with node scripts/version.mjs; add postversion hook
  • Delete root version-bump.mjs

Usage

```bash
pnpm version patch # or minor / major / 1.2.3

→ bumps package.json → syncs manifest.json + versions.json → git commit + tag → push

```

🤖 Generated with Claude Code

- Move version-bump.mjs → scripts/version.mjs with guard against outside lifecycle
- Add trailing newline to file writes (POSIX standard)
- Add version and postversion hooks to package.json
- Delete root version-bump.mjs

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@GoBeromsu GoBeromsu merged commit 4458e16 into master Mar 6, 2026
2 checks passed
@GoBeromsu GoBeromsu deleted the chore/unified-release-script branch March 6, 2026 12:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant