From ae44d7e2e86b9bee74d453301846d02b29c632f2 Mon Sep 17 00:00:00 2001 From: Philipp Dormann Date: Tue, 30 Mar 2021 18:17:09 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9E=20fix=20release=20config?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index e0403ad..47683c4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@odit/lfk-selfservice", - "version": "0.1.2", + "version": "0.2.0", "scripts": { "dev": "vite", "build": "vite build", @@ -36,10 +36,15 @@ "commitMessage": "🚀Bumped version to v${version}", "requireBranch": "dev", "push": false, - "tag": false + "tag": true, + "tagName": null, + "tagAnnotation": "v${version}" }, "npm": { "publish": false + }, + "hooks": { + "after:bump": "npx auto-changelog --commit-limit false -p -u --hide-credit && git add CHANGELOG.md && node order_i18n.js && git add src/locales" } } }