Skip to content

Commit 414c176

Browse files
authored
fix(package): add semantic release (#30)
* fix(package): add semantic release * semantic release placeholder for package.json
1 parent f6015d5 commit 414c176

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.circleci/config.yml

+1
Original file line numberDiff line numberDiff line change
@@ -35,3 +35,4 @@ jobs:
3535

3636
# run tests!
3737
- run: yarn test
38+
- run: npx semantic-release

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "graphql-gun",
3-
"version": "0.2.0",
3+
"version": "0.0.0-semantic-release",
44
"description": "A graphql API for the gun p2p graph database",
55
"main": "index.js",
66
"repository": "",

0 commit comments

Comments
 (0)