chore: remove all cn comments (#277)

This commit is contained in:
tecvan
2025-07-30 14:52:35 +08:00
committed by GitHub
parent 875e97a40d
commit f93f26fc48
26 changed files with 5109 additions and 0 deletions

View File

@@ -3,6 +3,10 @@ const spawn = require('cross-spawn')
const defaultConfig = require('cz-customizable');
const { getChangedPackages } = require('./utils')
/**
* 针对不同类型的 commit prefix message
*/
const typesConfig = [
{ value: 'feat', name: 'A new feature' },
{ value: 'fix', name: 'A bug fix' },