Skip to content

Commit 2c30cca

Browse files
committed
chore: auto comment on issues and PRs on new release
1 parent dc60f95 commit 2c30cca

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
@@ -78,7 +78,10 @@
7878
},
7979
"github": {
8080
"release": true,
81-
"tokenRef": "RELEASE_IT_GITHUB_TOKEN"
81+
"tokenRef": "RELEASE_IT_GITHUB_TOKEN",
82+
"comments": {
83+
"submit": true
84+
}
8285
},
8386
"hooks": {
8487
"before:release": "bun example bundle-install && bun example pods && git add example/ios/Podfile.lock"

0 commit comments

Comments
 (0)