From 8b88d0e06e1d44f2c38f3b1868cf0a4ca11161fe Mon Sep 17 00:00:00 2001 From: Digikwal <79085106+digikwal@users.noreply.github.com> Date: Thu, 26 Jun 2025 16:12:02 +0200 Subject: [PATCH] feat(ci): add conventional commit type - added fieldmate type - use type fieldmate when merging it's PR - new type will section fieldmate changes on docker changelogs --- package.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/package.json b/package.json index 5acda2ae..256fbd69 100644 --- a/package.json +++ b/package.json @@ -24,6 +24,11 @@ "preset": "conventionalcommits", "presetConfig": { "types": [ + { + "type": "fieldmate", + "section": "📦 Fieldmate Changes", + "hidden": false + }, { "type": "feat", "section": "✨ Features",