Socket
Book a DemoInstallSign in
Socket

@turbo-version/release

Package Overview
Dependencies
Maintainers
1
Versions
43
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@turbo-version/release

Release your packages in just one command.

0.8.7
latest
Source
npmnpm
Version published
Weekly downloads
6
-68.42%
Maintainers
1
Weekly downloads
 
Created
Source

Turbo Version Release

Turbo Version Release is a command-line interface tool for publishing packages inside turbo repos to the npm registry with version validation. This tool validates whether a package version has already been published on the registry before attempting to publish it. If the version has not been published, it will be published to the registry, otherwise, a message will be displayed indicating that the package version has already been published.

Installation

You can install Turbo Version Release using npm:

npm install -g @turbo-version/release

Usage

@turbo-version/release provides a simple interface for publishing packages inside turbo repos to the npm registry:

turbo-release

This command will publish all packages inside the turbo repo to the npm registry with version validation. The tool will validate if the package version has already been published on the registry before attempting to publish it. If the version has not been published, it will be published to the registry, otherwise, a message will be displayed indicating that the package version has already been published.

Advanced

  • --skip or -s: Use this argument to skip publishing certain packages. You can provide a comma-separated list of package names to skip. For example, -s ui,docs will skip publishing the ui and docs packages.

  • --target or -t: Use this argument to specify the packages you want to publish. You can provide a comma-separated list of package names to publish. For example, -t ui,docs will only publish the ui and docs packages.

  • --client, -c Specify the package manager you want to use. Valid options are 'npm', 'pnpm', or 'yarn'. For example, to use yarn as your package manager, use the flag -c yarn. The default package manager is 'npm'.

Integration with turbo-version

@turbo-version/release can be used in conjunction with @turbo-version/turbo to manage monorepo versions. @turbo-version/turbo provides tools for managing monorepo versions, including bumping and releasing packages. You can use @turbo-version/release to publish the packages released by @turbo-version/turbo.

Configuration

@turbo-version/release can be configured via environment variables or via a configuration file.

Environment Variables

The following environment variables can be used to configure @turbo-version/release:

NPM_TOKEN - The npm authentication token for publishing packages. NPM_URL - The URL of the npm registry to publish to (default: https://registry.npmjs.org/).

Configuration File (.npmrc)

In order to publish a version on NPM, or a private registry, you need to configure a .npmrc file, providing all necessary information, like token, and repository_url.

We do that for you by using the env vars explained in the previous step.

Here is an example configuration file:

//.npmrc

registry: https://registry.npmjs.org/

License

@turbo-version/release is released under the MIT License.

Keywords

version

FAQs

Package last updated on 18 Jul 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

About

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.

  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc

U.S. Patent No. 12,346,443 & 12,314,394. Other pending.