diff --git a/bun.lockb b/bun.lockb index 14fb86b..0c884e3 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/package.json b/package.json index 58fd3dd..3dd8bd8 100644 --- a/package.json +++ b/package.json @@ -32,6 +32,7 @@ "zustand": "^4.5.4" }, "devDependencies": { + "@release-it/conventional-changelog": "^8.0.1", "@release-it/keep-a-changelog": "^5.0.0", "dotenv-cli": "^7.4.2", "release-it": "^17.6.0", @@ -55,6 +56,23 @@ "requiredBranch": "main" }, "plugins": { + "@release-it/conventional-changelog": { + "preset": { + "name": "conventionalcommits", + "types": [ + {"type": "feat", "section": "Features"}, + {"type": "fix", "section": "Bug Fixes"}, + {"type": "chore", "section": "Chore"}, + {"type": "docs", "section": "Docs"}, + {"type": "style", "section": "Misc"}, + {"type": "refactor", "section": "Refactoring"}, + {"type": "perf", "section": "Optimisations"}, + {"type": "test", "seciton": "Tests"} + ] + }, + "infile": "CHANGELOG.md", + "ignoreRecommendedBump": true + }, "@release-it/keep-a-changelog": { "filename": "CHANGELOG.md", "strictLatest": true,