
standard-version
List of commands for standard-version:
-
standard-version:tldr:01217 standard-version: Update a specific changelog file and tag a release.$ standard-version --infile ${filename-md}try on your machineexplain this command
-
standard-version:tldr:15073 standard-version: Tag a release committing all staged changes, not just files affected by `standard-version`.$ standard-version --commit-alltry on your machineexplain this command
-
standard-version:tldr:692d0 standard-version: Update the changelog and tag an alpha release.$ standard-version --prerelease alphatry on your machineexplain this command
-
standard-version:tldr:78528 standard-version: Tag a release without bumping the version.$ standard-version --first-releasetry on your machineexplain this command
-
standard-version:tldr:98ab2 standard-version: Display the release that would be performed without performing them.$ standard-version --dry-runtry on your machineexplain this command
-
standard-version:tldr:9d80d standard-version: Update the changelog file and tag a release.$ standard-versiontry on your machineexplain this command
-
standard-version:tldr:c2ee7 standard-version: Update the changelog and tag a specific release type.$ standard-version --release-as ${select}try on your machineexplain this command
-
standard-version:tldr:cf34b standard-version: Tag a release, preventing hooks from being verified during the commit step.$ standard-version --no-verifytry on your machineexplain this command