Skip to content

Commit 7125c7e

Browse files
committed
add publish-please config file
1 parent 0f2e0ac commit 7125c7e

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.publishrc

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"validations": {
3+
"vulnerableDependencies": true,
4+
"uncommittedChanges": true,
5+
"untrackedFiles": true,
6+
"sensitiveData": true,
7+
"branch": "master",
8+
"gitTag": true
9+
},
10+
"confirm": true,
11+
"publishTag": "latest --access public",
12+
"prePublishScript": false,
13+
"postPublishScript": false
14+
}

0 commit comments

Comments
 (0)