包详细信息

@comandeer/is-ci

Comandeer770MIT不推荐使用3.0.0

Use is-ci instead.

Simple CLI wrapper for is-ci package

is-ci, cli

自述文件

@comandeer/is-ci

Build Status Dependency Status devDependencies Status codecov Greenkeeper badge

Simple CLI wrapper around is-ci package.

Installation

npm install @comandeer/is-ci [--save-dev]

Usage

Inside npm script:

"commitmsg": "is-ci && commitplease .git/COMMIT_EDITMSG || exit 0"

License

See LICENSE file for details.

更新日志

@comandeer/is-ci Changelog

All notable changes to this project will be documented in this file. The format is based on Keep a Changelog and this project adheres to Semantic Versioning.


[3.0.0] – 2020-03-14

Removed

  • [#31] BREAKING CHANGE: support for Node 8.

2.0.0 – 2019-06-28

Added

  • #5 Support for Node 10.
  • [#19] Support for Node 12.

Changed

  • #12 BREAKING CHANGE: Update is-ci to ^2.0.0.

1.0.0 – 2017-11-12

Added

  • First working version, yay!