Skip to content

Commit

Permalink
Merge pull request #31 from patrickcate/develop
Browse files Browse the repository at this point in the history
ci: update semantic release commit analyzer config
  • Loading branch information
patrickcate authored Apr 20, 2024
2 parents 7df0817 + 9c96722 commit f3f76f1
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 f3f76f1

Please sign in to comment.