Skip to content

Releases: YellowKirby/is-ci-cli

2.2.0

18 Jan 00:03

Choose a tag to compare

Features

  • Rename bin script (from is-ci to is-ci-cli) to avoid naming collision in npm@7 (#13) e418b45

    Note that when using npm@7, the new is-ci-cli name is required when writing scripts. If using an earlier version ofnpm, the previous is-ci name will continue to work. However, migrating to the new is-ci-cli name is recommended to maintain functionality when npm is upgraded. See the linked issue for more details and other alternatives.

v2.1.2...v2.2.0

2.1.2

23 Jun 03:56

Choose a tag to compare

Bug Fixes

  • fix array concatenation when passing additional args (#12) 271ba38

Misc

  • Use Github Actions for workflow automation (#11) b753939

v2.1.1...v2.1.2

2.1.1

10 Jun 18:05

Choose a tag to compare

Bug Fixes

  • fix argument order when calling run() (#10) 0745fa5

v2.1.0...v2.1.1

2.1.0

09 Jun 21:40

Choose a tag to compare

Deprecated

This version has a bug that prevents the package from working correctly. Please migrate to >= 2.1.1.

New Features

  • pass additional arguments to scripts (#8) 7cec2b9

Misc

  • Add travis testing cross platform (#6) a6aec14

v2.0.0...v2.1.0

2.0.0

09 Oct 16:44

Choose a tag to compare

Breaking Changes

  • Bumped minimum supported node version to 8 (#5)

Bug fixes

  • Use cross-spawn to improve Windows support (#5)

1.1.1

03 Jun 16:44

Choose a tag to compare

Bug Fixes

  • Make it work on Windows (#3)

1.1.0

25 May 14:05

Choose a tag to compare

Features

  • CLI now uses the exit code of the child process (#1)

1.0.0

25 May 14:03

Choose a tag to compare

It lives!