Skip to content

Commit

Permalink
chore: add releaserc file (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
and-mora authored Nov 15, 2024
1 parent 0b6fb1a commit f364f66
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .releaserc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"branches": [
"main",
"master"
],
"ci": false,
"plugins": [
[
"@semantic-release/commit-analyzer",
{
"preset": "angular",
"releaseRules": [
{
"type": "breaking",
"release": "major"
}
]
}
],
"@semantic-release/release-notes-generator",
"@semantic-release/github"
]
}

0 comments on commit f364f66

Please sign in to comment.