Skip to content

Commit 613c309

Browse files
committed
fix(package): add semantic release
1 parent 8dd17db commit 613c309

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.circleci/config.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,9 @@ jobs:
3232
paths:
3333
- node_modules
3434
key: v1-dependencies-{{ checksum "package.json" }}
35-
35+
3636
# run tests!
3737
- run: yarn test
38+
- run: npx semantic-release
3839

3940

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "graphql-bookshelf",
3-
"version": "0.0.8",
3+
"version": "0.0.0-semantic-release",
44
"description": "Some help defining schema around bookshelfjs models.",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)