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 84ed9b1 commit 24df336
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,6 @@ jobs:

# 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": "react-listpath",
"version": "1.0.2",
"version": "0.0.0-semantic-release",
"description": "Track list item references through context",
"repository": "git@github.com:brysgo/react-listpath.git",
"author": "Bryan Goldstein <brysgo@gmail.com>",
Expand Down

0 comments on commit 24df336

Please sign in to comment.