Skip to content

Commit 7e74346

Browse files
committed
chore: Use conventionalcommits and fix notes generation
1 parent 4be235d commit 7e74346

File tree

3 files changed

+13
-1
lines changed

3 files changed

+13
-1
lines changed

.releaserc.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"master",
44
{ "name": "next", "channel": "next", "prerelease": "next" }
55
],
6-
"preset": "angular",
6+
"preset": "conventionalcommits",
77
"plugins": [
88
[
99
"@semantic-release/commit-analyzer",

package-lock.json

+11
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@
3737
"@types/react-dom": "^17.0.0",
3838
"@typescript-eslint/eslint-plugin": "^4.11.1",
3939
"@typescript-eslint/parser": "^4.11.1",
40+
"conventional-changelog-conventionalcommits": "^4.5.0",
4041
"eslint": "^7.16.0",
4142
"eslint-config-prettier": "^7.1.0",
4243
"eslint-config-react-app": "^6.0.0",

0 commit comments

Comments
 (0)