Releasing components

You can use Bit as a build system to release your components, with or without bit.cloud.

Login to bit cloud:

$bit
Copiedcopy
See command synopsis

If you looking to authenticate from a CI use an access token.

Run the following to release your components:

$bit
Copiedcopy
See command synopsis

Alternatively, you can use bit snap to pre-release components.

$bit
Copiedcopy
See command synopsis

Your components are now released and available to use as packages. Head to the install components section to learn more on installing components.

CI scripts

If using your own CI, you can use our official scripts for automating the release process for your repostiory and PRs.

Using build

You can use Bit as your repository build system even without leveraging a remote scope. Use the build command locally or from your CI to trigger the build for your components:

$bit
Copiedcopy
See command synopsis

To run the deployment pipeline use the --include-tag flag. You can also host your own Bit scope for having a remote server for your components.

Learn more