We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 126cee2 commit 1c4c5f9Copy full SHA for 1c4c5f9
release.config.js
@@ -0,0 +1,10 @@
1
+module.exports = {
2
+ plugins: [
3
+ '@semantic-release/commit-analyzer',
4
+ '@semantic-release/release-notes-generator',
5
+ '@semantic-release/npm',
6
+ '@semantic-release/github',
7
+ '@semantic-release/changelog',
8
+ '@semantic-release/git',
9
+ ],
10
+};
0 commit comments