Skip to content
This repository has been archived by the owner on Sep 14, 2024. It is now read-only.

Commit

Permalink
feat: create .releaserc
Browse files Browse the repository at this point in the history
  • Loading branch information
l3d00m authored Jan 22, 2024
1 parent b25e082 commit ae0205a
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .releaserc
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"branches": [
"main"
],
"plugins": [
[
"@semantic-release/commit-analyzer",
{
"preset": "conventionalcommits"
}
],
[
"@semantic-release/release-notes-generator",
{
"preset": "conventionalcommits"
}
],
"@semantic-release/github"
]
}

0 comments on commit ae0205a

Please sign in to comment.