From 84bd54b8957a513dacf9b899c6960e678cfd288a Mon Sep 17 00:00:00 2001 From: JackySoft Date: Mon, 19 Aug 2024 10:18:15 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E4=BF=AE=E6=94=B9package=EF=BC=8C?= =?UTF-8?q?=E5=A2=9E=E5=8A=A0commit=20=E7=B1=BB=E5=9E=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 53 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 53 insertions(+) diff --git a/package.json b/package.json index fa3b902..d4b0ec8 100644 --- a/package.json +++ b/package.json @@ -75,5 +75,58 @@ "lint-staged": "^10.0.7", "typescript": "latest", "yorkie": "^2.0.0" + }, + "standard-version": { + "types": [ + { + "type": "feat", + "section": "Features" + }, + { + "type": "fix", + "section": "Bug Fixes" + }, + { + "type": "docs", + "section": "Documentation" + }, + { + "type": "style", + "section": "Styles" + }, + { + "type": "chore", + "section": "Others" + }, + { + "type": "build", + "section": "Build System" + }, + { + "type": "perf", + "section": "Performance Improvements" + }, + { + "type": "refactor", + "section": "Code Refactoring" + }, + { + "type": "improvement", + "section": "Feature Improvements" + }, + { + "type": "impr", + "section": "Feature Improvements" + }, + { + "type": "test", + "section": "Tests" + }, + { + "type": "ci", + "section": "CI" + } + ], + "scopes": [] } }