Skip to content

Commit

Permalink
improvement: release config
Browse files Browse the repository at this point in the history
  • Loading branch information
mauricerenck committed Nov 10, 2021
1 parent 2bb4a12 commit 0bb317f
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions .releaserc
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
{
"branches": ["main"]
}
"tagFormat": "${version}",
"branches": [
"main"
],
"plugins": [
"@semantic-release/commit-analyzer",
"@semantic-release/release-notes-generator",
"@semantic-release/github"
]
}

0 comments on commit 0bb317f

Please sign in to comment.