We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 353faaa commit 067da87Copy full SHA for 067da87
.gitignore
@@ -1,4 +1,3 @@
1
-gatsby-node.js
2
coverage
3
dist
4
.idea
.releaserc
@@ -0,0 +1,10 @@
+{
+ "plugins": [
+ "@semantic-release/commit-analyzer",
+ "@semantic-release/release-notes-generator",
5
+ ["@semantic-release/github", {
6
+ "assets": ["gatsby-node.js"]
7
+ }],
8
+ "@semantic-release/npm"
9
+ ],
10
+}
0 commit comments