Skip to content

Commit 31b77d7

Browse files
committed
chore: enhance release-it configuration to enable tagging, committing, and pushing during releases
1 parent 1d9a92b commit 31b77d7

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,10 @@
135135
"release-it": {
136136
"git": {
137137
"commitMessage": "chore: release ${version}",
138-
"tagName": "${version}"
138+
"tagName": "${version}",
139+
"tag": true,
140+
"commit": true,
141+
"push": true
139142
},
140143
"npm": {
141144
"publish": true

0 commit comments

Comments
 (0)