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