Skip to content

Commit

Permalink
fix(package): switch to semantic release
Browse files Browse the repository at this point in the history
  • Loading branch information
brysgo committed Jan 30, 2019
1 parent 800fdbc commit acbb2e7
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": "jscodemigrate",
"version": "1.0.5",
"version": "0.0.0-semantic-release",
"description": "A wrapper around jscodeshift that runs like rails migrations.",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit acbb2e7

Please sign in to comment.