Skip to content

Commit bfe250d

Browse files
committed
test: 测试配置
1 parent 19a627f commit bfe250d

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

micro-app.release.config.js

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22

33
module.exports = {
44
hooks: {
5-
'before:bump': [
5+
'before:init': [
66
'npm test',
77
],
88
},
99
git: {
10-
requireUpstream: false,
10+
// requireUpstream: false,
1111
commitMessage: 'release: v${version}',
1212
tagName: 'v${version}',
13-
push: false,
13+
// push: false,
1414
},
1515
github: {
1616
release: true,
@@ -20,6 +20,7 @@ module.exports = {
2020
plugins: {
2121
'@release-it/conventional-changelog': {
2222
preset: 'angular',
23+
infile: 'CHANGELOG.md',
2324
},
2425
},
2526
};

0 commit comments

Comments
 (0)