Skip to content

✨ v0.25.0

Choose a tag to compare

@github-actions github-actions released this 30 Jan 06:44
· 131 commits to main since this release

Vizzly CLI v0.25.0

What's Changed

Added

  • VIZZLY_BUILD_NAME environment variable: Set custom build names in CI without CLI flags. Useful for dynamic naming in your pipeline.

    export VIZZLY_BUILD_NAME="PR #${PR_NUMBER} - ${BRANCH_NAME}"
    vizzly run "npm test"
  • Git detection API for plugins: New services.git.detect() API for plugins to reliably detect git information in any CI environment (GitHub Actions, GitLab, local, etc.). This replaces fragile workarounds and handles edge cases like GitHub Actions PR merge commits.

Changed

  • Plugin API improvements: The storybook and static-site plugins now use the proper git detection API instead of dynamic imports, resulting in more reliable git information detection across different CI environments.

Full Changelog: static-site/v0.1.0...v0.25.0