Forrest logo
back to context overview

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 machine
    explain 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-all
    try on your machine
    explain this command
  • standard-version:tldr:692d0 standard-version: Update the changelog and tag an alpha release.
    $ standard-version --prerelease alpha
    try on your machine
    explain this command
  • standard-version:tldr:78528 standard-version: Tag a release without bumping the version.
    $ standard-version --first-release
    try on your machine
    explain this command
  • standard-version:tldr:98ab2 standard-version: Display the release that would be performed without performing them.
    $ standard-version --dry-run
    try on your machine
    explain this command
  • standard-version:tldr:9d80d standard-version: Update the changelog file and tag a release.
    $ standard-version
    try on your machine
    explain 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 machine
    explain this command
  • standard-version:tldr:cf34b standard-version: Tag a release, preventing hooks from being verified during the commit step.
    $ standard-version --no-verify
    try on your machine
    explain this command
back to context overview