Skip to content

Commit 905e7cc

Browse files
authored
Merge pull request #5959 from blockchain/fix/release
fix(release): remove push: false
2 parents 8605e3f + caab007 commit 905e7cc

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.release-it.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,7 @@
1414
"changelog": "changelog -t $(git describe --abbrev=0 --tags) -f -",
1515
"commitMessage": "chore(Release): v${version}",
1616
"tagName": "v${version}",
17-
"tagAnnotation": "Release v${version}",
18-
"push": false
17+
"tagAnnotation": "Release v${version}"
1918
},
2019

2120
"github": {

0 commit comments

Comments
 (0)