Skip to content

Commit

Permalink
fix(package): add semantic release
Browse files Browse the repository at this point in the history
  • Loading branch information
brysgo committed Jan 30, 2019
1 parent 8dd17db commit 613c309
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,9 @@ jobs:
paths:
- node_modules
key: v1-dependencies-{{ checksum "package.json" }}

# run tests!
- run: yarn test
- run: npx semantic-release


2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit 613c309

Please sign in to comment.