diff --git a/.circleci/config.yml b/.circleci/config.yml index b0b7ab2..16e13fe 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -35,5 +35,6 @@ jobs: # run tests! - run: yarn test + - run: npx semantic-release diff --git a/package.json b/package.json index 3500943..640afc4 100644 --- a/package.json +++ b/package.json @@ -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": {