conventional-changelog:常规变更日志的预设

时间:2021-05-01 18:07:06
【文件属性】:
文件名称:conventional-changelog:常规变更日志的预设
文件大小:26KB
文件格式:ZIP
更新时间:2021-05-01 18:07:06
JavaScript @ vue / conventional-changelog 针对变更自定义预设,该预设按软件包对变更进行分组( packages/@vue/xxx )。 它通过获取在每次提交中具有最多已更改文件数量的软件包来工作。 yarn add -D @vue/conventional-changelog 用法示例: const execa = require ( 'execa' ) const cc = require ( 'conventional-changelog' ) const config = require ( '@vue/conventional-changelog' ) const gen = module . exports = version => { const fileStream = require ( 'fs' ) . createWriteStream
【文件预览】:
conventional-changelog-master
----.gitignore(19B)
----parser-opts.js(303B)
----templates()
--------commit.hbs(1KB)
--------template.hbs(191B)
--------header.hbs(418B)
--------footer.hbs(161B)
----package.json(2KB)
----index.js(524B)
----conventional-recommended-bump.js(675B)
----writer-opts.js(6KB)
----.eslintrc.js(143B)
----README.md(1KB)
----conventional-changelog.js(256B)
----test()
--------test.js(7KB)
----yarn.lock(61KB)

网友评论