We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6015d5 commit 414c176Copy full SHA for 414c176
.circleci/config.yml
@@ -35,3 +35,4 @@ jobs:
35
36
# run tests!
37
- run: yarn test
38
+ - run: npx semantic-release
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "graphql-gun",
3
- "version": "0.2.0",
+ "version": "0.0.0-semantic-release",
4
"description": "A graphql API for the gun p2p graph database",
5
"main": "index.js",
6
"repository": "",
0 commit comments