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 8dd17db commit 613c309Copy full SHA for 613c309
.circleci/config.yml
@@ -32,8 +32,9 @@ jobs:
32
paths:
33
- node_modules
34
key: v1-dependencies-{{ checksum "package.json" }}
35
-
+
36
# run tests!
37
- run: yarn test
38
+ - run: npx semantic-release
39
40
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "graphql-bookshelf",
3
- "version": "0.0.8",
+ "version": "0.0.0-semantic-release",
4
"description": "Some help defining schema around bookshelfjs models.",
5
"main": "index.js",
6
"scripts": {
0 commit comments