-
-
Notifications
You must be signed in to change notification settings - Fork 0
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
- --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.
Copyright (c) 2013-2025 Lauri Rooden <lauri@rooden.ee>
The MIT License