OPY-bbt / OPY-bbt.github.io

my webpage
https://opy-bbt.github.io/
0 stars 0 forks source link

standard-version 自动生成changelog #34

Open OPY-bbt opened 4 years ago

OPY-bbt commented 4 years ago

使用

OPY-bbt commented 4 years ago

conventional commits规范

类型可以为 feat:、 fix:、docs:、style:、refactor:、perf:、test:

<类型>[可选的作用域]: <描述>

[可选的正文]

[可选的脚注]

Example:

fix: correct minor typos in code

see the issue for details on the typos fixed

closes issue #12
OPY-bbt commented 4 years ago

增加自定义配置link

default configuration

[
    { type: 'feat', section: 'Features' },
    { type: 'fix', section: 'Bug Fixes' },
    { type: 'perf', section: 'Performance Improvements' },
    { type: 'revert', section: 'Reverts' },
    { type: 'docs', section: 'Documentation', hidden: true },
    { type: 'style', section: 'Styles', hidden: true },
    { type: 'chore', section: 'Miscellaneous Chores', hidden: true },
    { type: 'refactor', section: 'Code Refactoring', hidden: true },
    { type: 'test', section: 'Tests', hidden: true },
    { type: 'build', section: 'Build System', hidden: true },
    { type: 'ci', section: 'Continuous Integration', hidden: true }
  ]
OPY-bbt commented 4 years ago

https://github.com/OPY-bbt/standard-version-demo