You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Support preview releases in publish script (#9170)
* feat: support preview releases in publish script
The publish script has been updated to support a new 'preview' version.
When releasing a preview version, the following changes occur:
- A branch name must be provided, and the release will be built from that branch.
- The npm package is published with a '--tag=preview' flag.
- The following steps are skipped:
- Pushing changes to the master branch.
- Creating a GitHub release.
- Generating firepit artifacts.
- Generating a Docker image.
* feat: include branch name in preview release version and tag
Updates the preview release functionality to include the sanitized
branch name in the npm prerelease version string and the npm
distribution tag.
This allows for multiple preview versions from different branches to
coexist without conflicting.
---------
Co-authored-by: google-labs-jules[bot] <161369871+google-labs-jules[bot]@users.noreply.github.com>
0 commit comments