diff --git a/package.json b/package.json index dd90d8ab..3a6bcdaf 100644 --- a/package.json +++ b/package.json @@ -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 + } } }