commands.sh

standard-version

all

Automate versioning and changelog generation, with SemVer and Conventional Commits.

More info →

Examples (8)

Update the changelog file and tag a release

Tag a release without bumping the version

standard-version --first-release

Update the changelog and tag an alpha release

standard-version --prerelease alpha

Update the changelog and tag a specific release type

standard-version --release-as major|minor|patch

Tag a release, preventing hooks from being verified during the commit step

standard-version --no-verify

Tag a release committing all staged changes, not just files affected by `standard-version`

standard-version --commit-all

Update a specific changelog file and tag a release

standard-version --infile path/to/file.md

Display the release that would be performed without performing them

made by @shridhargupta | data from tldr-pages