Skip to content

Commit 0bc262b

Browse files
authored
Add the publish-please config file (#138)
* Add the publish-please config * Switch on vulnerableDependencies, switch off sensitiveData
1 parent 26e37bc commit 0bc262b

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.publishrc

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

0 commit comments

Comments
 (0)