Skip to content

Release

Lauri Rooden edited this page Feb 20, 2026 · 2 revisions

Release tool will:

  • fetch upstream
  • lint your code
  • install dependencies
  • check local and global outdated dependencies
  • build
  • run tests
  • update version number
  • commit and tag new release

Options

  • --no-build - Do not run build.
  • --no-commit - Do not commit version bump.
  • --no-global - Ignore outdated global packages.
  • --no-install - Do not remove node_modules and install again.
  • --no-lint - Ignore linter errors.
  • --no-tag - Do not create version tag.
  • --no-test - Do not execute tests.
  • --no-update - Ignore outdated dependencies.
  • --no-upstream - Ignore new commits on upstream.
  • --rewrite - Rewrite last tag.

Clone this wiki locally