Skip to content

Commit de8b9cb

Browse files
committed
chore: update release-it config
1 parent 0a34889 commit de8b9cb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/react-native-video/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,15 +98,15 @@
9898
},
9999
"release-it": {
100100
"npm": {
101-
"publish": false
101+
"publish": true
102102
},
103103
"git": false,
104104
"github": {
105105
"release": false
106106
},
107107
"hooks": {
108108
"before:init": "bun typecheck && bun lint",
109-
"after:bump": "bun run build && cp ../../LICENSE ./LICENSE"
109+
"after:bump": "bun run build && cp ../../LICENSE ./LICENSE && cp ../../README.md ./README.md"
110110
}
111111
},
112112
"react-native-builder-bob": {

0 commit comments

Comments
 (0)