Skip to content

Commit 108f724

Browse files
committed
build(build): 自动化
1 parent adf8a92 commit 108f724

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.release-it.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ module.exports = {
44
},
55
git: {
66
commitMessage: "chore: release v${version}",
7+
commit: true,
8+
tag: true,
9+
push: true,
710
},
811
github: {
912
release: true,

0 commit comments

Comments
 (0)