From 613c309a2c18a8ed207300f5a937fba594845246 Mon Sep 17 00:00:00 2001 From: Bryan Goldstein Date: Tue, 29 Jan 2019 21:00:20 -0500 Subject: [PATCH] fix(package): add semantic release --- .circleci/config.yml | 3 ++- package.json | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) 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 50e2b14..8aee85a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "graphql-bookshelf", - "version": "0.0.8", + "version": "0.0.0-semantic-release", "description": "Some help defining schema around bookshelfjs models.", "main": "index.js", "scripts": {