Skip to content

v5.4.0

Latest

Choose a tag to compare

@vio vio released this 31 May 17:54

What's Changed

New feature

Introduce cli aliases:

Before:

# Send bundle stats and CI information to RelativeCI
npx relative-ci

Now:

# Send bundle stats and CI information to RelativeCI
npx relativeci

# or
npx relativeci
npx relci 

Fixes

  • Explicit package alias (relative-ci) to prevent unexpected behavior when running npx relative-ci without a local @relative-ci/cli by @vio in #1831

Full Changelog: v5.3.3...v5.4.0