You can use Bit as a build system to release your components, with or without bit.cloud.
Login to bit cloud:
Use tag to sematic version your components.
By default, Bit uses Ripple CI to build components. You can use the --build
flag to build the components on the local machine. To tag and export from your CI of choice to automate the release process or use our official CI scripts.
Your components are now released and available to use as packages. Head to the install components section to learn more on installing components.
Use bit snap to pre-release components:
You can also create sematic pre-releases using the following command:
If using your own CI, you can use our official scripts for automating the release process for your repostiory and PRs.