Skip to content

Commit

Permalink
ci: add .releaserc
Browse files Browse the repository at this point in the history
  • Loading branch information
igboyes committed Nov 14, 2024
1 parent d1bd988 commit 881755d
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .releaserc
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"branches": ["main"],
"plugins": [
[
"@semantic-release/commit-analyzer",
{
"preset": "conventionalcommits"
}
],
"@semantic-release/release-notes-generator",
{
"preset": "conventionalcommits"
},
[
"@semantic-release/github",
{
"failComment": false
}
]
],
"repositoryUrl": "https://github.com/virtool/workflow-iimi.git",
"tagFormat": "${version}"
}

0 comments on commit 881755d

Please sign in to comment.