diff --git a/.releaserc.json b/.releaserc.json new file mode 100644 index 0000000..e2d8443 --- /dev/null +++ b/.releaserc.json @@ -0,0 +1,9 @@ +{ + "branches": ["main"], + "plugins": [ + "@semantic-release/commit-analyzer", + "@semantic-release/release-notes-generator", + "@semantic-release/github" + ] + } + \ No newline at end of file