Skip to content

Commit e179ba6

Browse files
committed
feat(upgrade): upgrade will overwrite .czrc and .commitlintrc.yml
The .czrc and .commitlintrc.yml file's upgrade policy are set to override. BREAKING CHANGE: .czrc and .commitlintrc.yml will be override when upgrade mili
1 parent 17db781 commit e179ba6

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

bin/upgrade

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@ const covered = {
2020
'package.json.mustache',
2121
'ecosystem.config.js',
2222
'.huskyrc.yml',
23+
'.czrc',
24+
'.commitlintrc.yml',
25+
2326
'client/app.vue',
2427
'client/entry-ssr.js',
2528
'client/entry-client.js',
@@ -38,6 +41,8 @@ const covered = {
3841
'.npmignore.mustache',
3942
'.npmrc.mustache',
4043
'.huskyrc.yml',
44+
'.czrc',
45+
'.commitlintrc.yml',
4146
'package.json.mustache',
4247
'build.config.js',
4348
'.travis.yml',
@@ -57,6 +62,8 @@ const covered = {
5762
'package.json.mustache',
5863
'ecosystem.config.js',
5964
'.huskyrc.yml',
65+
'.czrc',
66+
'.commitlintrc.yml',
6067

6168
'client/app.vue',
6269
'client/entry-ssr.js',

0 commit comments

Comments
 (0)