Skip to content

Commit

Permalink
fix!: set commit analyzer preset (#499)
Browse files Browse the repository at this point in the history
Signed-off-by: David van der Spek <[email protected]>
  • Loading branch information
davidspek authored Jun 21, 2023
1 parent 94d4b30 commit 44be2e9
Show file tree
Hide file tree
Showing 3 changed files with 41 additions and 2 deletions.
13 changes: 12 additions & 1 deletion .releaserc
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
{
"branches": ["main"]
"branches": ["main"],
"plugins": [
[
"@semantic-release/commit-analyzer",
{
"preset": "conventionalcommits"
}
],
"@semantic-release/release-notes-generator",
"@semantic-release/npm",
"@semantic-release/github"
]
}
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@
"@typescript-eslint/eslint-plugin": "5.59.9",
"@typescript-eslint/parser": "5.59.9",
"babel-loader": "9.1.2",
"conventional-changelog-conventionalcommits": "6.1.0",
"eslint": "8.42.0",
"eslint-config-prettier": "8.8.0",
"eslint-plugin-import": "2.27.5",
Expand Down
29 changes: 28 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4266,6 +4266,7 @@ __metadata:
babel-loader: 9.1.2
chroma-js: 2.4.2
classnames: 2.3.2
conventional-changelog-conventionalcommits: 6.1.0
eslint: 8.42.0
eslint-config-prettier: 8.8.0
eslint-plugin-import: 2.27.5
Expand Down Expand Up @@ -8366,6 +8367,13 @@ __metadata:
languageName: node
linkType: hard

"array-ify@npm:^1.0.0":
version: 1.0.0
resolution: "array-ify@npm:1.0.0"
checksum: c0502015b319c93dd4484f18036bcc4b654eb76a4aa1f04afbcef11ac918859bb1f5d71ba1f0f1141770db9eef1a4f40f1761753650873068010bbf7bcdae4a4
languageName: node
linkType: hard

"array-includes@npm:^3.1.5, array-includes@npm:^3.1.6":
version: 3.1.6
resolution: "array-includes@npm:3.1.6"
Expand Down Expand Up @@ -9506,6 +9514,16 @@ __metadata:
languageName: node
linkType: hard

"compare-func@npm:^2.0.0":
version: 2.0.0
resolution: "compare-func@npm:2.0.0"
dependencies:
array-ify: ^1.0.0
dot-prop: ^5.1.0
checksum: fb71d70632baa1e93283cf9d80f30ac97f003aabee026e0b4426c9716678079ef5fea7519b84d012cbed938c476493866a38a79760564a9e21ae9433e40e6f0d
languageName: node
linkType: hard

"compress-commons@npm:^4.1.0":
version: 4.1.1
resolution: "compress-commons@npm:4.1.1"
Expand Down Expand Up @@ -9627,6 +9645,15 @@ __metadata:
languageName: node
linkType: hard

"conventional-changelog-conventionalcommits@npm:6.1.0":
version: 6.1.0
resolution: "conventional-changelog-conventionalcommits@npm:6.1.0"
dependencies:
compare-func: ^2.0.0
checksum: 4383a35cdf72f5964e194a1146e7f78276e301f73bd993b71627bb93586b6470d411b9613507ceb37e0fed0b023199c95e941541fa47172b4e6a7916fc3a53ff
languageName: node
linkType: hard

"convert-source-map@npm:^1.5.0, convert-source-map@npm:^1.6.0, convert-source-map@npm:^1.7.0":
version: 1.9.0
resolution: "convert-source-map@npm:1.9.0"
Expand Down Expand Up @@ -10178,7 +10205,7 @@ __metadata:
languageName: node
linkType: hard

"dot-prop@npm:^5.2.0":
"dot-prop@npm:^5.1.0, dot-prop@npm:^5.2.0":
version: 5.3.0
resolution: "dot-prop@npm:5.3.0"
dependencies:
Expand Down

0 comments on commit 44be2e9

Please sign in to comment.