Skip to content

fix(dev): add standard-version devDependency for release scripts#12

Merged
maximcoding merged 1 commit intomasterfrom
fix/standard-version-dev-dependency
Mar 25, 2026
Merged

fix(dev): add standard-version devDependency for release scripts#12
maximcoding merged 1 commit intomasterfrom
fix/standard-version-dev-dependency

Conversation

@maximcoding
Copy link
Copy Markdown
Owner

The release npm scripts invoke standard-version; listing it in devDependencies installs the CLI into node_modules/.bin so npm run release:* works locally and in CI.

Made-with: Cursor

Description

Brief description of the change.

Checklist

  • npm run lint passes (Biome — biome check .)
  • npm test passes
  • npx tsc --noEmit passes
  • No unrelated changes (refactors/formatting in a separate PR)
  • If user-facing: added/updated entry in CHANGELOG.md under ## Unreleased

The release npm scripts invoke standard-version; listing it in devDependencies
installs the CLI into node_modules/.bin so npm run release:* works locally and in CI.

Made-with: Cursor
@maximcoding maximcoding merged commit b9f5f0b into master Mar 25, 2026
2 of 3 checks passed
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