Skip to content

Commit

Permalink
ci: set up semantic-release
Browse files Browse the repository at this point in the history
  • Loading branch information
matejchalk committed Jun 14, 2024
1 parent 13ebc19 commit 1e465be
Show file tree
Hide file tree
Showing 3 changed files with 7,173 additions and 3 deletions.
10 changes: 10 additions & 0 deletions .releaserc
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"plugins": [
"@semantic-release/commit-analyzer",
"@semantic-release/release-notes-generator",
"@semantic-release/changelog",
"@semantic-release/npm",
"@semantic-release/git",
"@semantic-release/github"
]
}
Loading

0 comments on commit 1e465be

Please sign in to comment.