diff --git a/package.json b/package.json index 35c61cf..80e3390 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@odit/lfk-document-server", - "version": "0.6.0", + "version": "0.5.4", "description": "The document generation server for the LfK! runner system. This generates certificates, sponsoring aggreements and more", "main": "src/app.ts", "scripts": { @@ -80,11 +80,16 @@ "requireCleanWorkingDir": false, "commitMessage": "🚀Bumped version to v${version}", "requireBranch": "dev", - "push": false, - "tag": false + "push": true, + "tag": true, + "tagName": "v${version}", + "tagAnnotation": "v${version}" }, "npm": { "publish": false + }, + "hooks": { + "after:bump": "npm run changelog:export && npm run licenses:export && git add CHANGELOG.md && git add licenses.md" } } -} +} \ No newline at end of file