This commit is contained in:
Nicolai Ort 2023-02-23 08:57:44 +01:00
parent 72ed2495f6
commit 7dbce9e870
Signed by: niggl
GPG Key ID: 13AFA55AF62F269F

View File

@ -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"
}
}
}
}