mirror of
https://github.com/StevenBlack/hosts.git
synced 2026-07-01 02:36:52 +00:00
Add .release-it.json file to the repo.
This commit is contained in:
15
.release-it.json
Normal file
15
.release-it.json
Normal file
@@ -0,0 +1,15 @@
|
|||||||
|
{
|
||||||
|
"src": {
|
||||||
|
"tagName": "v%s"
|
||||||
|
},
|
||||||
|
"github": {
|
||||||
|
"release": true
|
||||||
|
},
|
||||||
|
"npm": {
|
||||||
|
"publish": false,
|
||||||
|
"publishPath": ".",
|
||||||
|
"tag": "latest",
|
||||||
|
"private": false,
|
||||||
|
"access": null
|
||||||
|
}
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user