Skip to content

Commit

Permalink
chore: use conventionalcommits for commit-analyzer
Browse files Browse the repository at this point in the history
  • Loading branch information
joekiller committed Jun 22, 2024
1 parent 087a2b4 commit 166f6f0
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .release.rc

This file was deleted.

13 changes: 13 additions & 0 deletions .releaserc
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"branches": ["main"],
"plugins": [
[
"@semantic-release/commit-analyzer",
{
"preset": "conventionalcommits"
}
],
"@semantic-release/npm",
"@semantic-release/git"
]
}

0 comments on commit 166f6f0

Please sign in to comment.