Skip to content

Commit

Permalink
Add the publish-please config file (#138)
Browse files Browse the repository at this point in the history
* Add the publish-please config

* Switch on vulnerableDependencies, switch off sensitiveData
  • Loading branch information
Farfurix authored Oct 8, 2020
1 parent 26e37bc commit 0bc262b
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .publishrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"validations": {
"vulnerableDependencies": true,
"uncommittedChanges": true,
"untrackedFiles": true,
"sensitiveData": false,
"branch": "master",
"gitTag": true
},
"confirm": false,
"publishTag": "latest",
"prePublishScript": "gulp test"
}

0 comments on commit 0bc262b

Please sign in to comment.