Skip to content

Commit

Permalink
chore: set format for CHANGELOG
Browse files Browse the repository at this point in the history
use conventional-changelog-conventionalcommits for CHANGELOG generation
  • Loading branch information
baumstern committed Jan 19, 2023
1 parent ea1f0ca commit 9787132
Show file tree
Hide file tree
Showing 3 changed files with 47 additions and 7 deletions.
15 changes: 14 additions & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,18 @@
"common"
],
"version": "1.1.1",
"npmClient": "npm"
"npmClient": "npm",
"changelogPreset": {
"name": "conventionalcommits",
"types": [
{"type": "feat", "section": "Features"},
{"type": "fix", "section": "Bug Fixes"},
{"type": "refactor", "section": "Code Refactoring"},
{"type": "perf", "section": "Performance Improvements"},
{"type": "chore", "section": "Miscellaneous"},
{"type": "docs", "section": "Miscellaneous"},
{"type": "style", "section": "Miscellaneous"},
{"type": "test", "section": "Miscellaneous"}
]
}
}
38 changes: 32 additions & 6 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^2.31.0",
"@typescript-eslint/parser": "^2.31.0",
"conventional-changelog-conventionalcommits": "^5.0.0",
"cz-conventional-changelog": "^3.3.0",
"eslint": "^6.8.0",
"lerna": "^6.0.3",
Expand Down

0 comments on commit 9787132

Please sign in to comment.