added basic release-it config

ref #4
This commit is contained in:
Philipp Dormann 2021-01-10 12:18:00 +01:00
parent 0023e22524
commit 52a19c2036

View File

@ -32,5 +32,20 @@
"svelte": "3.31.2",
"svelte-preprocess": "4.6.1",
"workbox-cli": "6.0.2"
},
"release-it": {
"git": {
"changelog": "git log --pretty=format:\"* %s (%h)\" ${from}...${to}",
"commit": true,
"requireCleanWorkingDir": false,
"commitMessage": "🚀RELEASE v${version}",
"push": false,
"tag": true,
"tagName": null,
"tagAnnotation": "v${version}"
},
"npm": {
"publish": false
}
}
}