We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d5dc845 commit 6f50455Copy full SHA for 6f50455
1 file changed
release.config.js
@@ -0,0 +1,8 @@
1
+module.exports = {
2
+ branches: ['main'],
3
+ plugins: [
4
+ '@semantic-release/commit-analyzer',
5
+ '@semantic-release/release-notes-generator',
6
+ '@semantic-release/github'
7
+ ]
8
+}
0 commit comments