Skip to content

Commit

Permalink
ci: update semantic release commit analyzer config
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickcate committed Apr 20, 2024
1 parent 1e7424c commit 6bfc3f2
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .releaserc.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,12 @@
{ "name": "alpha", "prerelease": true }
],
"plugins": [
[
"@semantic-release/commit-analyzer",
{
"config": "@commitlint/config-conventional"
}
],
["@semantic-release/commit-analyzer"],
"@semantic-release/release-notes-generator",
[
"@semantic-release/changelog",
{
"changelogTitle": "Changelog"
"changelogTitle": "# Changelog"
}
],
"@semantic-release/npm",
Expand Down

0 comments on commit 6bfc3f2

Please sign in to comment.