同样以此类推,你可以设置你需要显示的提交类型及其相关的标题,让你的CHANGELOG看起来更加符合你的习惯。 如果你不知道用什么emoji来表达你的类型,可以看看这个项目,给你一些启发的灵感:gitmoji.dev
cz-gitmoji Commitizen adapter for gitmoji. cz-gitmoji allows you to easily use gitmojis in your commits using commitizen. ? Select the type of change you're committing: 🎨 - :art: - Improving structure / format of the code. ⚡️ - :zap: - Improving performance. 🔥 - :fire: - ...
nodejsgitemojichangelogcommitizengitmojicommit-conventionscommitcommit-messageconventional-changeloggit-commitstandard-versiongit-pushgit-addgacp UpdatedMay 24, 2024 TypeScript morrain/lerna-learning Star147 基于Lerna管理packages的Monorepo项目最佳实践 commitizenmonorepostandardjsleran ...
定制变更日志 根据Conventional Commits规范,使用release-it自定义展示类型标题,如将docs类型标题更改为"文档"。通过修改.release-it.json文件中的相关配置,可进一步定制变更日志的展示方式。借助gitmoji.dev这类资源,可为各种提交类型添加emoji表情,增强日志的可读性。总结与展望 通过commitizen、husky、commi...
报错找不到gitmojis.json 两种解决方案: 在node_modules/commitlint-plugin-gitmoji/lib下添加gitmojis.json 在根目录下添加gitmojis.json并修改.cz-config.js process.env.GITMOJI_PATH = '.gitmoji.json' modules.exports={ ... } 1 2 3 4 偶遇校验不通过需要严格按照上述事例配置.commitlintrc.js(列出来的...
A boolean value that allows for an using a unicode value rather than the default ofGitmojimarkup in a commit message. The default for symbol is false. {"config": {"cz-emoji": {"symbol":true} } } Skip Questions An array of questions you want to skip: ...
By default cz-gitmoji-adapter comes preconfigured with the Gitmoji types.An [Inquirer.js] choices array:{ "config": { "cz-gitmoji-adapter": { "types": [ { "emoji": "🌟", "code": ":star2:", "description": "A new feature", "name": "feature" } ] } } }...
commitizen check failed using the "cz-conventional-gitmoji"good first issueissue-status: wait-for-implementationmaintainers agree on the bug / featuretype: documentation #1141 openedMay 23, 2024byatiasn 2 cz commit -s should fail with deprecation warning BEFORE going through dialog, --help should...