Skip to content

Commit

Permalink
chore: add config file (#17)
Browse files Browse the repository at this point in the history
Co-authored-by: Quake <QuakeEye@users.noreply.GitHub.com>
  • Loading branch information
QuakeEye and QuakeEye authored Mar 14, 2024
1 parent 74f2dcf commit 3cff3d3
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions release.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
module.exports = {
"plugins": [
"@semantic-release/commit-analyzer",
"@semantic-release/release-notes-generator",
"@semantic-release/github",
[
"@semantic-release/exec"
]
],
"branches": [
"main"
]
}

0 comments on commit 3cff3d3

Please sign in to comment.