0.2.0 • Published 8 years ago

ad-conventional-changelog v0.2.0

Weekly downloads
6
License
MIT
Repository
github
Last release
8 years ago

ad-conventional-changelog

Node Version Npm Package Version License NodeJS Package Dependencies Build Status Code Climate Test Coverage

  • A commitizen adapter
  • 遵循 AngularJS Git Commit Message
  • 中文提示符
  • 第一行就算超出 100 字也不要紧
  • 支持 Breaking Changes
  • 支持 Close Issue
  • 两种选择方式: rawlist(默认), list

TOC

安装

npm i -D ad-conventional-changelog

预览

选择类型:

npm.io

接下来的步骤以及最终结果:

npm.io

切换选择方式

rawlist 方式是只能用数字,不能用方向键的。
list 方式是可以用方向键或者 jk 键来选择的。

如果你不喜欢默认的 rawlist 选择方式,你可以尝试用 list。

在你的 package.json 中设置 config.commitizen.promptType 字段,像这样:

  "config": {
    "commitizen": {
      "path": "./node_modules/ad-conventional-changelog",
      "promptType": "list"
    }
  }

然后你就会看到这样的界面:

npm.io

版本

版本迭代遵循 SemVer 2.0.0 的规则。

但是,当主版本号是零(0.y.z),一切随时都可能有不兼容的修改。这处于开发初始阶段,其公共 API 是不稳定的。

关于 SemVer 的更多信息,请访问 http://semver.org/

版权声明 (Copyright and License)

Copyright (c) 2016 ADoyle. The project is licensed under the Apache License Version 2.0.

See the LICENSE file for the specific language governing permissions and limitations under the License.

See the NOTICE file distributed with this work for additional information regarding copyright ownership.

0.2.0

8 years ago

0.1.0

8 years ago