当前位置:网站首页>使用Visual Studio Code Commitizen Suppor规范代码提交
使用Visual Studio Code Commitizen Suppor规范代码提交
2022-08-05 14:20:00 【KAGHQ】
1.vscode安装Visual Studio Code Commitizen Suppor插件
2.根目录下创建.cz-config.js文件
module.exports = {
skipQuestions: ['scope', 'body', 'breaking', 'footer'],
types: [
{
value: 'feat', name: '新功能' },
{
value: 'fix', name: '修补bug' },
{
value: 'docs', name: '文档更新' },
{
value: 'style', name: '样式更新' },
{
value: 'refactor', name: '结构变动' },
{
value: 'test', name: '添加测试' },
{
value: 'chore', name: '构建过程或辅助工具的变动' },
],
}
3.package.json中配置
"config": {
"commitizen": {
"path": "node_modules/cz-customizable"
},
"cz-customizable": {
"config": ".cz-config.js"
}
},
边栏推荐
- DevEco Studio Configuration: Custom Header Code Comments
- 中移链EOSJS实战使用
- day14·私有化属性
- 思科交换机命令大全,含巡检命令,网工建议收藏!
- The operation process of uploading pictures to Taobao - upload_img
- Redis5.0的安装和配置
- 内存问题难定位,那是因为你没用ASAN
- Use Redis source code to compile and release Redis For Windows distribution package for Windows
- Kernel Implementation of Block Allocator SLAB
- C# employee attendance management system source code attendance salary management system source code
猜你喜欢

Use Redis source code to compile and release Redis For Windows distribution package for Windows

The power behind | Open up a new experience of intelligent teaching Huayun Data helps Tianchang Industrial School to build a new IT training room

内存问题难定位,那是因为你没用ASAN

软件测试之集成测试

MAUI Blazor 权限经验分享 (定位,使用相机)

day12·魔术方法__new__

使用 Redis 源码编译发布 Windows 版 Redis For Windows 发行包

sklearn笔记:PCA

@2023 Graduate Candidates: How to Spend the "Golden Period" of Summer Research Exam Preparation

使用MQ的时候,怎么确保消息100%不丢失?
随机推荐
Product News | The digital platform trial environment is newly upgraded!Welcome to consult and try!
使用MQ的时候,怎么确保消息100%不丢失?
What does state secret mean?Is it commercial secret or common secret?
国密是什么意思?属于商密还是普密?
NLP paper reading | Parametric machine translation meets comparative learning: I want both efficiency and performance!
'proxy' config is set properly, see "npm help config"
-ST表模板
ByteDance Flink Status Query Practice and Optimization
CF1714A 题解
AntDesign中Table的选择项居右显示
2022-08-02~04 Group 4 Self-cultivation class study notes (every day)
C#员工考勤管理系统源码 考勤工资管理系统源码
Use Redis source code to compile and release Redis For Windows distribution package for Windows
day14·私有化属性
d重绑定不变
7.nodejs--egg框架简介、以及get、post请求
day10· __init__方法
2022-08-02~04 第四小组 修身课 学习笔记(every day)
Subnet Mask and Subnetting
Summary 623 of the force buckle solution - add a row to the binary tree