Skip to content

Commit 041e2c4

Browse files
authored
chore: change release branch (#12)
1 parent f05699f commit 041e2c4

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.release-it.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ export default {
55
commitMessage: 'chore: release v${version}',
66
tagName: 'v${version}',
77
push: true,
8+
pushRepo: 'origin',
9+
requireBranch: 'release/latest',
810
},
911
hooks: {
1012
'before:init': ['git pull'],

0 commit comments

Comments
 (0)