Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
chore(repo): Add conventionalcommit changelog preset
  • Loading branch information
igneel64 committed Jan 12, 2022
commit d131086b328ea612b822dd23fe2119fae452c07d
3 changes: 3 additions & 0 deletions lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,8 @@
"version": {
"message": "chore(release): Publish"
}
},
"changelogPreset": {
"name": "conventionalcommits"
}
}
1 change: 1 addition & 0 deletions package-lock.json

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

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
"@types/node": "14.14.33",
"@typescript-eslint/eslint-plugin": "^5.5.0",
"@typescript-eslint/parser": "^5.5.0",
"conventional-changelog-conventionalcommits": "^4.6.3",
"eslint": "8.2.0",
"eslint-config-prettier": "8.1.0",
"eslint-plugin-simple-import-sort": "^7.0.0",
Expand All @@ -37,4 +38,4 @@
"node": ">=16.8.0",
"npm": ">=8"
}
}
}