diff --git a/.circleci/config.yml b/.circleci/config.yml index cdcaddc..a5e7c12 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -32,8 +32,9 @@ jobs: paths: - node_modules key: v1-dependencies-{{ checksum "package.json" }} - + # run tests! - run: yarn test + - run: npx semantic-release diff --git a/package.json b/package.json index 87638d4..1998648 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "graphql-bookshelf", - "version": "0.0.9", + "version": "0.0.0-semantic-release", "description": "Some help defining schema around bookshelfjs models.", "main": "index.js", "scripts": {