Skip to content

Commit acbb2e7

Browse files
committed
fix(package): switch to semantic release
1 parent 800fdbc commit acbb2e7

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,5 +35,6 @@ jobs:
3535

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": "jscodemigrate",
3-
"version": "1.0.5",
3+
"version": "0.0.0-semantic-release",
44
"description": "A wrapper around jscodeshift that runs like rails migrations.",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)